Guitarix
|
#include <gx_main_window.h>
Public Types | |
typedef std::map< std::string, PluginUI * >::iterator | iterator |
Public Member Functions | |
PluginDict () | |
~PluginDict () | |
void | cleanup () |
void | add (PluginUI *p) |
void | remove (PluginUI *p) |
PluginUI * | operator[] (const std::string &s) |
void | compress (bool state) |
Definition at line 216 of file gx_main_window.h.
typedef std::map<std::string, PluginUI*>::iterator PluginDict::iterator |
Definition at line 220 of file gx_main_window.h.
|
inline |
Definition at line 221 of file gx_main_window.h.
void PluginDict::add | ( | PluginUI * | p | ) |
Definition at line 204 of file rack.cpp.
Referenced by MainWindow::MainWindow().
void PluginDict::cleanup | ( | ) |
Definition at line 214 of file rack.cpp.
Referenced by MainWindow::~MainWindow(), and ~PluginDict().
|
inline |
Definition at line 226 of file gx_main_window.h.