Chris@1155: Chris@1155: SVGUI_HEADERS += \ Chris@1554: layer/Colour3DPlotExporter.h \ Chris@1155: layer/Colour3DPlotLayer.h \ Chris@1340: layer/Colour3DPlotRenderer.h \ Chris@1340: layer/ColourDatabase.h \ Chris@1340: layer/ColourMapper.h \ Chris@1155: layer/ColourScale.h \ Chris@1155: layer/ColourScaleLayer.h \ Chris@1155: layer/FlexiNoteLayer.h \ Chris@1281: layer/HorizontalFrequencyScale.h \ Chris@1281: layer/HorizontalScaleProvider.h \ Chris@1155: layer/ImageLayer.h \ Chris@1155: layer/ImageRegionFinder.h \ Chris@1155: layer/Layer.h \ Chris@1155: layer/LayerFactory.h \ Chris@1155: layer/LayerGeometryProvider.h \ Chris@1155: layer/LinearNumericalScale.h \ Chris@1155: layer/LogNumericalScale.h \ Chris@1155: layer/LinearColourScale.h \ Chris@1155: layer/LogColourScale.h \ Chris@1155: layer/NoteLayer.h \ Chris@1155: layer/PaintAssistant.h \ Chris@1155: layer/PianoScale.h \ Chris@1155: layer/RegionLayer.h \ Chris@1155: layer/RenderTimer.h \ Chris@1155: layer/ScrollableImageCache.h \ Chris@1155: layer/ScrollableMagRangeCache.h \ Chris@1155: layer/SingleColourLayer.h \ Chris@1155: layer/SliceableLayer.h \ Chris@1155: layer/SliceLayer.h \ Chris@1155: layer/SpectrogramLayer.h \ Chris@1155: layer/SpectrumLayer.h \ Chris@1155: layer/TextLayer.h \ Chris@1155: layer/TimeInstantLayer.h \ Chris@1518: layer/BoxLayer.h \ Chris@1155: layer/TimeRulerLayer.h \ Chris@1155: layer/TimeValueLayer.h \ Chris@1155: layer/VerticalScaleLayer.h \ Chris@1155: layer/WaveformLayer.h \ Chris@1340: view/AlignmentView.h \ Chris@1155: view/Overview.h \ Chris@1155: view/Pane.h \ Chris@1155: view/PaneStack.h \ Chris@1155: view/View.h \ Chris@1155: view/ViewManager.h \ Chris@1155: view/ViewProxy.h \ Chris@1340: widgets/ActivityLog.h \ Chris@1155: widgets/AudioDial.h \ Chris@1155: widgets/ClickableLabel.h \ Chris@1196: widgets/ColourComboBox.h \ Chris@1198: widgets/ColourMapComboBox.h \ Chris@1155: widgets/ColourNameDialog.h \ Chris@1155: widgets/CommandHistory.h \ Chris@1319: widgets/CSVAudioFormatDialog.h \ Chris@1568: widgets/CSVExportDialog.h \ Chris@1155: widgets/CSVFormatDialog.h \ Chris@1155: widgets/Fader.h \ Chris@1155: widgets/InteractiveFileFinder.h \ Chris@1155: widgets/IconLoader.h \ Chris@1155: widgets/ImageDialog.h \ Chris@1155: widgets/ItemEditDialog.h \ Chris@1155: widgets/KeyReference.h \ Chris@1155: widgets/LabelCounterInputDialog.h \ Chris@1155: widgets/LayerTree.h \ Chris@1155: widgets/LayerTreeDialog.h \ Chris@1155: widgets/LEDButton.h \ Chris@1155: widgets/LevelPanToolButton.h \ Chris@1155: widgets/LevelPanWidget.h \ Chris@1155: widgets/ListInputDialog.h \ Chris@1155: widgets/MIDIFileImportDialog.h \ Chris@1155: widgets/ModelDataTableDialog.h \ Chris@1155: widgets/NotifyingCheckBox.h \ Chris@1155: widgets/NotifyingComboBox.h \ Chris@1155: widgets/NotifyingPushButton.h \ Chris@1155: widgets/NotifyingTabBar.h \ Chris@1189: widgets/NotifyingToolButton.h \ Chris@1155: widgets/Panner.h \ Chris@1155: widgets/PluginParameterBox.h \ Chris@1155: widgets/PluginParameterDialog.h \ Chris@1285: widgets/PluginPathConfigurator.h \ Chris@1292: widgets/PluginReviewDialog.h \ Chris@1155: widgets/ProgressDialog.h \ Chris@1155: widgets/PropertyBox.h \ Chris@1155: widgets/PropertyStack.h \ Chris@1155: widgets/RangeInputDialog.h \ Chris@1155: widgets/SelectableLabel.h \ Chris@1155: widgets/SubdividingMenu.h \ Chris@1155: widgets/TextAbbrev.h \ Chris@1155: widgets/Thumbwheel.h \ Chris@1155: widgets/TipDialog.h \ Chris@1155: widgets/TransformFinder.h \ Chris@1155: widgets/UnitConverter.h \ Chris@1303: widgets/WheelCounter.h \ Chris@1174: widgets/WidgetScale.h \ Chris@1155: widgets/WindowShapePreview.h \ Chris@1155: widgets/WindowTypeSelector.h Chris@1155: Chris@1155: SVGUI_SOURCES += \ Chris@1554: layer/Colour3DPlotExporter.cpp \ Chris@1155: layer/Colour3DPlotLayer.cpp \ Chris@1340: layer/Colour3DPlotRenderer.cpp \ Chris@1340: layer/ColourDatabase.cpp \ Chris@1340: layer/ColourMapper.cpp \ Chris@1340: layer/ColourScale.cpp \ Chris@1155: layer/FlexiNoteLayer.cpp \ Chris@1281: layer/HorizontalFrequencyScale.cpp \ Chris@1155: layer/ImageLayer.cpp \ Chris@1155: layer/ImageRegionFinder.cpp \ Chris@1155: layer/Layer.cpp \ Chris@1155: layer/LayerFactory.cpp \ Chris@1155: layer/LinearNumericalScale.cpp \ Chris@1155: layer/LogNumericalScale.cpp \ Chris@1155: layer/LinearColourScale.cpp \ Chris@1155: layer/LogColourScale.cpp \ Chris@1155: layer/NoteLayer.cpp \ Chris@1155: layer/PaintAssistant.cpp \ Chris@1155: layer/PianoScale.cpp \ Chris@1155: layer/RegionLayer.cpp \ Chris@1155: layer/ScrollableImageCache.cpp \ Chris@1155: layer/ScrollableMagRangeCache.cpp \ Chris@1155: layer/SingleColourLayer.cpp \ Chris@1155: layer/SliceLayer.cpp \ Chris@1155: layer/SpectrogramLayer.cpp \ Chris@1155: layer/SpectrumLayer.cpp \ Chris@1155: layer/TextLayer.cpp \ Chris@1155: layer/TimeInstantLayer.cpp \ Chris@1518: layer/BoxLayer.cpp \ Chris@1155: layer/TimeRulerLayer.cpp \ Chris@1155: layer/TimeValueLayer.cpp \ Chris@1155: layer/WaveformLayer.cpp \ Chris@1340: view/AlignmentView.cpp \ Chris@1155: view/Overview.cpp \ Chris@1155: view/Pane.cpp \ Chris@1155: view/PaneStack.cpp \ Chris@1155: view/View.cpp \ Chris@1155: view/ViewManager.cpp \ Chris@1340: widgets/ActivityLog.cpp \ Chris@1155: widgets/AudioDial.cpp \ Chris@1196: widgets/ColourComboBox.cpp \ Chris@1198: widgets/ColourMapComboBox.cpp \ Chris@1155: widgets/ColourNameDialog.cpp \ Chris@1155: widgets/CommandHistory.cpp \ Chris@1319: widgets/CSVAudioFormatDialog.cpp \ Chris@1568: widgets/CSVExportDialog.cpp \ Chris@1155: widgets/CSVFormatDialog.cpp \ Chris@1155: widgets/Fader.cpp \ Chris@1155: widgets/InteractiveFileFinder.cpp \ Chris@1155: widgets/IconLoader.cpp \ Chris@1155: widgets/ImageDialog.cpp \ Chris@1155: widgets/ItemEditDialog.cpp \ Chris@1155: widgets/KeyReference.cpp \ Chris@1155: widgets/LabelCounterInputDialog.cpp \ Chris@1155: widgets/LayerTree.cpp \ Chris@1155: widgets/LayerTreeDialog.cpp \ Chris@1155: widgets/LEDButton.cpp \ Chris@1155: widgets/LevelPanToolButton.cpp \ Chris@1155: widgets/LevelPanWidget.cpp \ Chris@1155: widgets/ListInputDialog.cpp \ Chris@1155: widgets/MIDIFileImportDialog.cpp \ Chris@1155: widgets/ModelDataTableDialog.cpp \ Chris@1155: widgets/NotifyingCheckBox.cpp \ Chris@1155: widgets/NotifyingComboBox.cpp \ Chris@1155: widgets/NotifyingPushButton.cpp \ Chris@1155: widgets/NotifyingTabBar.cpp \ Chris@1189: widgets/NotifyingToolButton.cpp \ Chris@1155: widgets/Panner.cpp \ Chris@1155: widgets/PluginParameterBox.cpp \ Chris@1155: widgets/PluginParameterDialog.cpp \ Chris@1285: widgets/PluginPathConfigurator.cpp \ Chris@1292: widgets/PluginReviewDialog.cpp \ Chris@1155: widgets/ProgressDialog.cpp \ Chris@1155: widgets/PropertyBox.cpp \ Chris@1155: widgets/PropertyStack.cpp \ Chris@1155: widgets/RangeInputDialog.cpp \ Chris@1155: widgets/SelectableLabel.cpp \ Chris@1155: widgets/SubdividingMenu.cpp \ Chris@1155: widgets/TextAbbrev.cpp \ Chris@1155: widgets/Thumbwheel.cpp \ Chris@1155: widgets/TipDialog.cpp \ Chris@1155: widgets/TransformFinder.cpp \ Chris@1155: widgets/UnitConverter.cpp \ Chris@1155: widgets/WindowShapePreview.cpp \ Chris@1155: widgets/WindowTypeSelector.cpp