Guitarix
|
#include <gx_main_window.h>
Public Types | |
typedef Glib::ListHandle< const RackBox * > | rackbox_const_list |
typedef Glib::ListHandle< RackBox * > | rackbox_list |
Public Member Functions | |
RackContainer (PluginType tp, MainWindow &main) | |
rackbox_list | get_children () |
rackbox_const_list | get_children () const |
bool | check_if_animate (const RackBox &rackbox) |
void | show_entries () |
void | hide_entries () |
void | set_config_mode (bool mode) |
bool | empty () const |
void | add (RackBox &r, int pos=-1) |
void | check_order () |
void | ensure_visible (RackBox &child) |
void | reorder (const std::string &name, unsigned int pos) |
void | increment () |
void | decrement () |
void | resize_finished () |
Definition at line 350 of file gx_main_window.h.
typedef Glib::ListHandle<const RackBox*> RackContainer::rackbox_const_list |
Definition at line 376 of file gx_main_window.h.
typedef Glib::ListHandle<RackBox*> RackContainer::rackbox_list |
Definition at line 377 of file gx_main_window.h.
RackContainer::RackContainer | ( | PluginType | tp, |
MainWindow & | main | ||
) |
void RackContainer::add | ( | RackBox & | r, |
int | pos = -1 |
||
) |
|
inline |
Definition at line 849 of file gx_main_window.h.
void RackContainer::check_order | ( | ) |
Definition at line 1632 of file rack.cpp.
Referenced by MainWindow::MainWindow(), and reorder().
void RackContainer::decrement | ( | ) |
Definition at line 1616 of file rack.cpp.
Referenced by childpos::operator<().
|
inline |
Definition at line 393 of file gx_main_window.h.
void RackContainer::ensure_visible | ( | RackBox & | child | ) |
Definition at line 1470 of file rack.cpp.
Referenced by RackBox::animate_insert(), RackBox::get_parent(), and RackBox::setOrder().
|
inline |
Definition at line 379 of file gx_main_window.h.
Referenced by check_order(), childpos::operator<(), reorder(), set_config_mode(), and PluginUI::update_rackbox().
|
inline |
Definition at line 384 of file gx_main_window.h.
void RackContainer::reorder | ( | const std::string & | name, |
unsigned int | pos | ||
) |
Definition at line 1589 of file rack.cpp.
Referenced by PluginUI::display_new().
|
inline |
Definition at line 850 of file gx_main_window.h.
Referenced by RackBox::RackBox().