Audacity 3.2.0
|
Contains definitions for Command, DecoratedCommand, ApplyAndSendResponse, and CommandImplementation classes. These are remnants of Dan Horgans external scripting commands. We now use AudacityCommand and a shuttle system. This allows commands to be used from within macros too, to have settings dialogs, using ShuttleGui and without need for validators. More...
#include "Command.h"
#include <map>
#include <wx/log.h>
#include <wx/variant.h>
#include <wx/arrstr.h>
#include "CommandTargets.h"
#include "CommandDirectory.h"
#include "CommandContext.h"
#include "AudacityException.h"
Go to the source code of this file.
Contains definitions for Command, DecoratedCommand, ApplyAndSendResponse, and CommandImplementation classes. These are remnants of Dan Horgans external scripting commands. We now use AudacityCommand and a shuttle system. This allows commands to be used from within macros too, to have settings dialogs, using ShuttleGui and without need for validators.
Here's the doxygen for the still-remaining going-away classes.
Definition in file Command.cpp.