mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-12 09:33:34 +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:
@@ -526,10 +526,10 @@ bin_PROGRAMS = audacity$(EXEEXT)
|
||||
dist_doc_DATA = LICENSE.txt README.txt
|
||||
dist_pkgdata_DATA = presets/EQDefaultCurves.xml
|
||||
nobase_dist_pkgdata_DATA = \
|
||||
include/audacity/ComponentInterface.h \
|
||||
include/audacity/ConfigInterface.h \
|
||||
include/audacity/EffectAutomationParameters.h \
|
||||
include/audacity/EffectInterface.h \
|
||||
include/audacity/IdentInterface.h \
|
||||
include/audacity/ImporterInterface.h \
|
||||
include/audacity/ModuleInterface.h \
|
||||
include/audacity/PluginInterface.h \
|
||||
|
Reference in New Issue
Block a user