Audacity 3.2.0
|
#include <locale.h>
#include <wx/cmdline.h>
#include <wx/fileconf.h>
#include <algorithm>
#include "ComponentInterface.h"
#include "ComponentInterfaceSymbol.h"
Go to the source code of this file.
Classes | |
class | CommandParameters |
CommandParameters, derived from wxFileConfig, is essentially doing the same things as the SettingsVisitor classes. It does text <-> binary conversions of parameters. It does not seem to be using actual file read/writing. More... | |