mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
OldStyleCommandType - It's on the way out.
This renaming makes it clearer which code is still using Dan Horgan's Command system.
This commit is contained in:
committed by
Paul Licameli
parent
2f6fc0a1e5
commit
b83b862b3f
@@ -41,15 +41,15 @@ class CommandOutputTarget;
|
||||
class CommandSignature;
|
||||
class wxString;
|
||||
|
||||
class CommandType : public AudacityCommand
|
||||
class OldStyleCommandType : public AudacityCommand
|
||||
{
|
||||
private:
|
||||
wxString mName;
|
||||
Maybe<CommandSignature> mSignature;
|
||||
|
||||
public:
|
||||
CommandType();
|
||||
virtual ~CommandType();
|
||||
OldStyleCommandType();
|
||||
virtual ~OldStyleCommandType();
|
||||
wxString GetName() override;
|
||||
CommandSignature &GetSignature();
|
||||
wxString Describe();
|
||||
|
Reference in New Issue
Block a user