LMMS
Loading...
Searching...
No Matches
gtk_session_env.h
Go to the documentation of this file.
1/* Calf DSP Library Utility Application - calfjackhost
2 * GTK+ implementation of session_environment_iface.
3 *
4 * Copyright (C) 2007-2011 Krzysztof Foltman
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2, or (at your option)
9 * any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 * 02110-1301, USA.
20 */
21
22#include <calf/gui.h>
23
24namespace calf_plugins
25{
26
28{
29public:
30 virtual void init_gui(int &argc, char **&argv);
31 virtual void start_gui_loop();
32 virtual void quit_gui_loop();
35};
36
37};
Definition gtk_session_env.h:28
virtual void quit_gui_loop()
Called from within event handlers to finish the UI loop.
Definition gtk_session_env.cpp:43
~gtk_session_environment()
Definition gtk_session_env.cpp:48
virtual main_window_iface * create_main_window()
Create an appropriate version of the main window.
Definition gtk_session_env.cpp:33
virtual void start_gui_loop()
Called to start the UI loop.
Definition gtk_session_env.cpp:38
virtual void init_gui(int &argc, char **&argv)
Called to initialise the UI libraries.
Definition gtk_session_env.cpp:28
char * argv[]
Definition unzip.c:738
Definition benchmark.cpp:53
Interface used by the plugin to communicate with the main hosting window.
Definition gui.h:263
An interface that wraps UI-dependent elements of the session.
Definition gui.h:231
int argc
Definition zipinfo.c:455