Audacity 3.2.0
|
#include "MacroMagic.h"
Go to the source code of this file.
Macros | |
#define | LOGOWITHNAME_WIDTH 500 |
#define | LOGOWITHNAME_HEIGHT 134 |
Functions | |
SET_THEME_FLAGS (resFlagPaired) | |
DEFINE_IMAGE (bmpPause, wxImage(16, 16), wxT("Pause")) | |
DEFINE_IMAGE (bmpPauseDisabled, wxImage(16, 16), wxT("PauseDisabled")) | |
DEFINE_IMAGE (bmpPlay, wxImage(16, 16), wxT("Play")) | |
DEFINE_IMAGE (bmpPlayDisabled, wxImage(16, 16), wxT("PlayDisabled")) | |
DEFINE_IMAGE (bmpLoop, wxImage(16, 16), wxT("Loop")) | |
DEFINE_IMAGE (bmpLoopDisabled, wxImage(16, 16), wxT("LoopDisabled")) | |
DEFINE_IMAGE (bmpCutPreview, wxImage(16, 16), wxT("CutPreview")) | |
DEFINE_IMAGE (bmpCutPreviewDisabled, wxImage(16, 16), wxT("CutPreviewDisabled")) | |
DEFINE_IMAGE (bmpStop, wxImage(16, 16), wxT("Stop")) | |
DEFINE_IMAGE (bmpStopDisabled, wxImage(16, 16), wxT("StopDisabled")) | |
DEFINE_IMAGE (bmpRewind, wxImage(16, 16), wxT("Rewind")) | |
DEFINE_IMAGE (bmpRewindDisabled, wxImage(16, 16), wxT("RewindDisabled")) | |
DEFINE_IMAGE (bmpFFwd, wxImage(16, 16), wxT("FFwd")) | |
DEFINE_IMAGE (bmpFFwdDisabled, wxImage(16, 16), wxT("FFwdDisabled")) | |
DEFINE_IMAGE (bmpRecord, wxImage(16, 16), wxT("Record")) | |
DEFINE_IMAGE (bmpRecordDisabled, wxImage(16, 16), wxT("RecordDisabled")) | |
DEFINE_IMAGE (bmpRecordBeside, wxImage(16, 16), wxT("RecordBeside")) | |
DEFINE_IMAGE (bmpRecordBesideDisabled, wxImage(16, 16), wxT("RecordBesideDisabled")) | |
DEFINE_IMAGE (bmpRecordBelow, wxImage(16, 16), wxT("RecordBelow")) | |
DEFINE_IMAGE (bmpRecordBelowDisabled, wxImage(16, 16), wxT("RecordBelowDisabled")) | |
DEFINE_IMAGE (bmpScrub, wxImage(18, 16), wxT("Scrub")) | |
DEFINE_IMAGE (bmpScrubDisabled, wxImage(18, 16), wxT("ScrubDisabled")) | |
DEFINE_IMAGE (bmpSeek, wxImage(26, 16), wxT("Seek")) | |
DEFINE_IMAGE (bmpSeekDisabled, wxImage(26, 16), wxT("SeekDisabled")) | |
SET_THEME_FLAGS (resFlagNewLine) | |
DEFINE_IMAGE (bmpSetup, wxImage(37, 18), wxT("Setup")) | |
DEFINE_IMAGE (bmpIBeam, wxImage(27, 27), wxT("IBeam")) | |
DEFINE_IMAGE (bmpEnvelope, wxImage(27, 27), wxT("Envelope")) | |
DEFINE_IMAGE (bmpSpectralBrush, wxImage(27, 27), wxT("SpectralBrush")) | |
DEFINE_IMAGE (bmpDraw, wxImage(27, 27), wxT("Draw")) | |
DEFINE_IMAGE (bmpMulti, wxImage(27, 27), wxT("Multi")) | |
DEFINE_IMAGE (bmpMic, wxImage(25, 25), wxT("Mic")) | |
DEFINE_IMAGE (bmpSpeaker, wxImage(25, 25), wxT("Speaker")) | |
DEFINE_IMAGE (bmpZoomFit, wxImage(27, 27), wxT("ZoomFit")) | |
DEFINE_IMAGE (bmpZoomFitDisabled, wxImage(27, 27), wxT("ZoomFitDisabled")) | |
DEFINE_IMAGE (bmpZoomIn, wxImage(27, 27), wxT("ZoomIn")) | |
DEFINE_IMAGE (bmpZoomInDisabled, wxImage(27, 27), wxT("ZoomInDisabled")) | |
DEFINE_IMAGE (bmpZoomOut, wxImage(27, 27), wxT("ZoomOut")) | |
DEFINE_IMAGE (bmpZoomOutDisabled, wxImage(27, 27), wxT("ZoomOutDisabled")) | |
DEFINE_IMAGE (bmpZoomSel, wxImage(27, 27), wxT("ZoomSel")) | |
DEFINE_IMAGE (bmpZoomSelDisabled, wxImage(27, 27), wxT("ZoomSelDisabled")) | |
DEFINE_IMAGE (bmpZoomToggle, wxImage(27, 27), wxT("ZoomToggle")) | |
DEFINE_IMAGE (bmpZoomToggleDisabled, wxImage(27, 27), wxT("ZoomToggleDisabled")) | |
DEFINE_IMAGE (bmpTrim, wxImage(26, 24), wxT("Trim")) | |
DEFINE_IMAGE (bmpTrimDisabled, wxImage(26, 24), wxT("TrimDisabled")) | |
DEFINE_IMAGE (bmpSilence, wxImage(26, 24), wxT("Silence")) | |
DEFINE_IMAGE (bmpSilenceDisabled, wxImage(26, 24), wxT("SilenceDisabled")) | |
DEFINE_IMAGE (bmpUndo, wxImage(26, 24), wxT("Undo")) | |
DEFINE_IMAGE (bmpUndoDisabled, wxImage(26, 24), wxT("UndoDisabled")) | |
DEFINE_IMAGE (bmpRedo, wxImage(26, 24), wxT("Redo")) | |
DEFINE_IMAGE (bmpRedoDisabled, wxImage(26, 24), wxT("RedoDisabled")) | |
DEFINE_IMAGE (bmpCut, wxImage(20, 20), wxT("Cut")) | |
DEFINE_IMAGE (bmpCutDisabled, wxImage(20, 20), wxT("CutDisabled")) | |
DEFINE_IMAGE (bmpCopy, wxImage(20, 20), wxT("Copy")) | |
DEFINE_IMAGE (bmpCopyDisabled, wxImage(20, 20), wxT("CopyDisabled")) | |
DEFINE_IMAGE (bmpPaste, wxImage(20, 20), wxT("Paste")) | |
DEFINE_IMAGE (bmpPasteDisabled, wxImage(20, 20), wxT("PasteDisabled")) | |
DEFINE_IMAGE (bmpDelete, wxImage(20, 20), wxT("Delete")) | |
DEFINE_IMAGE (bmpDeleteDisabled, wxImage(20, 20), wxT("DeleteDisabled")) | |
SET_THEME_FLAGS (resFlagPaired|resFlagNewLine) | |
DEFINE_IMAGE (bmpTnStartOn, wxImage(27, 27), wxT("TnStartOn")) | |
DEFINE_IMAGE (bmpTnStartOnDisabled, wxImage(27, 27), wxT("TnStartOnDisabled")) | |
DEFINE_IMAGE (bmpTnStartOff, wxImage(27, 27), wxT("TnStartOff")) | |
DEFINE_IMAGE (bmpTnStartOffDisabled, wxImage(27, 27), wxT("TnStartOffDisabled")) | |
DEFINE_IMAGE (bmpTnEndOn, wxImage(27, 27), wxT("TnEndOn")) | |
DEFINE_IMAGE (bmpTnEndOnDisabled, wxImage(27, 27), wxT("TnEndOnDisabled")) | |
DEFINE_IMAGE (bmpTnEndOff, wxImage(27, 27), wxT("TnEndOff")) | |
DEFINE_IMAGE (bmpTnEndOffDisabled, wxImage(27, 27), wxT("TnEndOffDisabled")) | |
DEFINE_IMAGE (bmpTnCalibrate, wxImage(27, 27), wxT("TnCalibrate")) | |
DEFINE_IMAGE (bmpTnCalibrateDisabled, wxImage(27, 27), wxT("TnCalibrateDisabled")) | |
DEFINE_IMAGE (bmpTnAutomateSelection, wxImage(27, 27), wxT("TnAutomateSelection")) | |
DEFINE_IMAGE (bmpTnAutomateSelectionDisabled, wxImage(27, 27), wxT("TnAutomateSelectionDisabled")) | |
DEFINE_IMAGE (bmpTnMakeTag, wxImage(27, 27), wxT("TnMakeTag")) | |
DEFINE_IMAGE (bmpTnMakeTagDisabled, wxImage(27, 27), wxT("TnMakeTagDisabled")) | |
DEFINE_IMAGE (bmpTnSelectSound, wxImage(24, 24), wxT("TnSelectSound")) | |
DEFINE_IMAGE (bmpTnSelectSoundDisabled, wxImage(24, 24), wxT("TnSelectSoundDisabled")) | |
DEFINE_IMAGE (bmpTnSelectSilence, wxImage(24, 24), wxT("TnSelectSilence")) | |
DEFINE_IMAGE (bmpTnSelectSilenceDisabled, wxImage(24, 24), wxT("TnSelectSilenceDisabled")) | |
DEFINE_IMAGE (bmpOptions, wxImage(24, 24), wxT("Options")) | |
DEFINE_IMAGE (bmpOptionsDisabled, wxImage(24, 24), wxT("OptionsDisabled")) | |
SET_THEME_FLAGS (resFlagNone) | |
DEFINE_IMAGE (bmpLabelGlyph0, wxImage(15, 23), wxT("LabelGlyph0")) | |
DEFINE_IMAGE (bmpLabelGlyph1, wxImage(15, 23), wxT("LabelGlyph1")) | |
DEFINE_IMAGE (bmpLabelGlyph2, wxImage(15, 23), wxT("LabelGlyph2")) | |
DEFINE_IMAGE (bmpLabelGlyph3, wxImage(15, 23), wxT("LabelGlyph3")) | |
DEFINE_IMAGE (bmpLabelGlyph4, wxImage(15, 23), wxT("LabelGlyph4")) | |
DEFINE_IMAGE (bmpLabelGlyph5, wxImage(15, 23), wxT("LabelGlyph5")) | |
DEFINE_IMAGE (bmpLabelGlyph6, wxImage(15, 23), wxT("LabelGlyph6")) | |
DEFINE_IMAGE (bmpLabelGlyph7, wxImage(15, 23), wxT("LabelGlyph7")) | |
DEFINE_IMAGE (bmpLabelGlyph8, wxImage(15, 23), wxT("LabelGlyph8")) | |
DEFINE_IMAGE (bmpLabelGlyph9, wxImage(15, 23), wxT("LabelGlyph9")) | |
DEFINE_IMAGE (bmpLabelGlyph10, wxImage(15, 23), wxT("LabelGlyph10")) | |
DEFINE_IMAGE (bmpLabelGlyph11, wxImage(15, 23), wxT("LabelGlyph11")) | |
DEFINE_IMAGE (bmpSyncLockSelTile, wxImage(20, 22), wxT("SyncLockSelTile")) | |
DEFINE_IMAGE (bmpSyncLockTracksDown, wxImage(20, 20), wxT("SyncLockTracksDown")) | |
DEFINE_IMAGE (bmpSyncLockTracksUp, wxImage(20, 20), wxT("SyncLockTracksUp")) | |
DEFINE_IMAGE (bmpSyncLockTracksDisabled, wxImage(20, 20), wxT("SyncLockTracksDisabled")) | |
DEFINE_IMAGE (bmpSyncLockIcon, wxImage(12, 12), wxT("SyncLockIcon")) | |
DEFINE_IMAGE (bmpEditEffects, wxImage(21, 20), wxT("EditEffects")) | |
DEFINE_IMAGE (bmpToggleScrubRuler, wxImage(20, 20), wxT("ToggleScrubRuler")) | |
DEFINE_IMAGE (bmpHelpIcon, wxImage(21, 21), wxT("HelpIcon")) | |
DEFINE_IMAGE (bmpPlayPointer, wxImage(20, 20), wxT("PlayPointer")) | |
DEFINE_IMAGE (bmpRecordPointer, wxImage(20, 20), wxT("RecordPointer")) | |
DEFINE_IMAGE (bmpGrabberDropLoc, wxImage(20, 20), wxT("GrabberDropLoc")) | |
DEFINE_IMAGE (bmpSliderThumb, wxImage(20, 20), wxT("SliderThumb")) | |
DEFINE_IMAGE (bmpSliderThumbHilited, wxImage(20, 20), wxT("SliderThumbHilited")) | |
DEFINE_IMAGE (bmpSliderThumbRotated, wxImage(20, 20), wxT("SliderThumbRotated")) | |
DEFINE_IMAGE (bmpSliderThumbRotatedHilited, wxImage(20, 20), wxT("SliderThumbRotatedHilited")) | |
DEFINE_IMAGE (bmpUpButtonExpand, wxImage(96, 18), wxT("UpButtonExpand")) | |
DEFINE_IMAGE (bmpDownButtonExpand, wxImage(96, 18), wxT("DownButtonExpand")) | |
DEFINE_IMAGE (bmpHiliteUpButtonExpand, wxImage(96, 18), wxT("HiliteUpButtonExpand")) | |
DEFINE_IMAGE (bmpHiliteButtonExpand, wxImage(96, 18), wxT("HiliteButtonExpand")) | |
DEFINE_IMAGE (bmpUpButtonExpandSel, wxImage(96, 18), wxT("UpButtonExpandSel")) | |
DEFINE_IMAGE (bmpDownButtonExpandSel, wxImage(96, 18), wxT("DownButtonExpandSel")) | |
DEFINE_IMAGE (bmpHiliteUpButtonExpandSel, wxImage(96, 18), wxT("HiliteUpButtonExpandSel")) | |
DEFINE_IMAGE (bmpHiliteButtonExpandSel, wxImage(96, 18), wxT("HiliteButtonExpandSel")) | |
DEFINE_IMAGE (bmpUpButtonLarge, wxImage(48, 48), wxT("UpButtonLarge")) | |
DEFINE_IMAGE (bmpDownButtonLarge, wxImage(48, 48), wxT("DownButtonLarge")) | |
DEFINE_IMAGE (bmpHiliteUpButtonLarge, wxImage(48, 48), wxT("HiliteUpButtonLarge")) | |
DEFINE_IMAGE (bmpHiliteButtonLarge, wxImage(48, 48), wxT("HiliteButtonLarge")) | |
DEFINE_IMAGE (bmpUpButtonSmall, wxImage(27, 27), wxT("UpButtonSmall")) | |
DEFINE_IMAGE (bmpDownButtonSmall, wxImage(27, 27), wxT("DownButtonSmall")) | |
DEFINE_IMAGE (bmpHiliteUpButtonSmall, wxImage(27, 27), wxT("HiliteUpButtonSmall")) | |
DEFINE_IMAGE (bmpHiliteButtonSmall, wxImage(27, 27), wxT("HiliteButtonSmall")) | |
SET_THEME_FLAGS (resFlagInternal) | |
DEFINE_IMAGE (bmpRecoloredUpLarge, wxImage(48, 48), wxT("RecoloredUpLarge")) | |
DEFINE_IMAGE (bmpRecoloredDownLarge, wxImage(48, 48), wxT("RecoloredDownLarge")) | |
DEFINE_IMAGE (bmpRecoloredUpHiliteLarge, wxImage(48, 48), wxT("RecoloredUpHiliteLarge")) | |
DEFINE_IMAGE (bmpRecoloredHiliteLarge, wxImage(48, 48), wxT("RecoloredHiliteLarge")) | |
DEFINE_IMAGE (bmpRecoloredUpSmall, wxImage(27, 27), wxT("RecoloredUpSmall")) | |
DEFINE_IMAGE (bmpRecoloredDownSmall, wxImage(27, 27), wxT("RecoloredDownSmall")) | |
DEFINE_IMAGE (bmpRecoloredUpHiliteSmall, wxImage(27, 27), wxT("RecoloredUpHiliteSmall")) | |
DEFINE_IMAGE (bmpRecoloredHiliteSmall, wxImage(27, 27), wxT("RecoloredHiliteSmall")) | |
SET_THEME_FLAGS (resFlagCursor) | |
DEFINE_IMAGE (bmpIBeamCursor, wxImage(32, 32), wxT("IBeamCursor")) | |
DEFINE_IMAGE (bmpCrosshairCursor, wxImage(32, 32), wxT("CrosshairCursor")) | |
DEFINE_IMAGE (bmpDrawCursor, wxImage(32, 32), wxT("DrawCursor")) | |
DEFINE_IMAGE (bmpEnvCursor, wxImage(32, 32), wxT("EnvCursor")) | |
DEFINE_IMAGE (bmpTimeCursor, wxImage(32, 32), wxT("TimeCursor")) | |
DEFINE_IMAGE (bmpZoomInCursor, wxImage(32, 32), wxT("ZoomInCursor")) | |
DEFINE_IMAGE (bmpZoomOutCursor, wxImage(32, 32), wxT("ZoomOutCursor")) | |
DEFINE_IMAGE (bmpLabelCursorLeft, wxImage(32, 32), wxT("LabelCursorLeft")) | |
DEFINE_IMAGE (bmpLabelCursorRight, wxImage(32, 32), wxT("LabelCursorRight")) | |
DEFINE_IMAGE (bmpDisabledCursor, wxImage(32, 32), wxT("DisabledCursor")) | |
DEFINE_IMAGE (bmpBottomFrequencyCursor, wxImage(32, 32), wxT("BottomFrequencyCursor")) | |
DEFINE_IMAGE (bmpTopFrequencyCursor, wxImage(32, 32), wxT("TopFrequencyCursor")) | |
DEFINE_IMAGE (bmpBandWidthCursor, wxImage(32, 32), wxT("BandWidthCursor")) | |
DEFINE_IMAGE (bmpSubViewsCursor, wxImage(32, 32), wxT("SubViewsCursor")) | |
DEFINE_IMAGE (bmpEffectOn, wxImage(22, 22), wxT("EffectOn")) | |
DEFINE_IMAGE (bmpEffectOff, wxImage(22, 22), wxT("EffectOff")) | |
DEFINE_IMAGE (bmpDragArea, wxImage(6, 14), wxT("DragArea")) | |
DEFINE_IMAGE (bmpMoreDown, wxImage(22, 22), wxT("MoreDown")) | |
DEFINE_IMAGE (bmpMoreNormal, wxImage(22, 22), wxT("MoreNormal")) | |
DEFINE_IMAGE (bmpMoreHover, wxImage(22, 22), wxT("MoreHover")) | |
DEFINE_IMAGE (bmpMoreDisabled, wxImage(22, 22), wxT("MoreDisabled")) DEFINE_IMAGE(bmpCloseDown | |
wxImage (22, 22) | |
wxT ("CloseDown")) | |
DEFINE_IMAGE (bmpCloseNormal, wxImage(22, 22), wxT("CloseNormal")) | |
DEFINE_IMAGE (bmpCloseHover, wxImage(22, 22), wxT("CloseHover")) | |
DEFINE_IMAGE (bmpCloseDisabled, wxImage(22, 22), wxT("CloseDisabled")) DEFINE_IMAGE(bmpHButtonNormal | |
wxT ("HButtonNormal")) DEFINE_IMAGE(bmpHButtonHover | |
wxT ("HButtonHover")) DEFINE_IMAGE(bmpHButtonDown | |
wxT ("HButtonDown")) DEFINE_IMAGE(bmpHButtonDisabled | |
wxT ("HButtonDisabled")) SET_THEME_FLAGS(resFlagNewLine) | |
DEFINE_IMAGE (pitchUpIndicator, wxImage(12, 12), wxT("PitchUpIndicator")) | |
DEFINE_IMAGE (pitchDownIndicator, wxImage(12, 12), wxT("PitchDownIndicator")) | |
DEFINE_IMAGE (speedIndicator, wxImage(12, 12), wxT("speedIndicator")) | |
DEFINE_IMAGE (tcpClose, wxImage(16, 16), wxT("TCPClose")) | |
DEFINE_IMAGE (tcpChevron, wxImage(16, 16), wxT("TCPChevron")) | |
DEFINE_IMAGE (tcpChevronDown, wxImage(16, 16), wxT("TCPChevronDown")) | |
DEFINE_IMAGE (tcpEllipses, wxImage(16, 16), wxT("TCPEllipses")) SET_THEME_FLAGS(resFlagNewLine) | |
DEFINE_IMAGE (bmpAudacityLogo48x48, wxImage(48, 48), wxT("AudacityLogo48x48")) | |
DEFINE_IMAGE (bmpAnonymousUser, wxImage(20, 20), wxT("AnonymousUser")) | |
DEFINE_IMAGE (bmpShareAudio, wxImage(20, 20), wxT("ShareAudio")) | |
DEFINE_IMAGE (bmpGoogleLogo, wxImage(20, 20), wxT("GoogleLogo")) | |
DEFINE_IMAGE (bmpFacebookLogo, wxImage(20, 21), wxT("FacebookLogo")) | |
DEFINE_IMAGE (bmpCogwheel, wxImage(20, 20), wxT("Cogwheel")) | |
DEFINE_IMAGE (bmpCloud, wxImage(20, 20), wxT("Cloud")) | |
DEFINE_IMAGE (bmpCloudProgress, wxImage(20, 20), wxT("CloudProgress")) | |
DEFINE_COLOUR (clrBlank, wxColour(64, 64, 64), wxT("Blank")) | |
DEFINE_COLOUR (clrUnselected, wxColour(30, 30, 30), wxT("Unselected")) | |
DEFINE_COLOUR (clrSelected, wxColour(93, 65, 93), wxT("Selected")) | |
DEFINE_COLOUR (clrSample, wxColour(63, 77, 155), wxT("Sample")) | |
DEFINE_COLOUR (clrSample2, wxColour(160, 10, 10), wxT("Sample2")) | |
DEFINE_COLOUR (clrSample3, wxColour(35, 110, 35), wxT("Sample3")) | |
DEFINE_COLOUR (clrSample4, wxColour(0, 0, 0), wxT("Sample4")) | |
DEFINE_COLOUR (clrSelSample, wxColour(50, 50, 200), wxT("SelSample")) | |
DEFINE_COLOUR (clrDragSample, wxColour(0, 100, 0), wxT("DragSample")) | |
DEFINE_COLOUR (clrMuteSample, wxColour(136, 136, 144), wxT("MuteSample")) | |
DEFINE_COLOUR (clrRms, wxColour(107, 154, 247), wxT("Rms")) | |
DEFINE_COLOUR (clrRms2, wxColour(230, 80, 80), wxT("Rms2")) | |
DEFINE_COLOUR (clrRms3, wxColour(75, 200, 75), wxT("Rms3")) | |
DEFINE_COLOUR (clrRms4, wxColour(100, 100, 100), wxT("Rms4")) | |
DEFINE_COLOUR (clrMuteRms, wxColour(136, 136, 144), wxT("MuteRms")) | |
DEFINE_COLOUR (clrAboutBoxBackground, wxColour(255, 255, 255), wxT("AboutBackground")) | |
DEFINE_COLOUR (clrTrackPanelText, wxColour(200, 200, 200), wxT("TrackPanelText")) | |
DEFINE_COLOUR (clrLabelTrackText, wxColour(0, 0, 0), wxT("LabelTrackText")) | |
DEFINE_COLOUR (clrMeterPeak, wxColour(102, 102, 255), wxT("MeterPeak")) | |
DEFINE_COLOUR (clrMeterInputPen, wxColour(204, 70, 70), wxT("MeterInputPen")) | |
DEFINE_COLOUR (clrMeterInputBrush, wxColour(204, 70, 70), wxT("MeterInputBrush")) | |
DEFINE_COLOUR (clrMeterInputRMSBrush, wxColour(255, 102, 102), wxT("MeterInputRMSBrush")) | |
DEFINE_COLOUR (clrMeterInputClipBrush, wxColour(255, 53, 53), wxT("MeterInputClipBrush")) | |
DEFINE_COLOUR (clrMeterInputLightPen, wxColour(255, 153, 153), wxT("MeterInputLightPen")) | |
DEFINE_COLOUR (clrMeterInputDarkPen, wxColour(153, 61, 61), wxT("MeterInputDarkPen")) | |
DEFINE_COLOUR (clrMeterBackground, wxColour(153, 61, 61), wxT("MeterBackground")) | |
DEFINE_COLOUR (clrMeterOutputPen, wxColour(70, 204, 70), wxT("MeterOutputPen")) | |
DEFINE_COLOUR (clrMeterOutputBrush, wxColour(70, 204, 70), wxT("MeterOutputBrush")) | |
DEFINE_COLOUR (clrMeterOutputRMSBrush, wxColour(102, 255, 102), wxT("MeterOutputRMSBrush")) | |
DEFINE_COLOUR (clrMeterOutputClipBrush, wxColour(255, 53, 53), wxT("MeterOutputClipBrush")) | |
DEFINE_COLOUR (clrMeterOutputLightPen, wxColour(153, 255, 153), wxT("MeterOutputLightPen")) | |
DEFINE_COLOUR (clrMeterOutputDarkPen, wxColour(61, 164, 61), wxT("MeterOutputDarkPen")) | |
DEFINE_COLOUR (clrAxisLines, wxColour(0, 0, 255), wxT("AxisLines")) | |
DEFINE_COLOUR (clrGraphLines, wxColour(110, 110, 220), wxT("GraphLines")) | |
DEFINE_COLOUR (clrResponseLines, wxColour(24, 169, 153), wxT("ResponseLines")) | |
DEFINE_COLOUR (clrHzPlot, wxColour(140, 60, 190), wxT("HzPlot")) | |
DEFINE_COLOUR (clrWavelengthPlot, wxColour(200, 50, 150), wxT("WavelengthPlot")) | |
DEFINE_COLOUR (clrEnvelope, wxColour(110, 110, 220), wxT("EnvelopeColour")) | |
DEFINE_COLOUR (clrEnvelopeBackground, wxColour(110, 110, 220), wxT("EnvelopeBackground")) | |
DEFINE_COLOUR (clrMuteButtonActive, wxColour(160, 170, 210), wxT("MuteButtonActive")) | |
DEFINE_COLOUR (clrMuteButtonVetoed, wxColour(180, 180, 185), wxT("MuteButtonVetoed")) | |
DEFINE_COLOUR (clrCursorPen, wxColour(0, 0, 0), wxT("CursorPen")) | |
DEFINE_COLOUR (clrRecordingPen, wxColour(176, 0, 28), wxT("RecordingPen")) | |
DEFINE_COLOUR (clrPlaybackPen, wxColour(36, 96, 46), wxT("PlaybackPen")) | |
DEFINE_COLOUR (clrRecordingBrush, wxColour(190, 129, 129), wxT("RecordingBrush")) | |
DEFINE_COLOUR (clrPlaybackBrush, wxColour(28, 171, 51), wxT("PlaybackBrush")) | |
DEFINE_COLOUR (clrRulerRecordingBrush, wxColour(196, 196, 196), wxT("RulerRecordingBrush")) | |
DEFINE_COLOUR (clrTimeFont, wxColour(0, 0, 180), wxT("TimeFont")) | |
DEFINE_COLOUR (clrTimeBack, wxColour(160, 160, 160), wxT("TimeBack")) | |
DEFINE_COLOUR (clrTimeFontFocus, wxColour(0, 0, 0), wxT("TimeFontFocus")) | |
DEFINE_COLOUR (clrTimeBackFocus, wxColour(242, 242, 255), wxT("TimeBackFocus")) | |
DEFINE_COLOUR (clrLabelTextNormalBrush, wxColour(190, 190, 240), wxT("LabelTextNormalBrush")) | |
DEFINE_COLOUR (clrLabelTextEditBrush, wxColour(255, 255, 255), wxT("LabelTextEditBrush")) | |
DEFINE_COLOUR (clrLabelUnselectedBrush, wxColour(192, 192, 192), wxT("LabelUnselectedBrush")) | |
DEFINE_COLOUR (clrLabelSelectedBrush, wxColour(148, 148, 170), wxT("LabelSelectedBrush")) | |
DEFINE_COLOUR (clrLabelSurroundPen, wxColour(0, 0, 0), wxT("LabelSurroundPen")) | |
DEFINE_COLOUR (clrTrackFocus0, wxColour(200, 200, 200), wxT("TrackFocus0")) | |
DEFINE_COLOUR (clrTrackFocus1, wxColour(180, 180, 180), wxT("TrackFocus1")) | |
DEFINE_COLOUR (clrTrackFocus2, wxColour(160, 160, 160), wxT("TrackFocus2")) | |
DEFINE_COLOUR (clrSnapGuide, wxColour(255, 255, 0), wxT("SnapGuide")) | |
DEFINE_COLOUR (clrTrackInfo, wxColour(64, 64, 64), wxT("TrackInfo")) | |
DEFINE_COLOUR (clrTrackInfoSelected, wxColour(93, 65, 93), wxT("TrackInfoSelected")) | |
DEFINE_COLOUR (clrLight, wxColour(60, 60, 60), wxT("Light")) | |
DEFINE_COLOUR (clrMedium, wxColour(43, 43, 43), wxT("Medium")) | |
DEFINE_COLOUR (clrDark, wxColour(20, 20, 20), wxT("Dark")) | |
DEFINE_COLOUR (clrLightSelected, wxColour(93, 65, 93), wxT("LightSelected")) | |
DEFINE_COLOUR (clrMediumSelected, wxColour(93, 43, 93), wxT("MediumSelected")) | |
DEFINE_COLOUR (clrDarkSelected, wxColour(93, 20, 93), wxT("DarkSelected")) | |
DEFINE_COLOUR (clrClipped, wxColour(255, 0, 0), wxT("Clipped")) | |
DEFINE_COLOUR (clrMuteClipped, wxColour(136, 136, 144), wxT("MuteClipped")) | |
DEFINE_COLOUR (clrProgressDone, wxColour(60, 240, 60, 128), wxT("ProgressDone")) | |
DEFINE_COLOUR (clrProgressNotYet, wxColour(255, 255, 255, 220), wxT("ProgressNotYet")) | |
DEFINE_COLOUR (clrSyncLockSel, wxColour(192, 192, 192), wxT("SyncLockSel")) | |
DEFINE_COLOUR (clrBlankSelected, wxColour(170, 170, 192), wxT("BlankSelected")) | |
DEFINE_COLOUR (clrSliderLight, wxColour(1, 1, 1), wxT("SliderLight")) | |
DEFINE_COLOUR (clrSliderMain, wxColour(43, 43, 43), wxT("SliderMain")) | |
DEFINE_COLOUR (clrSliderDark, wxColour(1, 1, 1), wxT("SliderDark")) | |
DEFINE_COLOUR (clrTrackBackground, wxColour(20, 20, 20), wxT("TrackBackground")) | |
DEFINE_COLOUR (clrGraphLabels, wxColour(0, 0, 0), wxT("GraphLabels")) | |
DEFINE_COLOUR (clrSpectroBackground, wxColour(255, 255, 20), wxT("SpectroBackground")) | |
DEFINE_COLOUR (clrScrubRuler, wxColour(255, 255, 20), wxT("ScrubRuler")) | |
DEFINE_COLOUR (clrRulerSelected, wxColour(255, 255, 20), wxT("RulerSelected")) | |
DEFINE_COLOUR (clrTimeHours, wxColour(255, 255, 20), wxT("TimeHours")) | |
DEFINE_COLOUR (clrMidiZebra, wxColour(255, 255, 20), wxT("MidiZebra")) | |
DEFINE_COLOUR (clrMidiLines, wxColour(255, 255, 20), wxT("MidiLines")) | |
DEFINE_COLOUR (clrTextNegativeNumbers, wxColour(0, 0, 255), wxT("TextNegativeNumbers")) | |
DEFINE_COLOUR (clrSpectro1, wxColour(191, 191, 191), wxT("Spectro1")) | |
DEFINE_COLOUR (clrSpectro2, wxColour(76, 153, 255), wxT("Spectro2")) | |
DEFINE_COLOUR (clrSpectro3, wxColour(229, 25, 229), wxT("Spectro3")) | |
DEFINE_COLOUR (clrSpectro4, wxColour(255, 0, 0), wxT("Spectro4")) | |
DEFINE_COLOUR (clrSpectro5, wxColour(255, 255, 255), wxT("Spectro5")) | |
DEFINE_COLOUR (clrSpectro1Sel, wxColour(143, 143, 143), wxT("Spectro1Sel")) | |
DEFINE_COLOUR (clrSpectro2Sel, wxColour(57, 116, 191), wxT("Spectro2Sel")) | |
DEFINE_COLOUR (clrSpectro3Sel, wxColour(172, 19, 172), wxT("Spectro3Sel")) | |
DEFINE_COLOUR (clrSpectro4Sel, wxColour(191, 0, 0), wxT("Spectro4Sel")) | |
DEFINE_COLOUR (clrSpectro5Sel, wxColour(191, 191, 191), wxT("Spectro5Sel")) | |
DEFINE_COLOUR (clrClipAffordanceOutlinePen, wxColour(0, 0, 0), wxT("ClipAffordanceOutlinePen")) | |
DEFINE_COLOUR (clrClipAffordanceInactiveBrush, wxColour(219, 219, 219), wxT("ClipAffordanceUnselectedBrush")) | |
DEFINE_COLOUR (clrClipAffordanceActiveBrush, wxColour(237, 237, 237), wxT("ClipAffordanceSelectedBrush")) | |
DEFINE_COLOUR (clrClipAffordanceStroke, wxColour(255, 255, 255), wxT("ClipAffordanceStroke")) | |
DEFINE_COLOUR (clrClipAffordanceButton, wxColour(255, 255, 255), wxT("ClipAffordanceButton")) | |
DEFINE_COLOUR (clrLabelTrackTextSelection, wxColour(183, 202, 226), wxT("LabelTrackTextSelection")) | |
DEFINE_COLOUR (clrClipNameText, wxColour(0, 0, 0), wxT("ClipNameText")) | |
DEFINE_COLOUR (clrClipNameTextSelection, wxColour(183, 202, 226), wxT("ClipNameTextSelection")) | |
DEFINE_COLOUR (clrDropHintHighlight, wxColour(71, 140, 247), wxT("DropHintHighlight")) | |
DEFINE_COLOUR (clrEffectListItemBackground, wxColour(60, 60, 60), wxT("EffectListItemBackground")) | |
DEFINE_COLOUR (clrEffectListItemBorder, wxColour(204, 204, 204), wxT("EffectListItemBorder")) | |
DEFINE_COLOUR (clrBeatSeparatorPen, wxColour(0xBE, 0xBE, 0xBE), wxT("BeatSeparatorPen")) | |
DEFINE_COLOUR (clrBarSeparatorPen, wxColour(0xBE, 0xBE, 0xBE), wxT("BarSeparatorPen")) | |
DEFINE_COLOUR (clrBeatFillStrongBrush, wxColour(0xD6, 0xD6, 0xD6), wxT("BeatFillStrongBrush")) | |
DEFINE_COLOUR (clrBeatFillWeakBrush, wxColour(0xDC, 0xDC, 0xDC), wxT("BeatFillWeakBrush")) | |
DEFINE_COLOUR (clrBeatFillStrongSelBrush, wxColour(0xD6, 0xD6, 0xD6), wxT("BeatFillStrongSelBrush")) | |
DEFINE_COLOUR (clrBeatFillWeakSelBrush, wxColour(0xDC, 0xDC, 0xDC), wxT("BeatFillWeakSelBrush")) | |
DEFINE_COLOUR (clrLoopEnabled, wxColour(93, 65, 93), wxT("LoopEnabled")) | |
DEFINE_COLOUR (clrLoopDisabled, wxColour(93, 65, 93), wxT("LoopNotEnabled")) | |
DEFINE_COLOUR (clrGrabber, wxColour(93, 65, 93), wxT("Grabber")) | |
DEFINE_COLOUR (clrTimelineRulerBackground, wxColour(0xE9, 0xE9, 0xEB), wxT("TimelineRulerBackground")) | |
This file contains definitions of all images, cursors, colours, fonts and grids used by Audacity.
This will be split up into separate include files to reduce the amount of recompilation on a change.
Meantime, do NOT DELETE any of these declarations, even if they're unused, as they're all offset by prior declarations.
To add an image, you give its size and name like so:
If you do this and run the program the image will be black to start with, but you can go into ThemePrefs and load it (load components) from there. Audacity will look for a file called "Pause.png".
Definition in file AllThemeResources.h.
#define LOGOWITHNAME_HEIGHT 134 |
#define LOGOWITHNAME_WIDTH 500 |
DEFINE_COLOUR | ( | clrAboutBoxBackground | , |
wxColour(255, 255, 255) | , | ||
wxT("AboutBackground") | |||
) |
DEFINE_COLOUR | ( | clrAxisLines | , |
wxColour(0, 0, 255) | , | ||
wxT("AxisLines") | |||
) |
DEFINE_COLOUR | ( | clrBarSeparatorPen | , |
wxColour(0xBE, 0xBE, 0xBE) | , | ||
wxT("BarSeparatorPen") | |||
) |
DEFINE_COLOUR | ( | clrBeatFillStrongBrush | , |
wxColour(0xD6, 0xD6, 0xD6) | , | ||
wxT("BeatFillStrongBrush") | |||
) |
DEFINE_COLOUR | ( | clrBeatFillStrongSelBrush | , |
wxColour(0xD6, 0xD6, 0xD6) | , | ||
wxT("BeatFillStrongSelBrush") | |||
) |
DEFINE_COLOUR | ( | clrBeatFillWeakBrush | , |
wxColour(0xDC, 0xDC, 0xDC) | , | ||
wxT("BeatFillWeakBrush") | |||
) |
DEFINE_COLOUR | ( | clrBeatFillWeakSelBrush | , |
wxColour(0xDC, 0xDC, 0xDC) | , | ||
wxT("BeatFillWeakSelBrush") | |||
) |
DEFINE_COLOUR | ( | clrBeatSeparatorPen | , |
wxColour(0xBE, 0xBE, 0xBE) | , | ||
wxT("BeatSeparatorPen") | |||
) |
DEFINE_COLOUR | ( | clrBlank | , |
wxColour(64, 64, 64) | , | ||
wxT("Blank") | |||
) |
DEFINE_COLOUR | ( | clrBlankSelected | , |
wxColour(170, 170, 192) | , | ||
wxT("BlankSelected") | |||
) |
DEFINE_COLOUR | ( | clrClipAffordanceActiveBrush | , |
wxColour(237, 237, 237) | , | ||
wxT("ClipAffordanceSelectedBrush") | |||
) |
DEFINE_COLOUR | ( | clrClipAffordanceButton | , |
wxColour(255, 255, 255) | , | ||
wxT("ClipAffordanceButton") | |||
) |
DEFINE_COLOUR | ( | clrClipAffordanceInactiveBrush | , |
wxColour(219, 219, 219) | , | ||
wxT("ClipAffordanceUnselectedBrush") | |||
) |
DEFINE_COLOUR | ( | clrClipAffordanceOutlinePen | , |
wxColour(0, 0, 0) | , | ||
wxT("ClipAffordanceOutlinePen") | |||
) |
DEFINE_COLOUR | ( | clrClipAffordanceStroke | , |
wxColour(255, 255, 255) | , | ||
wxT("ClipAffordanceStroke") | |||
) |
DEFINE_COLOUR | ( | clrClipNameText | , |
wxColour(0, 0, 0) | , | ||
wxT("ClipNameText") | |||
) |
DEFINE_COLOUR | ( | clrClipNameTextSelection | , |
wxColour(183, 202, 226) | , | ||
wxT("ClipNameTextSelection") | |||
) |
DEFINE_COLOUR | ( | clrClipped | , |
wxColour(255, 0, 0) | , | ||
wxT("Clipped") | |||
) |
DEFINE_COLOUR | ( | clrCursorPen | , |
wxColour(0, 0, 0) | , | ||
wxT("CursorPen") | |||
) |
DEFINE_COLOUR | ( | clrDark | , |
wxColour(20, 20, 20) | , | ||
wxT("Dark") | |||
) |
DEFINE_COLOUR | ( | clrDarkSelected | , |
wxColour(93, 20, 93) | , | ||
wxT("DarkSelected") | |||
) |
DEFINE_COLOUR | ( | clrDragSample | , |
wxColour(0, 100, 0) | , | ||
wxT("DragSample") | |||
) |
DEFINE_COLOUR | ( | clrDropHintHighlight | , |
wxColour(71, 140, 247) | , | ||
wxT("DropHintHighlight") | |||
) |
DEFINE_COLOUR | ( | clrEffectListItemBackground | , |
wxColour(60, 60, 60) | , | ||
wxT("EffectListItemBackground") | |||
) |
DEFINE_COLOUR | ( | clrEffectListItemBorder | , |
wxColour(204, 204, 204) | , | ||
wxT("EffectListItemBorder") | |||
) |
DEFINE_COLOUR | ( | clrEnvelope | , |
wxColour(110, 110, 220) | , | ||
wxT("EnvelopeColour") | |||
) |
DEFINE_COLOUR | ( | clrEnvelopeBackground | , |
wxColour(110, 110, 220) | , | ||
wxT("EnvelopeBackground") | |||
) |
DEFINE_COLOUR | ( | clrGrabber | , |
wxColour(93, 65, 93) | , | ||
wxT("Grabber") | |||
) |
DEFINE_COLOUR | ( | clrGraphLabels | , |
wxColour(0, 0, 0) | , | ||
wxT("GraphLabels") | |||
) |
DEFINE_COLOUR | ( | clrGraphLines | , |
wxColour(110, 110, 220) | , | ||
wxT("GraphLines") | |||
) |
DEFINE_COLOUR | ( | clrHzPlot | , |
wxColour(140, 60, 190) | , | ||
wxT("HzPlot") | |||
) |
DEFINE_COLOUR | ( | clrLabelSelectedBrush | , |
wxColour(148, 148, 170) | , | ||
wxT("LabelSelectedBrush") | |||
) |
DEFINE_COLOUR | ( | clrLabelSurroundPen | , |
wxColour(0, 0, 0) | , | ||
wxT("LabelSurroundPen") | |||
) |
DEFINE_COLOUR | ( | clrLabelTextEditBrush | , |
wxColour(255, 255, 255) | , | ||
wxT("LabelTextEditBrush") | |||
) |
DEFINE_COLOUR | ( | clrLabelTextNormalBrush | , |
wxColour(190, 190, 240) | , | ||
wxT("LabelTextNormalBrush") | |||
) |
DEFINE_COLOUR | ( | clrLabelTrackText | , |
wxColour(0, 0, 0) | , | ||
wxT("LabelTrackText") | |||
) |
DEFINE_COLOUR | ( | clrLabelTrackTextSelection | , |
wxColour(183, 202, 226) | , | ||
wxT("LabelTrackTextSelection") | |||
) |
DEFINE_COLOUR | ( | clrLabelUnselectedBrush | , |
wxColour(192, 192, 192) | , | ||
wxT("LabelUnselectedBrush") | |||
) |
DEFINE_COLOUR | ( | clrLight | , |
wxColour(60, 60, 60) | , | ||
wxT("Light") | |||
) |
DEFINE_COLOUR | ( | clrLightSelected | , |
wxColour(93, 65, 93) | , | ||
wxT("LightSelected") | |||
) |
DEFINE_COLOUR | ( | clrLoopDisabled | , |
wxColour(93, 65, 93) | , | ||
wxT("LoopNotEnabled") | |||
) |
DEFINE_COLOUR | ( | clrLoopEnabled | , |
wxColour(93, 65, 93) | , | ||
wxT("LoopEnabled") | |||
) |
DEFINE_COLOUR | ( | clrMedium | , |
wxColour(43, 43, 43) | , | ||
wxT("Medium") | |||
) |
DEFINE_COLOUR | ( | clrMediumSelected | , |
wxColour(93, 43, 93) | , | ||
wxT("MediumSelected") | |||
) |
DEFINE_COLOUR | ( | clrMeterBackground | , |
wxColour(153, 61, 61) | , | ||
wxT("MeterBackground") | |||
) |
DEFINE_COLOUR | ( | clrMeterInputBrush | , |
wxColour(204, 70, 70) | , | ||
wxT("MeterInputBrush") | |||
) |
DEFINE_COLOUR | ( | clrMeterInputClipBrush | , |
wxColour(255, 53, 53) | , | ||
wxT("MeterInputClipBrush") | |||
) |
DEFINE_COLOUR | ( | clrMeterInputDarkPen | , |
wxColour(153, 61, 61) | , | ||
wxT("MeterInputDarkPen") | |||
) |
DEFINE_COLOUR | ( | clrMeterInputLightPen | , |
wxColour(255, 153, 153) | , | ||
wxT("MeterInputLightPen") | |||
) |
DEFINE_COLOUR | ( | clrMeterInputPen | , |
wxColour(204, 70, 70) | , | ||
wxT("MeterInputPen") | |||
) |
DEFINE_COLOUR | ( | clrMeterInputRMSBrush | , |
wxColour(255, 102, 102) | , | ||
wxT("MeterInputRMSBrush") | |||
) |
DEFINE_COLOUR | ( | clrMeterOutputBrush | , |
wxColour(70, 204, 70) | , | ||
wxT("MeterOutputBrush") | |||
) |
DEFINE_COLOUR | ( | clrMeterOutputClipBrush | , |
wxColour(255, 53, 53) | , | ||
wxT("MeterOutputClipBrush") | |||
) |
DEFINE_COLOUR | ( | clrMeterOutputDarkPen | , |
wxColour(61, 164, 61) | , | ||
wxT("MeterOutputDarkPen") | |||
) |
DEFINE_COLOUR | ( | clrMeterOutputLightPen | , |
wxColour(153, 255, 153) | , | ||
wxT("MeterOutputLightPen") | |||
) |
DEFINE_COLOUR | ( | clrMeterOutputPen | , |
wxColour(70, 204, 70) | , | ||
wxT("MeterOutputPen") | |||
) |
DEFINE_COLOUR | ( | clrMeterOutputRMSBrush | , |
wxColour(102, 255, 102) | , | ||
wxT("MeterOutputRMSBrush") | |||
) |
DEFINE_COLOUR | ( | clrMeterPeak | , |
wxColour(102, 102, 255) | , | ||
wxT("MeterPeak") | |||
) |
DEFINE_COLOUR | ( | clrMidiLines | , |
wxColour(255, 255, 20) | , | ||
wxT("MidiLines") | |||
) |
DEFINE_COLOUR | ( | clrMidiZebra | , |
wxColour(255, 255, 20) | , | ||
wxT("MidiZebra") | |||
) |
DEFINE_COLOUR | ( | clrMuteButtonActive | , |
wxColour(160, 170, 210) | , | ||
wxT("MuteButtonActive") | |||
) |
DEFINE_COLOUR | ( | clrMuteButtonVetoed | , |
wxColour(180, 180, 185) | , | ||
wxT("MuteButtonVetoed") | |||
) |
DEFINE_COLOUR | ( | clrMuteClipped | , |
wxColour(136, 136, 144) | , | ||
wxT("MuteClipped") | |||
) |
DEFINE_COLOUR | ( | clrMuteRms | , |
wxColour(136, 136, 144) | , | ||
wxT("MuteRms") | |||
) |
DEFINE_COLOUR | ( | clrMuteSample | , |
wxColour(136, 136, 144) | , | ||
wxT("MuteSample") | |||
) |
DEFINE_COLOUR | ( | clrPlaybackBrush | , |
wxColour(28, 171, 51) | , | ||
wxT("PlaybackBrush") | |||
) |
DEFINE_COLOUR | ( | clrPlaybackPen | , |
wxColour(36, 96, 46) | , | ||
wxT("PlaybackPen") | |||
) |
DEFINE_COLOUR | ( | clrProgressDone | , |
wxColour(60, 240, 60, 128) | , | ||
wxT("ProgressDone") | |||
) |
DEFINE_COLOUR | ( | clrProgressNotYet | , |
wxColour(255, 255, 255, 220) | , | ||
wxT("ProgressNotYet") | |||
) |
DEFINE_COLOUR | ( | clrRecordingBrush | , |
wxColour(190, 129, 129) | , | ||
wxT("RecordingBrush") | |||
) |
DEFINE_COLOUR | ( | clrRecordingPen | , |
wxColour(176, 0, 28) | , | ||
wxT("RecordingPen") | |||
) |
DEFINE_COLOUR | ( | clrResponseLines | , |
wxColour(24, 169, 153) | , | ||
wxT("ResponseLines") | |||
) |
DEFINE_COLOUR | ( | clrRms | , |
wxColour(107, 154, 247) | , | ||
wxT("Rms") | |||
) |
DEFINE_COLOUR | ( | clrRms2 | , |
wxColour(230, 80, 80) | , | ||
wxT("Rms2") | |||
) |
DEFINE_COLOUR | ( | clrRms3 | , |
wxColour(75, 200, 75) | , | ||
wxT("Rms3") | |||
) |
DEFINE_COLOUR | ( | clrRms4 | , |
wxColour(100, 100, 100) | , | ||
wxT("Rms4") | |||
) |
DEFINE_COLOUR | ( | clrRulerRecordingBrush | , |
wxColour(196, 196, 196) | , | ||
wxT("RulerRecordingBrush") | |||
) |
DEFINE_COLOUR | ( | clrRulerSelected | , |
wxColour(255, 255, 20) | , | ||
wxT("RulerSelected") | |||
) |
DEFINE_COLOUR | ( | clrSample | , |
wxColour(63, 77, 155) | , | ||
wxT("Sample") | |||
) |
DEFINE_COLOUR | ( | clrSample2 | , |
wxColour(160, 10, 10) | , | ||
wxT("Sample2") | |||
) |
DEFINE_COLOUR | ( | clrSample3 | , |
wxColour(35, 110, 35) | , | ||
wxT("Sample3") | |||
) |
DEFINE_COLOUR | ( | clrSample4 | , |
wxColour(0, 0, 0) | , | ||
wxT("Sample4") | |||
) |
DEFINE_COLOUR | ( | clrScrubRuler | , |
wxColour(255, 255, 20) | , | ||
wxT("ScrubRuler") | |||
) |
DEFINE_COLOUR | ( | clrSelected | , |
wxColour(93, 65, 93) | , | ||
wxT("Selected") | |||
) |
DEFINE_COLOUR | ( | clrSelSample | , |
wxColour(50, 50, 200) | , | ||
wxT("SelSample") | |||
) |
DEFINE_COLOUR | ( | clrSliderDark | , |
wxColour(1, 1, 1) | , | ||
wxT("SliderDark") | |||
) |
DEFINE_COLOUR | ( | clrSliderLight | , |
wxColour(1, 1, 1) | , | ||
wxT("SliderLight") | |||
) |
DEFINE_COLOUR | ( | clrSliderMain | , |
wxColour(43, 43, 43) | , | ||
wxT("SliderMain") | |||
) |
DEFINE_COLOUR | ( | clrSnapGuide | , |
wxColour(255, 255, 0) | , | ||
wxT("SnapGuide") | |||
) |
DEFINE_COLOUR | ( | clrSpectro1 | , |
wxColour(191, 191, 191) | , | ||
wxT("Spectro1") | |||
) |
DEFINE_COLOUR | ( | clrSpectro1Sel | , |
wxColour(143, 143, 143) | , | ||
wxT("Spectro1Sel") | |||
) |
DEFINE_COLOUR | ( | clrSpectro2 | , |
wxColour(76, 153, 255) | , | ||
wxT("Spectro2") | |||
) |
DEFINE_COLOUR | ( | clrSpectro2Sel | , |
wxColour(57, 116, 191) | , | ||
wxT("Spectro2Sel") | |||
) |
DEFINE_COLOUR | ( | clrSpectro3 | , |
wxColour(229, 25, 229) | , | ||
wxT("Spectro3") | |||
) |
DEFINE_COLOUR | ( | clrSpectro3Sel | , |
wxColour(172, 19, 172) | , | ||
wxT("Spectro3Sel") | |||
) |
DEFINE_COLOUR | ( | clrSpectro4 | , |
wxColour(255, 0, 0) | , | ||
wxT("Spectro4") | |||
) |
DEFINE_COLOUR | ( | clrSpectro4Sel | , |
wxColour(191, 0, 0) | , | ||
wxT("Spectro4Sel") | |||
) |
DEFINE_COLOUR | ( | clrSpectro5 | , |
wxColour(255, 255, 255) | , | ||
wxT("Spectro5") | |||
) |
DEFINE_COLOUR | ( | clrSpectro5Sel | , |
wxColour(191, 191, 191) | , | ||
wxT("Spectro5Sel") | |||
) |
DEFINE_COLOUR | ( | clrSpectroBackground | , |
wxColour(255, 255, 20) | , | ||
wxT("SpectroBackground") | |||
) |
DEFINE_COLOUR | ( | clrSyncLockSel | , |
wxColour(192, 192, 192) | , | ||
wxT("SyncLockSel") | |||
) |
DEFINE_COLOUR | ( | clrTextNegativeNumbers | , |
wxColour(0, 0, 255) | , | ||
wxT("TextNegativeNumbers") | |||
) |
DEFINE_COLOUR | ( | clrTimeBack | , |
wxColour(160, 160, 160) | , | ||
wxT("TimeBack") | |||
) |
DEFINE_COLOUR | ( | clrTimeBackFocus | , |
wxColour(242, 242, 255) | , | ||
wxT("TimeBackFocus") | |||
) |
DEFINE_COLOUR | ( | clrTimeFont | , |
wxColour(0, 0, 180) | , | ||
wxT("TimeFont") | |||
) |
DEFINE_COLOUR | ( | clrTimeFontFocus | , |
wxColour(0, 0, 0) | , | ||
wxT("TimeFontFocus") | |||
) |
DEFINE_COLOUR | ( | clrTimeHours | , |
wxColour(255, 255, 20) | , | ||
wxT("TimeHours") | |||
) |
DEFINE_COLOUR | ( | clrTimelineRulerBackground | , |
wxColour(0xE9, 0xE9, 0xEB) | , | ||
wxT("TimelineRulerBackground") | |||
) |
DEFINE_COLOUR | ( | clrTrackBackground | , |
wxColour(20, 20, 20) | , | ||
wxT("TrackBackground") | |||
) |
DEFINE_COLOUR | ( | clrTrackFocus0 | , |
wxColour(200, 200, 200) | , | ||
wxT("TrackFocus0") | |||
) |
DEFINE_COLOUR | ( | clrTrackFocus1 | , |
wxColour(180, 180, 180) | , | ||
wxT("TrackFocus1") | |||
) |
DEFINE_COLOUR | ( | clrTrackFocus2 | , |
wxColour(160, 160, 160) | , | ||
wxT("TrackFocus2") | |||
) |
DEFINE_COLOUR | ( | clrTrackInfo | , |
wxColour(64, 64, 64) | , | ||
wxT("TrackInfo") | |||
) |
DEFINE_COLOUR | ( | clrTrackInfoSelected | , |
wxColour(93, 65, 93) | , | ||
wxT("TrackInfoSelected") | |||
) |
DEFINE_COLOUR | ( | clrTrackPanelText | , |
wxColour(200, 200, 200) | , | ||
wxT("TrackPanelText") | |||
) |
DEFINE_COLOUR | ( | clrUnselected | , |
wxColour(30, 30, 30) | , | ||
wxT("Unselected") | |||
) |
DEFINE_COLOUR | ( | clrWavelengthPlot | , |
wxColour(200, 50, 150) | , | ||
wxT("WavelengthPlot") | |||
) |
DEFINE_IMAGE | ( | bmpTnAutomateSelectionDisabled | , |
wxImage(27, 27) | , | ||
wxT("TnAutomateSelectionDisabled") | |||
) |
SET_THEME_FLAGS | ( | resFlagCursor | ) |
SET_THEME_FLAGS | ( | resFlagInternal | ) |
SET_THEME_FLAGS | ( | resFlagNewLine | ) |
SET_THEME_FLAGS | ( | resFlagNone | ) |
SET_THEME_FLAGS | ( | resFlagPaired | ) |
SET_THEME_FLAGS | ( | resFlagPaired| | resFlagNewLine | ) |
wxImage | ( | 22 | , |
22 | |||
) |
Referenced by anonymous_namespace{WaveformView.cpp}::WaveBitmapCacheElementWX::Allocate(), bin2c_init_CLOUDIMAGES_HPP(), ThemeBase::CreateOneImageCache(), anonymous_namespace{SpectrumView.cpp}::DrawClipSpectrum(), EVT_COMMAND_RANGE(), GetSubImageWithAlpha(), MakeCursor(), SelectionBar::MakeSetupButton(), ThemeBase::MaskedImage(), AButton::OnPaint(), OverlayImage(), AboutDialog::PopulateAudacityPage(), ThemeBase::ReadImageCache(), ThemeBase::RecolourBitmap(), ThemeBase::RegisterImage(), audacity::cloud::audiocom::UserImage::SetBitmap(), AudacityApp::ShowSplashScreen(), ImageRoll::SplitH(), ImageRoll::SplitV(), ToolBarGrabber::ToolBarGrabber(), ThemeBase::WriteImageDefs(), and ThemeBase::WriteOneImageMap().
wxT | ( | "CloseDown" | ) |
Referenced by AboutDialog::AddBuildinfoRow(), ShuttleGuiBase::AddCheckBox(), ShuttleGuiBase::AddCheckBoxOnRight(), CommandDirectory::AddCommand(), anonymous_namespace{FFmpegPrefs.cpp}::AddControls(), UpdatePopupDialog::AddHtmlContent(), PCMExportProcessor::AddID3Chunk(), MacrosWindow::AddItem(), ExtImportPrefs::AddItemToTable(), MacroCommands::AddMacro(), CommandSignature::AddParameter(), AddSources(), ShuttleGuiBase::AddTextBox(), NumberFormatter::AddThousandsSeparators(), AdornedRulerPanel::AdornedRulerPanel(), anonymous_namespace{TrackMenus.cpp}::alignLabels(), TruncSilenceBase::Analyze(), anonymous_namespace{PluginMenus.cpp}::AnalyzeMenu(), Sequence::AppendSharedBlock(), ApplyAndSendResponse::Apply(), BatchEvalCommand::Apply(), CompareAudioCommand::Apply(), ExportCommand::Apply(), SetLabelCommand::Apply(), PluginDataModel::ApplyChanges(), MacroCommands::ApplyMacro(), ApplyMacroDialog::ApplyMacroToProject(), FFmpegExporter::AskResample(), AudacityApp::AssociateFileTypes(), VSTWrapper::AudioMaster(), LV2EffectsModule::AutoRegisterPlugins(), ProgressDialog::Beep(), Journal::Begin(), anonymous_namespace{MenuCreator.cpp}::MenuItemVisitor::BeginOccultCommands(), ExportTaskBuilder::Build(), CommandBuilder::BuildCommand(), NyquistEffect::BuildEffectWindow(), BatchEvalCommandType::BuildName(), LV2Editor::BuildPlain(), VSTEditor::BuildPlain(), NyquistEffect::BuildPromptWindow(), BatchEvalCommandType::BuildSignature(), SqliteSampleBlock::CalcSummary(), LabelTrackView::calculateFontHeight(), DeviceToolBar::ChangeDevice(), AudioSetupToolBar::ChangeDeviceLabel(), anonymous_namespace{FileDialogPrivate.cpp}::ChangeExceptionPolicy(), LV2FeaturesListBase::CheckFeatures(), ExportMP3::CheckFileName(), NyquistBase::CheckHelpPage(), LV2InstanceFeaturesList::CheckOptions(), CommandImplementation::CheckParam(), LadspaEffectsModule::CheckPluginExist(), VSTEffectsModule::CheckPluginExist(), VampEffectsModule::CheckPluginExist(), PluginManager::CheckPluginUpdates(), AudacityLogger::ClearLog(), anonymous_namespace{ClipMenus.cpp}::ClipCursorItems(), anonymous_namespace{ClipMenus.cpp}::ClipSelectMenu(), ProjectFileIO::CloseProject(), KeyView::CmpKeyNodeByKey(), KeyView::CmpKeyNodeByName(), GUIPrefs::Commit(), KeyConfigPrefs::Commit(), MidiIOPrefs::Commit(), RecordingPrefs::Commit(), SqliteSampleBlock::Commit(), ProjectFileIO::Compact(), Internat::CompatibleToDouble(), NumericTextCtrl::ComputeSizing(), ContrastDialog::ContrastDialog(), anonymous_namespace{NoiseReduction.cpp}::controlInfo(), ControlToolBar::ControlToolBar(), PluginManager::ConvertID(), ConvertLegacyProjectFile(), ConvertLegacyTrack(), Sequence::ConvertToSampleFormat(), Sequence::Copy(), ProgressDialog::Create(), FileDialog::Create(), anonymous_namespace{NoiseReduction.cpp}::ControlInfo::CreateControls(), AboutDialog::CreateCreditsList(), Importer::CreateDefaultImportItem(), ThemeBase::CreateOneImageCache(), AudacityApp::CreateSingleInstanceChecker(), anonymous_namespace{SelectMenus.cpp}::CursorMenu(), Sequence::DebugPrintf(), ProjectSerializer::Decode(), PrefsPanel::DefaultFactories(), SqliteSampleBlock::Delete(), Sequence::Delete(), MacroCommands::DeleteMacro(), OldStyleCommandType::Describe(), CommandManager::DescribeCommandsAndShortcuts(), diagnostics_do_diag(), diagnostics_do_diag_mem(), diagnostics_do_perfmon_stop(), ProjectFileIO::DiscardConnection(), LadspaEffectsModule::DiscoverPluginsAtPath(), ModuleManager::DiscoverProviders(), NormalizedKeyString::Display(), anonymous_namespace{LabelMenus.cpp}::DoAddLabel(), Sequence::DoAppend(), LabelTrackView::DoCaptureKey(), LabelTrackView::DoChar(), AudacityApplicationLogic::DoEffect(), ExportAudioDialog::DoExport(), ProjectFileManager::DoImport(), AudacityLogger::DoLogText(), ExportFFmpegOptions::DoOnCodecList(), ExportFFmpegOptions::DoOnFormatList(), CommandParameters::DoReadDouble(), ProjectAudioManager::DoRecord(), SpectrumView::DoSetMinimized(), WaveformView::DoSetMinimized(), DoSrv(), ShuttleGuiBase::DoTieCheckBox(), ShuttleGuiBase::DoTieCheckBoxOnRight(), ToolsToolBar::DoToolChanged(), EffectDtmf::Editor::DoUpdateUI(), CommandParameters::DoWriteDouble(), anonymous_namespace{ExportCL.cpp}::Drain(), AudioIoCallback::DrainInputBuffers(), NoteTrackVRulerControls::Draw(), LabelTrackView::DrawHighlight(), anonymous_namespace{NoteTrackControls.cpp}::DrawLabelControls(), PluginManager::DropFile(), anonymous_namespace{DropoutDetector.cpp}::DropoutSubscription::DropoutSubscription(), anonymous_namespace{MIDIPlay.h}::MIDIPlay::Dump(), anonymous_namespace{EditMenus.cpp}::EditMenu(), anonymous_namespace{PluginMenus.cpp}::EffectMenu(), EffectPreview(), CommandManager::Enable(), ExportFFmpegOptions::EnableDisableControls(), anonymous_namespace{MenuCreator.cpp}::MenuItemVisitor::CommandListEntryEx::EnableMultiItem(), NumericEditor::EndEdit(), ShuttleGuiBase::EndRadioButtonGroup(), XMLWriter::EndTag(), EqualizationParameters::EqualizationParameters(), EqualizationBandSliders::ErrMin(), ErrorReportDialog::ErrorReportDialog(), CommandParameters::Escape(), NyquistBase::EscapeString(), EVT_COMMAND_RANGE(), AudioUnitEffectBase::Export(), LabelTrack::Export(), LabelStruct::Export(), ExportFFmpeg::ExportFFmpeg(), ExportFFmpegOptions::ExportFFmpegOptions(), AudioUnitEffect::ExportPresets(), BasicEffectUIServices::ExportPresets(), VSTEffect::ExportPresets(), VST3Effect::ExportPresets(), anonymous_namespace{ExportCL.cpp}::ExtendPath::ExtendPath(), anonymous_namespace{SelectMenus.cpp}::ExtraCursorMenu(), anonymous_namespace{DeviceToolBar.cpp}::ExtraDeviceMenu(), anonymous_namespace{EditMenus.cpp}::ExtraEditMenu(), anonymous_namespace{FileMenus.cpp}::ExtraExportMenu(), anonymous_namespace{NavigationMenus.cpp}::ExtraFocusMenu(), anonymous_namespace{NavigationMenus.cpp}::ExtraGlobalCommands(), anonymous_namespace{ExtraMenus.cpp}::ExtraMenu(), anonymous_namespace{ExtraMenus.cpp}::ExtraMiscItems(), anonymous_namespace{MeterToolBar.cpp}::ExtraMixerMenu(), anonymous_namespace{TranscriptionToolBar.cpp}::ExtraPlayAtSpeedItems(), anonymous_namespace{TranscriptionToolBar.cpp}::ExtraPlayAtSpeedMenu(), ExtraScriptablesIIMenu(), ExtraScriptablesIMenu(), anonymous_namespace{SelectMenus.cpp}::ExtraSeekMenu(), anonymous_namespace{TransportMenus.cpp}::ExtraSelectionItems(), anonymous_namespace{SelectMenus.cpp}::ExtraSelectionMenu(), anonymous_namespace{TimelineMenus.cpp}::ExtraSelectionMenu(), anonymous_namespace{ClipMenus.cpp}::ExtraTimeShiftItems(), anonymous_namespace{ToolsToolBar.cpp}::ExtraToolsMenu(), anonymous_namespace{TrackMenus.cpp}::ExtraTrackMenu(), anonymous_namespace{TransportMenus.cpp}::ExtraTransportMenu(), ExportFFmpegOptions::FetchCodecList(), ExportFFmpegOptions::FetchCompatibleCodecList(), ExportFFmpegOptions::FetchCompatibleFormatList(), ExportFFmpegOptions::FetchFormatList(), FFmpegPresets::FFmpegPresets(), FileIO::FileIO(), FileLink(), anonymous_namespace{FileMenus.cpp}::FileMenu(), FileSelector(), OGGExportProcessor::FillComment(), AudioSetupToolBar::FillHostDevices(), DeviceToolBar::FillHostDevices(), AudioSetupToolBar::FillInputChannels(), DeviceToolBar::FillInputChannels(), FFmpegExporter::Finalize(), anonymous_namespace{AudioUnitEffectsModule.cpp}::FindAudioUnit(), FindFFmpegLibs(), PluginManager::FindFilesInPathList(), anonymous_namespace{Ruler.cpp}::FindFontHeights(), MP3Exporter::FindLibrary(), LadspaEffectsModule::FindModulePaths(), LV2EffectsModule::FindModulePaths(), NyquistEffectsModule::FindModulePaths(), VSTEffectsModule::FindModulePaths(), VampEffectsModule::FindModulePaths(), ModuleManager::FindModules(), NyqTextCtrl::FindParens(), VampEffectsModule::FindPlugin(), anonymous_namespace{EditMenus.cpp}::FindSourceTracks(), ProjectFileManager::FixTracks(), EqualizationBandSliders::Flatten(), BenchmarkDialog::FlushPrint(), VSTWrapper::ForEachParameter(), LabelTrack::FormatForFileName(), FormatHtmlText(), CommandManager::CommandListEntry::FormatLabelForMenu(), anonymous_namespace{Contrast.cpp}::FormatRMSMessage(), anonymous_namespace{PluginMenus.cpp}::GenerateMenu(), AudioIOBase::GetAllDeviceInfo(), ModulePrefs::GetAllModuleStatuses(), AudioIO::GetBestRate(), SqliteSampleBlock::GetBlob(), CommandImplementation::GetBool(), anonymous_namespace{NyquistBase.cpp}::GetClipBoundaries(), SpectrogramSettings::GetColorSchemeNames(), MacroCommands::GetCommand(), AboutDialog::GetCreditsByRole(), NumberFormatter::GetDecimalSeparator(), DeviceManager::GetDefaultDevice(), EQCurveReader::GetDefaultFileName(), EffectManager::GetDefaultPreset(), Validator::GetDescription(), OptionValidator::GetDescription(), BoolValidator::GetDescription(), BoolArrayValidator::GetDescription(), DoubleValidator::GetDescription(), RangeValidator::GetDescription(), IntValidator::GetDescription(), AudioIOBase::GetDeviceInfo(), TimerRecordDialog::GetDisplayDate(), CommandImplementation::GetDouble(), CommandManager::GetEnabled(), LV2EffectBase::GetFactoryPresets(), Effect::GetFamily(), GetFFmpegVersion(), ThemeBase::GetFilePath(), ExportCL::GetFormatInfo(), ExportFLAC::GetFormatInfo(), ExportMP2::GetFormatInfo(), ExportMP3::GetFormatInfo(), ExportOGG::GetFormatInfo(), ExportOpus::GetFormatInfo(), ExportWavPack::GetFormatInfo(), anonymous_namespace{TimeAndPitchExperimentalSettings.cpp}::GetFromFile(), KeyView::GetFullLabel(), Tags::GetGenre(), PluginManager::GetID(), ModuleManager::GetID(), AudioIO::GetInputSourceNames(), Languages::GetLanguages(), MP3Exporter::GetLibraryName(), MP3Exporter::GetLibraryPath(), MP3Exporter::GetLibraryTypes(), MP3Exporter::GetLibraryVersion(), AudacityLogger::GetLog(), CommandImplementation::GetLong(), WaveTrackControls::GetMenuExtension(), CLExportProcessor::GetMetaChunk(), GetMIDIDeviceInfo(), ModuleSettings::GetModuleStatus(), MacroCommands::GetNames(), MidiIOPrefs::GetNamesAndLabels(), NyquistBase::GetNyquistSearchPath(), WaveTrack::GetOne(), CommandParameters::GetParameters(), MacroCommands::GetParams(), LadspaEffectBase::GetPath(), PluginManager::GetPluginEnabledSetting(), AUPImportPlugin::GetPluginStringID(), FFmpegImportPlugin::GetPluginStringID(), FLACImportPlugin::GetPluginStringID(), LOFImportPlugin::GetPluginStringID(), anonymous_namespace{ImportMP3_MPG123.cpp}::MP3ImportPlugin::GetPluginStringID(), OggImportPlugin::GetPluginStringID(), OpusImportPlugin::GetPluginStringID(), PCMImportPlugin::GetPluginStringID(), WavPackImportPlugin::GetPluginStringID(), anonymous_namespace{ImportMIDI.cpp}::MIDIImportPlugin::GetPluginStringID(), PluginManager::GetPluginTypeString(), GlobalPrefsDialog::GetPreferredPage(), CommandManager::GetPrefixedLabelFromName(), EQCurveReader::GetPrefsPrefix(), EffectManager::GetPreset(), WaveformSettings::GetRangeChoices(), CommandBuilder::GetResponse(), Effect::GetSavedStateGroup(), WaveformSettings::GetScaleNames(), FFmpegFunctions::GetSearchPaths(), LadspaEffectsModule::GetSearchPaths(), CompareAudioCommand::GetSelection(), EffectDefinitionInterface::GetSquashedName(), CommandImplementation::GetString(), LWSlider::GetStringValue(), GetSubImageWithAlpha(), Languages::GetSystemLanguageCode(), Tags::GetUserGenre(), anonymous_namespace{FileNames.cpp}::GetUserTargetDir(), NumericEditor::GetValue(), AudioUnitEffectBase::GetVersion(), LV2EffectBase::GetVersion(), VSTEffectBase::GetVersion(), VampEffect::GetVersion(), anonymous_namespace{FileNames.cpp}::GetXDGTargetDir(), FileHistory::Global(), GPL_TEXT(), FileDialog::GTKFilterChanged(), AUPImportFileHandle::HandleImport(), MeterPanel::HandleLayout(), AUPImportFileHandle::HandleProject(), AUPImportFileHandle::HandleTag(), AUPImportFileHandle::HandleTags(), Sequence::HandleXMLEndTag(), EQCurveReader::HandleXMLTag(), LabelTrack::HandleXMLTag(), ProjectFileIO::HandleXMLTag(), RealtimeEffectState::HandleXMLTag(), Tags::HandleXMLTag(), anonymous_namespace{HelpMenus.cpp}::HelpMenu(), HelpTextBuiltIn(), audacity::cloud::ShareAudioToolbar::ID(), AudioSetupToolBar::ID(), ControlToolBar::ID(), DeviceToolBar::ID(), MeterToolBar::ID(), SelectionBar::ID(), SnappingToolBar::ID(), SpectralSelectionBar::ID(), TimeSignatureToolBar::ID(), TimeToolBar::ID(), ToolsToolBar::ID(), TranscriptionToolBar::ID(), Importer::Import(), AudioUnitEffectBase::Import(), FFmpegImportFileHandle::Import(), FLACImportFileHandle::Import(), OggImportFileHandle::Import(), OpusImportFileHandle::Import(), PCMImportFileHandle::Import(), WavPackImportFileHandle::Import(), LabelStruct::Import(), anonymous_namespace{ImportMIDI.cpp}::ImportMIDI(), AudioUnitEffect::ImportPresets(), VST3Effect::ImportPresets(), VSTEffect::ImportPresetsNC(), ImportRawDialog::ImportRawDialog(), AudioIO::Init(), Internat::Init(), FFmpegImportFileHandle::Init(), FLACImportFileHandle::Init(), ShuttleGuiBase::Init(), AButton::Init(), FFmpegImportFileHandle::InitCodecs(), FFmpegExporter::InitCodecs(), ExportPluginRegistry::Initialize(), Importer::Initialize(), LV2EffectsModule::Initialize(), NyquistEffectsModule::Initialize(), CLExportProcessor::Initialize(), FLACExportProcessor::Initialize(), MP3ExportProcessor::Initialize(), PCMExportProcessor::Initialize(), MP3Exporter::InitLibraryExternal(), MP3Exporter::InitLibraryInternal(), AudacityApp::InitPart2(), AudacityApp::InitTempDir(), InnerLink(), Envelope::InsertOrReplaceRelative(), EqualizationBandSliders::Invert(), AudioIOBase::IsCaptureRateSupported(), XMLValueChecker::IsGoodSubdirName(), AudioIOBase::IsPlaybackRateSupported(), TempDirectory::IsTempDirectoryNameOK(), ExportOptionsCLEditor::IsValidCommand(), MacroCommands::Join(), MeterPanel::Key(), anonymous_namespace{Scrubbing.cpp}::KeyboardScrubbingItems(), KeyEventToKeyString(), anonymous_namespace{LabelMenus.cpp}::LabelEditMenus(), AudioIO::LastPaErrorString(), NumericTextCtrl::Layout(), LinkExpand(), LadspaEffectBase::Load(), VSTWrapper::Load(), ExportOptionsCLEditor::Load(), anonymous_namespace{ExportFFmpeg.cpp}::ExportOptionsFFmpegCustomEditor::Load(), MP2ExportOptionsEditor::Load(), MP3ExportOptionsEditor::Load(), anonymous_namespace{ExportOGG.cpp}::ExportOptionOGGEditor::Load(), SqliteSampleBlock::Load(), Module::Load(), AudioUnitEffectsModule::LoadAudioUnitsOfType(), EQCurveReader::LoadCurves(), Tags::LoadDefaults(), anonymous_namespace{ExportPCM.cpp}::LoadEncoding(), NyqBench::LoadFile(), VSTWrapper::LoadFXB(), VSTWrapper::LoadFXP(), Tags::LoadGenres(), PluginManager::LoadGroup(), MP3Exporter::LoadLibrary(), MixerBoard::LoadMusicalInstruments(), LadspaEffectBase::LoadParameters(), LV2EffectBase::LoadParameters(), LadspaEffectsModule::LoadPlugin(), ProjectFileIO::LoadProject(), VSTEffectBase::LoadUserPreset(), LOFImportFileHandle::lofOpenFiles(), LV2FeaturesList::LogVPrintf(), MacroCommandsCatalog::MacroCommandsCatalog(), BenchmarkDialog::MakeBenchmarkDialog(), MakeDeviceSourceString(), anonymous_namespace{WhatsNewDialog.cpp}::MakeGetPluginsText(), VSTEffectBase::MakeInstance(), FLACExportProcessor::MakeMetadata(), anonymous_namespace{WhatsNewDialog.cpp}::MakeWhatsNewText(), anonymous_namespace{Scrubbing.cpp}::menuItems(), SpectrogramSettings::ColorSchemeEnumSetting::Migrate(), MacroCommands::MigrateLegacyChains(), MissingPluginsErrorDialog::MissingPluginsErrorDialog(), DBConnection::ModeConfig(), CommandManager::ModifyUndoMenuItems(), NyqTextCtrl::MoveCursor(), MP3Exporter::MP3Exporter(), MusicalInstrument::MusicalInstrument(), CommandManager::Populator::NewIdentifier(), NormalizedKeyString::NormalizedKeyString(), CommandParameters::NormalizeName(), NoUpdatesAvailableDialog::NoUpdatesAvailableDialog(), NumericField::NumericField(), NyqBench::NyqBench(), PluginManager::OldGetID(), anonymous_namespace{TrackMenus.cpp}::OnAlign(), anonymous_namespace{BatchProcessDialog.cpp}::OnApplyMacroDirectlyByName(), ApplyMacroDialog::OnApplyToFiles(), anonymous_namespace{HelpMenus.cpp}::OnAudioDeviceInfo(), TimerRecordDialog::OnAutoSavePathButton_Click(), AdornedRulerPanel::OnAutoScroll(), ExportOptionsCLEditor::OnBrowse(), FindFFmpegDialog::OnBrowse(), FindDialog::OnBrowse(), PrefsDialog::OnCancel(), LabelDialog::OnChangeEtime(), LabelDialog::OnChangeHfreq(), LabelDialog::OnChangeLfreq(), LabelDialog::OnChangeStime(), EffectChangeSpeed::OnChoice_Vinyl(), BrowserDialog::OnClose(), FrequencyPlotDialog::OnCloseButton(), HistoryDialog::OnCompact(), AudioPasteDialog::OnContinue(), anonymous_namespace{EditMenus.cpp}::OnCut(), anonymous_namespace{LabelMenus.cpp}::OnCutLabels(), EqualizationCurvesDialog::OnDefaults(), anonymous_namespace{PluginMenus.cpp}::OnDetectUpstreamDropouts(), DevicePrefs::OnDevice(), AutoRecoveryDialog::OnDiscardSelected(), EqualizationCurvesDialog::OnDown(), KeyView::OnDrawItem(), TagsEditorDialog::OnEdit(), AudacityApp::OnExit(), KeyConfigPrefs::OnExport(), ContrastDialog::OnExport(), EqualizationCurvesDialog::OnExport(), FrequencyPlotDialog::OnExport(), LabelDialog::OnExport(), anonymous_namespace{FileMenus.cpp}::OnExportLabels(), anonymous_namespace{ExportMIDI.cpp}::OnExportMIDI(), ExportFFmpegOptions::OnExportPresets(), NyqBench::OnFind(), NyqBench::OnFindDialog(), ErrorDialog::OnHelp(), ErrorReportDialog::OnHelp(), DevicePrefs::OnHost(), MidiIOPrefs::OnHost(), KeyConfigPrefs::OnImport(), EqualizationCurvesDialog::OnImport(), LabelDialog::OnImport(), KeyConfigPrefs::OnImportDefaults(), anonymous_namespace{FileMenus.cpp}::OnImportLabels(), anonymous_namespace{ImportMIDI.cpp}::OnImportMIDI(), ExportFFmpegOptions::OnImportPresets(), LabelDialog::OnInsert(), MacrosWindow::OnKeyDown(), NyqTextCtrl::OnKeyUp(), EqualizationCurvesDialog::OnLibrary(), LinkingHtmlWindow::OnLinkClicked(), TagsEditorDialog::OnLoad(), anonymous_namespace{HelpMenus.cpp}::OnMenuTree(), anonymous_namespace{NoteTrackMenuItems.cpp}::OnMidiDeviceInfo(), anonymous_namespace{TrackMenus.cpp}::OnMoveSelectionWithTracks(), WhatsNewDialog::OnOK(), PrefsDialog::OnOK(), ExportFFmpegOptions::OnOK(), EqualizationCurvesDialog::OnOK(), TagsEditorDialog::OnOk(), TimerRecordDialog::OnOK(), VSTEffectOptionsDialog::OnOk(), VST3OptionsDialog::OnOk(), NyqBench::OnOpen(), NyqBench::OnOutputUpdate(), ExportMixerPanel::OnPaint(), EffectAutoDuck::Panel::OnPaint(), anonymous_namespace{EditMenus.cpp}::OnPaste(), anonymous_namespace{TransportMenus.cpp}::OnPlayAfterSelectionEnd(), anonymous_namespace{TransportMenus.cpp}::OnPlayAfterSelectionStart(), anonymous_namespace{TransportMenus.cpp}::OnPlayBeforeAndAfterSelectionEnd(), anonymous_namespace{TransportMenus.cpp}::OnPlayBeforeAndAfterSelectionStart(), anonymous_namespace{TransportMenus.cpp}::OnPlayBeforeSelectionEnd(), anonymous_namespace{TransportMenus.cpp}::OnPlayBeforeSelectionStart(), ExtImportPrefs::OnPluginBeginDrag(), PluginStartupRegistration::OnPluginValidationFailed(), MeterPanel::OnPreferences(), anonymous_namespace{TransportMenus.cpp}::OnPunchAndRoll(), RateMenuTable::OnRateOther(), EqualizationCurvesDialog::OnRename(), anonymous_namespace{TrackMenus.cpp}::OnResample(), ContrastDialog::OnReset(), TagsEditorDialog::OnReset(), anonymous_namespace{PluginMenus.cpp}::OnResetConfig(), ExtImportPrefs::OnRuleTableCellClick(), ExtImportPrefs::OnRuleTableEdit(), BenchmarkDialog::OnSave(), TagsEditorDialog::OnSave(), anonymous_namespace{LogWindow.cpp}::OnSave(), NyqBench::OnSaveAs(), TagsEditorDialog::OnSaveDefaults(), NyqBench::OnScriptUpdate(), KeyConfigPrefs::OnSet(), LabelTrackMenuTable::OnSetFont(), TimeTrackMenuTable::OnSetTimeTrackRange(), anonymous_namespace{ViewMenus.cpp}::OnShowExtraMenus(), anonymous_namespace{PluginMenus.cpp}::OnSimulateRecordingErrors(), EqualizationBandSliders::OnSlider(), LadspaEditor::OnSlider(), EqualizationUI::OnSliderM(), anonymous_namespace{TrackMenus.cpp}::OnStereoToMono(), AdornedRulerPanel::OnSyncSelToQuickPlay(), SourceOutputStream::OnSysWrite(), DirectoriesPrefs::OnTempBrowse(), ScrubbingOverlay::OnTimer(), AudacityApp::OnTimer(), anonymous_namespace{TransportMenus.cpp}::OnTogglePlayRecording(), anonymous_namespace{TransportMenus.cpp}::OnToggleSWPlaythrough(), anonymous_namespace{LabelMenus.cpp}::OnToggleTypeToCreateLabel(), EqualizationCurvesDialog::OnUp(), NyqTextCtrl::OnUpdate(), AUPImportFileHandle::Open(), FFmpegImportPlugin::Open(), OggImportPlugin::Open(), PCMImportPlugin::Open(), ProjectFileIO::OpenConnection(), SourceOutputStream::OpenFile(), ProjectFileManager::OpenFile(), ProjectFileManager::OpenProjectFile(), AudioUnitWrapper::ParameterInfo::ParameterInfo(), NyquistBase::Parse(), XMLFileReader::Parse(), XMLFileReader::ParseBuffer(), NyquistBase::ParseChoice(), NyquistBase::ParseCommand(), AudacityApp::ParseCommandLine(), NyquistBase::ParseFileExtensions(), NyquistBase::ParseFileType(), NyquistBase::ParseFileTypes(), FileDialog::ParseFilter(), anonymous_namespace{ParsedNumericConverterFormatter.cpp}::ParsedNumericConverterFormatter::ParseFormatString(), NyquistBase::ParseProgram(), Sequence::Paste(), TextEditHelper::PasteSelectedText(), LabelTrackView::PasteSelectedText(), anonymous_namespace{TracksPrefs.cpp}::PinnedHeadPositionPreferenceKey(), anonymous_namespace{TracksPrefs.cpp}::PinnedHeadPreferenceKey(), PitchName_Absolute(), TranscriptionToolBar::PlayAtSpeed(), TransportUtilities::PlayCurrentRegionAndWait(), MeterToolBar::PlayID(), ProjectAudioManager::PlayPlayRegion(), TransportUtilities::PlayPlayRegionAndWait(), FrequencyPlotDialog::PlotPaint(), PlotSpectrumBase::PlotSpectrumBase(), PluginMenuItems(), ApplyMacroDialog::Populate(), MacrosWindow::Populate(), FrequencyPlotDialog::Populate(), SnappingToolBar::Populate(), HistoryDialog::Populate(), WhatsNewDialog::Populate(), AccessibleLinksFormatter::Populate(), AboutDialog::PopulateAudacityPage(), MenuHelper::PopulateEffectsMenu(), TagsEditorDialog::PopulateGenres(), AboutDialog::PopulateInformationPage(), AboutDialog::PopulateLicensePage(), AutoRecoveryDialog::PopulateList(), MacrosWindow::PopulateList(), ExportFFmpegOptions::PopulateOrExchange(), MacroCommandDialog::PopulateOrExchange(), EffectDistortion::Editor::PopulateOrExchange(), SoundActivatedRecordDialog::PopulateOrExchange(), TagsEditorDialog::PopulateOrExchange(), LibraryPrefs::PopulateOrExchange(), ApplicationPrefs::PopulateOrExchange(), BatchPrefs::PopulateOrExchange(), DirectoriesPrefs::PopulateOrExchange(), EffectsPrefs::PopulateOrExchange(), ExtImportPrefs::PopulateOrExchange(), GUIPrefs::PopulateOrExchange(), ImportExportPrefs::PopulateOrExchange(), KeyConfigPrefs::PopulateOrExchange(), PlaybackPrefs::PopulateOrExchange(), RecordingPrefs::PopulateOrExchange(), TracksBehaviorsPrefs::PopulateOrExchange(), TracksPrefs::PopulateOrExchange(), EffectDtmf::Editor::PopulateOrExchange(), EqualizationUI::PopulateOrExchange(), EffectAutoDuck::PopulateOrExchange(), EffectChangeSpeed::PopulateOrExchange(), EffectClickRemoval::PopulateOrExchange(), EffectPaulstretch::PopulateOrExchange(), EffectTruncSilence::PopulateOrExchange(), VampEffect::PopulateOrExchange(), SpectrumPrefs::PopulatePaddingChoices(), anonymous_namespace{AudacityApp.cpp}::PopulatePreferences(), VSTEffect::PopulateUI(), VST3Effect::PopulateUI(), LadspaEditor::PopulateUI(), ExportOptionsCLEditor::PopulateUI(), anonymous_namespace{ExportFFmpeg.cpp}::ExportOptionsFFmpegCustomEditor::PopulateUI(), NumberFormatter::PostProcessIntString(), PrefsDialog::PrefsDialog(), NoiseReductionBase::Settings::PrefsIO(), PresetTypes(), SelectHandle::Preview(), NoteTrack::PrintSequence(), NyquistBase::Process(), PaulstretchBase::ProcessOne(), NyquistBase::ProcessOne(), PerTrackEffect::ProcessPass(), ProjectFSCK(), ProjectSettings::ProjectSettings(), QuitAudacity(), RawAudioGuess(), Sequence::Read(), ToolBarConfiguration::Read(), WrappedType::ReadAsBool(), WrappedType::ReadAsString(), ToolManager::ReadConfig(), Importer::ReadImportItems(), MacroCommands::ReadMacro(), LabelDialog::ReadSize(), KeyView::RecalcExtents(), TransportUtilities::RecordAndWait(), MeterToolBar::RecordID(), RecordingPrefs::RecordingPrefs(), KeyView::RefreshBindings(), LadspaEditor::RefreshControls(), KeyView::RefreshLines(), VSTEditor::RefreshParameters(), AudioSetupToolBar::RegenerateTooltips(), ControlToolBar::RegenerateTooltips(), DeviceToolBar::RegenerateTooltips(), ToolsToolBar::RegenerateTooltips(), TranscriptionToolBar::RegenerateTooltips(), LabelStruct::RegionRelation(), Journal::RegisteredCommand::RegisteredCommand(), CommandManager::RegisterLastAnalyzer(), CommandManager::RegisterLastTool(), DEFINE_VERSION_CHECK::RegisterMenuItems(), anonymous_namespace{NyqBench.cpp}::RegisterMenuItems(), VST3Instance::ReloadUserOptions(), NumberFormatter::RemoveTrailingZeroes(), MacroCommands::RenameMacro(), MacroCommands::ReportAndSkip(), CommandManager::ReportDuplicateShortcuts(), LabelTrackView::ResetFont(), MacroCommands::RestoreMacro(), ContrastDialog::results(), audacity::cloud::audiocom::sync::anonymous_namespace{CloudSyncDTO.cpp}::SafeName(), ProjectFileIO::SafetyFileName(), Internat::SanitiseFilename(), FileHistory::Save(), ProjectFileManager::SaveAs(), MacrosWindow::SaveChanges(), EqualizationParameters::SaveConfig(), ProjectFileManager::SaveCopy(), EQCurveWriter::SaveCurves(), anonymous_namespace{ExportPCM.cpp}::SaveEncoding(), DependencyDialog::SaveFutureActionChoice(), VSTWrapper::SaveFXB(), VSTWrapper::SaveFXP(), PluginManager::SaveGroup(), AudacityLogger::SaveLog(), anonymous_namespace{ExportPCM.cpp}::SaveOtherFormat(), LadspaEffectBase::SaveParameters(), LV2EffectBase::SaveParameters(), GlobalPrefsDialog::SavePreferredPage(), NyqBench::SavePrefs(), FFmpegPresets::SavePreset(), Effect::SaveUserPreset(), VSTEffectBase::SaveUserPreset(), VSTWrapper::SaveXML(), SqliteSampleBlock::SaveXML(), SelectUtilities::SelectAllIfNoneAndAllowed(), Importer::SelectDefaultOpenType(), SelectFile(), anonymous_namespace{SelectMenus.cpp}::SelectMenu(), LV2AtomPortState::SendToDialog(), LV2AtomPortState::SendToInstance(), ProjectSelectionManager::SetAudioTimeFormat(), ProjectSelectionManager::SetBandwidthSelectionFormatName(), Importer::SetDefaultOpenType(), TagsEditorDialog::SetEditors(), EffectAndCommandPluginManager::SetEffectParameters(), ProjectSelectionManager::SetFrequencySelectionFormatName(), BeatsFormat::SetLabelString(), IntFormat::SetLabelString(), LinearDBFormat::SetLabelString(), RealFormat::SetLabelString(), TimeFormat::SetLabelString(), Languages::SetLang(), GUISettings::SetLang(), Importer::SetLastOpenType(), CommandManager::Populator::SetMaxList(), ModuleSettings::SetModuleStatus(), OldStyleCommand::SetParameter(), CommandImplementation::SetParameter(), CommandParameters::SetParameters(), ProjectFileIO::SetProjectTitle(), RateMenuTable::SetRate(), Sequence::SetSamples(), ProjectSelectionManager::SetSelectionFormat(), Tags::SetTag(), audacity::cloud::audiocom::anonymous_namespace{ShareAudioDialog.cpp}::SetTimeLabel(), PluginManager::SettingsPath(), VST3ParametersWindow::Setup(), MixerBoardFrame::SetWindowTitle(), sf_normalize_name(), ProjectFileIO::ShouldCompact(), ShowCommFileDialog(), ShowDiagnostics(), HelpSystem::ShowHelp(), HelpSystem::ShowHtmlText(), Module::ShowLoadFailureError(), PrefsDialog::ShowModal(), ProjectFileManager::ShowOpenDialog(), anonymous_namespace{SpectrumView.cpp}::SpectralSelectionMenu(), MacroCommands::Split(), WaveTrackAffordanceControls::StartEditClipName(), AudioIO::StartMonitoring(), anonymous_namespace{MIDIPlay.h}::MIDIPlay::StartPortMidiStream(), ShuttleGuiBase::StartScroller(), ControlToolBar::StartScrolling(), ShuttleGuiBase::StartStatic(), AudioIO::StartStream(), XMLWriter::StartTag(), ExportOptionsCLEditor::Store(), MP2ExportOptionsEditor::Store(), MP3ExportOptionsEditor::Store(), anonymous_namespace{ExportOGG.cpp}::ExportOptionOGGEditor::Store(), TranslatableString::Strip(), SubRipTimestampFromDouble(), SubRipTimestampToDouble(), TagsEditorDialog::TagsEditorDialog(), TempDirectory::TempDir(), anonymous_namespace{Theme.cpp}::ThemeComponent(), anonymous_namespace{Theme.cpp}::ThemeComponentsDir(), anonymous_namespace{Theme.cpp}::ThemeImageDefsAsCee(), ShuttleGuiBase::TieCheckBoxOnRight(), MuteButtonHandle::Tip(), SoloButtonHandle::Tip(), MenuButtonHandle::Tip(), CloseButtonHandle::Tip(), TitleText(), Internat::ToDisplayString(), NyquistBase::Tokenizer::Tokenize(), anonymous_namespace{ToolbarMenus.cpp}::ToolbarsMenu(), anonymous_namespace{PluginMenus.cpp}::ToolsMenu(), ToolsToolBar::ToolsToolBar(), MeterUpdateMsg::toString(), Internat::ToString(), NumberFormatter::ToString(), MeterUpdateMsg::toStringIfClipped(), LabelDialog::TrackName(), NoiseReductionBase::TrackProgress(), anonymous_namespace{TrackMenus.cpp}::TracksMenu(), DBConnectionTransactionScopeImpl::TransactionCommit(), DBConnectionTransactionScopeImpl::TransactionRollback(), DBConnectionTransactionScopeImpl::TransactionStart(), NyquistEffect::TransferDataFromEffectWindow(), NyquistEffect::TransferDataFromPromptWindow(), LabelDialog::TransferDataFromWindow(), EffectChangeSpeed::TransferDataFromWindow(), LabelDialog::TransferDataToWindow(), EffectRepeat::TransferDataToWindow(), ShuttleGuiBase::TranslateFromIndex(), anonymous_namespace{TransportMenus.cpp}::TransportMenu(), ModuleManager::TryLoadModules(), CommandImplementation::TypeCheck(), TypedLink(), CommandParameters::Unescape(), NyquistBase::UnQuoteMsgid(), TempDirectory::UnsavedProjectFileName(), UnwritableLocationErrorDialog::UnwritableLocationErrorDialog(), ProgressToMessageTarget::Update(), ProgressDialog::Update(), EffectChangeSpeed::Update_Vinyl(), AdornedRulerPanel::UpdateButtonStates(), anonymous_namespace{ExportFFmpeg.cpp}::ExportOptionsFFmpegCustomEditor::UpdateCodecAndFormat(), EffectDistortion::Editor::UpdateControl(), EffectDistortion::Editor::UpdateControlText(), EQCurveReader::UpdateDefaultCurves(), ExportAudioDialog::UpdateLabelExportSettings(), HistoryDialog::UpdateLevels(), UpdateNoticeDialog::UpdateNoticeDialog(), CommandManager::UpdatePrefs(), NavigationActions::Handler::UpdatePrefs(), SelectActions::Handler::UpdatePrefs(), ProjectSettings::UpdatePrefs(), AudioSetupToolBar::UpdatePrefs(), ControlToolBar::UpdatePrefs(), DeviceToolBar::UpdatePrefs(), SelectionBar::UpdatePrefs(), MeterPanel::UpdatePrefs(), TimerProgressDialog::UpdateProgress(), ViewInfo::UpdateSelectedPrefs(), ExportAudioDialog::UpdateTrackExportSettings(), EffectLoudness::UpdateUI(), EffectNormalize::UpdateUI(), ProjectAudioManager::UseDuplex(), UserPresetsGroup(), DirectoriesPrefs::Validate(), BoolValidator::Validate(), DoubleValidator::Validate(), IntValidator::Validate(), anonymous_namespace{ParsedNumericConverterFormatter.cpp}::ParsedNumericConverterFormatter::ValueToString(), VampEffect::VampEffect(), anonymous_namespace{ViewMenus.cpp}::ViewMenu(), MenuRegistry::Visit(), CompareAudioCommand::VisitSettings(), DemoCommand::VisitSettings(), DragCommand::VisitSettings(), GetInfoCommand::VisitSettings(), GetTrackInfoCommand::VisitSettings(), HelpCommand::VisitSettings(), CommentCommand::VisitSettings(), ImportCommand::VisitSettings(), ExportCommand::VisitSettings(), MessageCommand::VisitSettings(), OpenProjectCommand::VisitSettings(), SaveProjectCommand::VisitSettings(), SaveCopyCommand::VisitSettings(), SaveLogCommand::VisitSettings(), GetPreferenceCommand::VisitSettings(), SetPreferenceCommand::VisitSettings(), SelectTimeCommand::VisitSettings(), SelectFrequenciesCommand::VisitSettings(), SelectTracksCommand::VisitSettings(), SetClipCommand::VisitSettings(), SetEnvelopeCommand::VisitSettings(), SetLabelCommand::VisitSettings(), SetProjectCommand::VisitSettings(), SetTrackStatusCommand::VisitSettings(), SetTrackAudioCommand::VisitSettings(), SetTrackVisualsCommand::VisitSettings(), WarningDialogKey(), WrapText(), ToolBarConfiguration::Write(), XMLWriter::WriteAttr(), Track::WriteCommonXMLAttributes(), ToolManager::WriteConfig(), XMLWriter::WriteData(), XMLUtf8BufferWriter::WriteEscaped(), ThemeBase::WriteImageDefs(), Importer::WriteImportItems(), MacroCommands::WriteMacro(), ThemeBase::WriteOneImageMap(), LabelDialog::WriteSize(), XMLWriter::WriteSubTree(), WrappedType::WriteToAsBool(), WrappedType::WriteToAsDouble(), WrappedType::WriteToAsInt(), WrappedType::WriteToAsString(), EQCurveWriter::WriteXML(), CommandManager::WriteXML(), Envelope::WriteXML(), Tags::WriteXML(), FFmpegPresets::WriteXML(), LabelTrack::WriteXML(), NoteTrack::WriteXML(), TimeTrack::WriteXML(), NoteTrackRange::WriteXML(), ProjectFileIO::WriteXML(), PlayableTrack::WriteXMLAttributes(), ViewInfo::WriteXMLAttributes(), ProjectFileIO::WriteXMLHeader(), FFmpegPresets::WriteXMLHeader(), XMLWriter::XMLEsc(), XMLFileWriter::XMLFileWriter(), ConnectionPtr::~ConnectionPtr(), anonymous_namespace{ExportCL.cpp}::ExtendPath::~ExtendPath(), FFmpegPresets::~FFmpegPresets(), and SourceOutputStream::~SourceOutputStream().
wxT | ( | "HButtonDisabled" | ) |
wxT | ( | "HButtonDown" | ) |
wxT | ( | "HButtonHover" | ) |
wxT | ( | "HButtonNormal" | ) |