#include <gx_main_window.h>
|
| MainWindow (gx_engine::GxMachineBase &machine, gx_system::CmdlineOptions &options, Gtk::Window *splash, const Glib::ustring &title) |
|
| ~MainWindow () |
|
void | hide_effect (const std::string &name) |
|
RackContainer & | get_monorackcontainer () |
|
RackBox * | add_rackbox (PluginUI &pl, bool mini=false, int pos=-1, bool animate=false) |
|
void | add_icon (const std::string &name) |
|
PluginUI * | get_plugin (const std::string &name) |
|
PluginDict::iterator | plugins_begin () |
|
PluginDict::iterator | plugins_end () |
|
void | run () |
|
gx_system::CmdlineOptions & | get_options () |
|
void | plugin_preset_popup (const PluginDef *pdef) |
|
void | plugin_preset_popup (const PluginDef *pdef, const Glib::ustring &name) |
|
gx_engine::GxMachineBase & | get_machine () |
|
void | add_plugin (std::vector< PluginUI *> &p, const char *id, const Glib::ustring &tooltip_="") |
|
void | set_rackbox_expansion () |
|
double | stop_at_stereo_bottom (double off, double step_size, double pagesize) |
|
double | stop_at_mono_top (double off, double step_size) |
|
bool | use_animations () |
|
void | create_default_scratch_preset () |
|
void | resize_finished (RackContainer *ch) |
|
void | update_width () |
|
Definition at line 560 of file gx_main_window.h.
◆ MainWindow()
◆ ~MainWindow()
MainWindow::~MainWindow |
( |
| ) |
|
◆ add_icon()
void MainWindow::add_icon |
( |
const std::string & |
name | ) |
|
◆ add_plugin()
void MainWindow::add_plugin |
( |
std::vector< PluginUI *> & |
p, |
|
|
const char * |
id, |
|
|
const Glib::ustring & |
tooltip_ = "" |
|
) |
| |
◆ add_rackbox()
RackBox * MainWindow::add_rackbox |
( |
PluginUI & |
pl, |
|
|
bool |
mini = false , |
|
|
int |
pos = -1 , |
|
|
bool |
animate = false |
|
) |
| |
◆ create_default_scratch_preset()
void MainWindow::create_default_scratch_preset |
( |
| ) |
|
|
inline |
◆ get_machine()
◆ get_monorackcontainer()
◆ get_options()
◆ get_plugin()
PluginUI* MainWindow::get_plugin |
( |
const std::string & |
name | ) |
|
|
inline |
◆ hide_effect()
void MainWindow::hide_effect |
( |
const std::string & |
name | ) |
|
◆ plugin_preset_popup() [1/2]
void MainWindow::plugin_preset_popup |
( |
const PluginDef * |
pdef | ) |
|
◆ plugin_preset_popup() [2/2]
void MainWindow::plugin_preset_popup |
( |
const PluginDef * |
pdef, |
|
|
const Glib::ustring & |
name |
|
) |
| |
◆ plugins_begin()
◆ plugins_end()
◆ resize_finished()
◆ run()
◆ set_rackbox_expansion()
void MainWindow::set_rackbox_expansion |
( |
| ) |
|
◆ stop_at_mono_top()
double MainWindow::stop_at_mono_top |
( |
double |
off, |
|
|
double |
step_size |
|
) |
| |
◆ stop_at_stereo_bottom()
double MainWindow::stop_at_stereo_bottom |
( |
double |
off, |
|
|
double |
step_size, |
|
|
double |
pagesize |
|
) |
| |
◆ update_width()
void MainWindow::update_width |
( |
| ) |
|
◆ use_animations()
bool MainWindow::use_animations |
( |
| ) |
|
|
inline |
◆ left_column
GtkSizeGroup* MainWindow::left_column |
The documentation for this class was generated from the following files: