Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dpartcolortoolbar.cpp19 if (MusEGlobal::config.useTrackColorForParts) in PartColorToolbar()
46 if (idx == 0 && MusEGlobal::config.useTrackColorForParts) in popupActionTriggered()
60 if (i == 0 && MusEGlobal::config.useTrackColorForParts) in buildMenu()
75 if (idx == 0 && MusEGlobal::config.useTrackColorForParts) in configChanged()
84 if (idx == 0 && MusEGlobal::config.useTrackColorForParts) in setCurrentIndex()
H A Dappearance.cpp656 cbUseTrackColorForParts->setChecked(config->useTrackColorForParts); in resetValues()
948 config->useTrackColorForParts = cbUseTrackColorForParts->isChecked(); in apply()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dgconfig.h357 bool useTrackColorForParts; member
H A Dconf.cpp1110 MusEGlobal::config.useTrackColorForParts = xml.parseInt(); in readConfiguration()
2134 xml.intTag(level, "useTrackColorForParts", MusEGlobal::config.useTrackColorForParts); in writeGlobalConfiguration()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/arranger/
H A Dpcanvas.cpp935 if (i == 0 && MusEGlobal::config.useTrackColorForParts) in genItemPopup()
1989 if (part->colorIndex() == 0 && MusEGlobal::config.useTrackColorForParts) in drawItem()
2257 if (part->colorIndex() == 0 && MusEGlobal::config.useTrackColorForParts) in drawMoving()
2312 if (pt->colorIndex() == 0 && MusEGlobal::config.useTrackColorForParts) in drawMidiPart()
2318 if(curColorIndex == 0 && MusEGlobal::config.useTrackColorForParts) in drawMidiPart()
3991 if(curColorIndex == 0 && MusEGlobal::config.useTrackColorForParts) in drawTopItem()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/waveedit/
H A Dwavecanvas.cpp692 if (curPart->colorIndex() == 0 && MusEGlobal::config.useTrackColorForParts) in drawParts()