|
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 212 of file gx_main_window.h.
| typedef std::map<std::string, PluginUI*>::iterator PluginDict::iterator |
Definition at line 215 of file gx_main_window.h.
|
inline |
Definition at line 216 of file gx_main_window.h.
| PluginDict::~PluginDict | ( | ) |
Definition at line 219 of file rack.cpp.
Referenced by PluginDict().
|
inline |
Definition at line 221 of file gx_main_window.h.