|
LMMS
|
#include <gtk_session_env.h>
Public Member Functions | |
| virtual void | init_gui (int &argc, char **&argv) |
| Called to initialise the UI libraries. | |
| virtual void | start_gui_loop () |
| Called to start the UI loop. | |
| virtual void | quit_gui_loop () |
| Called from within event handlers to finish the UI loop. | |
| virtual main_window_iface * | create_main_window () |
| Create an appropriate version of the main window. | |
| ~gtk_session_environment () | |
| Public Member Functions inherited from calf_plugins::session_environment_iface | |
| virtual | ~session_environment_iface () |
| gtk_session_environment::~gtk_session_environment | ( | ) |
|
virtual |
Create an appropriate version of the main window.
Implements calf_plugins::session_environment_iface.
Called to initialise the UI libraries.
Implements calf_plugins::session_environment_iface.
|
virtual |
Called from within event handlers to finish the UI loop.
Implements calf_plugins::session_environment_iface.
|
virtual |
Called to start the UI loop.
Implements calf_plugins::session_environment_iface.