mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-02 09:54:42 +01:00
Create ComponentInterface
It combines the old IdentInterface with the ParamsInterface, providing an identifier and parameters (if needed). The main purpose of the change is to make the class hierarchy (as viewed via doxygen) much easier to follow.
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
bool shouldPrompt = true );
|
||||
|
||||
// Renamed from 'Effect' to 'Command' prior to moving out of this class.
|
||||
IdentInterfaceSymbol GetCommandSymbol(const PluginID & ID);
|
||||
ComponentInterfaceSymbol GetCommandSymbol(const PluginID & ID);
|
||||
wxString GetCommandName(const PluginID & ID); // translated
|
||||
wxString GetCommandIdentifier(const PluginID & ID);
|
||||
wxString GetCommandDescription(const PluginID & ID);
|
||||
|
||||
Reference in New Issue
Block a user