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 259 of file gx_main_window.h.
RackBox::RackBox | ( | PluginUI & | plugin, |
MainWindow & | main, | ||
Gtk::Widget * | bare = 0 |
||
) |
void RackBox::animate_insert | ( | ) |
Definition at line 1074 of file rack.cpp.
Referenced by MainWindow::update_width().
|
inline |
Definition at line 312 of file gx_main_window.h.
Referenced by PluginUI::compress(), RackContainer::hide_entries(), and set_config_mode().
|
static |
Definition at line 902 of file rack.cpp.
Referenced by DragIcon::~DragIcon().
|
static |
Definition at line 890 of file rack.cpp.
Referenced by MainWindow::plugin_preset_popup().
void RackBox::display | ( | bool | v, |
bool | animate | ||
) |
Definition at line 930 of file rack.cpp.
Referenced by RackContainer::check_order(), PluginUI::hide(), and PluginUI::show().
|
inline |
Definition at line 323 of file gx_main_window.h.
Referenced by RackContainer::check_order(), PluginDesc::PluginDesc(), and PluginUI::set_action().
|
inline |
Definition at line 314 of file gx_main_window.h.
RackContainer * RackBox::get_parent | ( | ) |
Definition at line 1049 of file rack.cpp.
Referenced by animate_insert(), PluginUI::display_new(), RackBox(), setOrder(), and PluginUI::update_rackbox().
|
inline |
Definition at line 322 of file gx_main_window.h.
Referenced by animate_insert(), and set_config_mode().
void RackBox::pack | ( | Gtk::Widget * | mainbox, |
Gtk::Widget * | minibox, | ||
const Glib::RefPtr< Gtk::SizeGroup > & | szg | ||
) |
Definition at line 1204 of file rack.cpp.
Referenced by MainWindow::update_width().
void RackBox::set_config_mode | ( | bool | mode | ) |
Definition at line 1134 of file rack.cpp.
Referenced by RackContainer::add().
void RackBox::swtch | ( | bool | mini | ) |
Definition at line 1123 of file rack.cpp.
Referenced by PluginUI::compress(), PluginUI::display_new(), setOrder(), and MainWindow::update_width().
|
friend |
Definition at line 313 of file gx_main_window.h.
Referenced by RackBox().