Guitarix
|
#include <gx_main_window.h>
Public Member Functions | |
RackBox (PluginUI &plugin, MainWindow &main, Gtk::Widget *bare=0) | |
RackContainer * | get_parent () |
bool | can_compress () |
const char * | get_id () const |
void | set_config_mode (bool mode) |
void | swtch (bool mini) |
void | pack (Gtk::Widget *mainbox, Gtk::Widget *minibox, const Glib::RefPtr< Gtk::SizeGroup > &szg) |
void | animate_insert () |
void | setOrder (int pos, int post_pre) |
void | display (bool v, bool animate) |
bool | get_plug_visible () |
bool | get_box_visible () |
Static Public Member Functions | |
static Gtk::Widget * | create_drag_widget (const PluginUI &plugin, gx_system::CmdlineOptions &options) |
static Gtk::Widget * | create_icon_widget (const PluginUI &plugin, gx_system::CmdlineOptions &options) |
Friends | |
class | MiniRackBox |
Definition at line 253 of file gx_main_window.h.
RackBox::RackBox | ( | PluginUI & | plugin, |
MainWindow & | main, | ||
Gtk::Widget * | bare = 0 |
||
) |
|
inline |
Definition at line 306 of file gx_main_window.h.
Referenced by PluginUI::compress().
|
static |
|
static |
void RackBox::display | ( | bool | v, |
bool | animate | ||
) |
Definition at line 940 of file rack.cpp.
Referenced by PluginUI::hide(), and PluginUI::show().
|
inline |
Definition at line 317 of file gx_main_window.h.
|
inline |
Definition at line 308 of file gx_main_window.h.
RackContainer * RackBox::get_parent | ( | ) |
Definition at line 1059 of file rack.cpp.
Referenced by PluginUI::display_new(), and PluginUI::update_rackbox().
|
inline |
Definition at line 316 of file gx_main_window.h.
void RackBox::pack | ( | Gtk::Widget * | mainbox, |
Gtk::Widget * | minibox, | ||
const Glib::RefPtr< Gtk::SizeGroup > & | szg | ||
) |
void RackBox::set_config_mode | ( | bool | mode | ) |
Definition at line 1144 of file rack.cpp.
Referenced by RackContainer::increment().
void RackBox::swtch | ( | bool | mini | ) |
Definition at line 1133 of file rack.cpp.
Referenced by PluginUI::compress(), and PluginUI::display_new().
|
friend |
Definition at line 307 of file gx_main_window.h.