Audacity 3.2.0
Typedefs
CommandMisc.h File Reference
#include <map>
#include "Validators.h"
Include dependency graph for CommandMisc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::map< wxString, wxVariant > ParamValueMap
 
typedef std::map< wxString, bool > ParamBoolMap
 
typedef std::map< wxString, std::unique_ptr< Validator > > ValidatorMap
 
typedef std::map< wxString, std::unique_ptr< OldStyleCommandType > > CommandMap
 

Typedef Documentation

◆ CommandMap

typedef std::map<wxString, std::unique_ptr<OldStyleCommandType> > CommandMap

Definition at line 36 of file CommandMisc.h.

◆ ParamBoolMap

typedef std::map<wxString, bool> ParamBoolMap

Definition at line 28 of file CommandMisc.h.

◆ ParamValueMap

typedef std::map<wxString, wxVariant> ParamValueMap

Definition at line 27 of file CommandMisc.h.

◆ ValidatorMap

typedef std::map<wxString, std::unique_ptr<Validator> > ValidatorMap

Definition at line 32 of file CommandMisc.h.