|
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 218 of file gx_main_window.h.
|
inline |
Definition at line 219 of file gx_main_window.h.
| void PluginDict::add | ( | PluginUI * | p | ) |
Definition at line 203 of file rack.cpp.
Referenced by MainWindow::MainWindow().
| void PluginDict::cleanup | ( | ) |
Definition at line 213 of file rack.cpp.
Referenced by MainWindow::~MainWindow().
|
inline |
Definition at line 224 of file gx_main_window.h.