mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02: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:
@@ -31,7 +31,7 @@ class GridAx;
|
||||
#endif
|
||||
|
||||
class NumericTextCtrl;
|
||||
using NumericFormatId = IdentInterfaceSymbol;
|
||||
using NumericFormatId = ComponentInterfaceSymbol;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// NumericEditor
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#define __AUDACITY_TIME_TEXT_CTRL__
|
||||
|
||||
#include "../MemoryX.h"
|
||||
#include "../../include/audacity/IdentInterface.h"
|
||||
#include "../../include/audacity/ComponentInterface.h"
|
||||
#include <vector>
|
||||
#include <wx/defs.h>
|
||||
#include <wx/event.h>
|
||||
@@ -50,7 +50,7 @@ class NumericField;
|
||||
|
||||
class DigitInfo;
|
||||
|
||||
using NumericFormatId = IdentInterfaceSymbol;
|
||||
using NumericFormatId = ComponentInterfaceSymbol;
|
||||
|
||||
class NumericConverter /* not final */
|
||||
{
|
||||
|
Reference in New Issue
Block a user