Audacity 3.2.0
|
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 std::map<wxString, std::unique_ptr<OldStyleCommandType> > CommandMap |
Definition at line 36 of file CommandMisc.h.
typedef std::map<wxString, bool> ParamBoolMap |
Definition at line 28 of file CommandMisc.h.
typedef std::map<wxString, wxVariant> ParamValueMap |
Definition at line 27 of file CommandMisc.h.
typedef std::map<wxString, std::unique_ptr<Validator> > ValidatorMap |
Definition at line 32 of file CommandMisc.h.