mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-02 09:54:42 +01:00
SetClip, SetLabel, SetProject added
- SetTrack also updated with more options.
This commit is contained in:
committed by
Paul Licameli
parent
2180379a18
commit
1d9477a455
@@ -93,7 +93,8 @@ public:
|
||||
wxString GetCommandName(const PluginID & ID);
|
||||
wxString GetCommandIdentifier(const PluginID & ID);
|
||||
wxString GetCommandDescription(const PluginID & ID);
|
||||
void GetCommandDefinition(const PluginID & ID, const CommandContext & context);
|
||||
// flags control which commands are included.
|
||||
void GetCommandDefinition(const PluginID & ID, const CommandContext & context, int flags);
|
||||
bool IsHidden(const PluginID & ID);
|
||||
|
||||
/** Support for batch commands */
|
||||
|
||||
Reference in New Issue
Block a user