Guitarix
PluginDict Class Reference

#include <gx_main_window.h>

Inheritance diagram for PluginDict:
Collaboration diagram for PluginDict:

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)
 
PluginUIoperator[] (const std::string &s)
 
void compress (bool state)
 

Detailed Description

Definition at line 216 of file gx_main_window.h.

Member Typedef Documentation

◆ iterator

typedef std::map<std::string, PluginUI*>::iterator PluginDict::iterator

Definition at line 218 of file gx_main_window.h.

Constructor & Destructor Documentation

◆ PluginDict()

PluginDict::PluginDict ( )
inline

Definition at line 219 of file gx_main_window.h.

◆ ~PluginDict()

PluginDict::~PluginDict ( )

Definition at line 220 of file rack.cpp.

Member Function Documentation

◆ add()

void PluginDict::add ( PluginUI p)

Definition at line 203 of file rack.cpp.

Referenced by MainWindow::MainWindow().

◆ cleanup()

void PluginDict::cleanup ( )

Definition at line 213 of file rack.cpp.

Referenced by MainWindow::~MainWindow().

◆ compress()

void PluginDict::compress ( bool  state)

Definition at line 224 of file rack.cpp.

◆ operator[]()

PluginUI* PluginDict::operator[] ( const std::string &  s)
inline

Definition at line 224 of file gx_main_window.h.

◆ remove()

void PluginDict::remove ( PluginUI p)

Definition at line 207 of file rack.cpp.


The documentation for this class was generated from the following files: