Home
last modified time | relevance | path

Searched refs:m_colorPaletteSettings (Results 1 – 6 of 6) sorted by relevance

/dports/audio/mixxx/mixxx-2.3.0/src/preferences/dialog/
H A Ddlgprefcolors.cpp30 m_colorPaletteSettings(ColorPaletteSettings(pConfig)), in DlgPrefColors()
107 m_colorPaletteSettings.getTrackColorPalette(); in loadSettings()
112 m_colorPaletteSettings.getHotcueColorPalette(); in loadSettings()
157 m_colorPaletteSettings.setHotcueColorPalette(palette); in slotApply()
162 m_colorPaletteSettings.setTrackColorPalette(palette); in slotApply()
168 m_colorPaletteSettings.setHotcueColorPalette( in slotApply()
170 m_colorPaletteSettings.getHotcueColorPalette())); in slotApply()
174 m_colorPaletteSettings.setTrackColorPalette( in slotApply()
175 m_colorPaletteSettings.getColorPalette(trackColorPaletteName, in slotApply()
176 m_colorPaletteSettings.getTrackColorPalette())); in slotApply()
[all …]
H A Ddlgprefcolors.h56 ColorPaletteSettings m_colorPaletteSettings; variable
/dports/audio/mixxx/mixxx-2.3.0/src/widget/
H A Dwcuemenupopup.h42 setColorPalette(m_colorPaletteSettings.getHotcueColorPalette()); in show()
58 ColorPaletteSettings m_colorPaletteSettings;
H A Dwcuemenupopup.cpp14 m_colorPaletteSettings(ColorPaletteSettings(pConfig)) { in WCueMenuPopup()
37 …m_pColorPicker = new WColorPicker(WColorPicker::Option::NoOptions, m_colorPaletteSettings.getHotcu… in WCueMenuPopup()
/dports/audio/mixxx/mixxx-2.3.0/src/engine/controls/
H A Dcuecontrol.h203 ColorPaletteSettings m_colorPaletteSettings; variable
H A Dcuecontrol.cpp80 m_colorPaletteSettings(ColorPaletteSettings(pConfig)), in CueControl()
708 m_colorPaletteSettings.getHotcueColorPalette(); in hotcueSet()
1829 ColorPalette colorPalette = m_colorPaletteSettings.getHotcueColorPalette(); in hotcueFocusColorPrev()
1858 ColorPalette colorPalette = m_colorPaletteSettings.getHotcueColorPalette(); in hotcueFocusColorNext()