Home
last modified time | relevance | path

Searched refs:barLineColor (Results 1 – 8 of 8) sorted by relevance

/dports/audio/lmms/lmms-1.2.2/include/
H A DAutomationEditor.h55 Q_PROPERTY(QColor barLineColor READ barLineColor WRITE setBarLineColor)
84 QColor barLineColor() const;
H A DPianoRoll.h57 Q_PROPERTY( QColor barLineColor READ barLineColor WRITE setBarLineColor )
115 QColor barLineColor() const;
H A DTimeLineWidget.h45 Q_PROPERTY( QColor barLineColor READ getBarLineColor WRITE setBarLineColor )
/dports/audio/lmms/lmms-1.2.2/src/gui/
H A DTimeLineWidget.cpp251 QColor const & barLineColor = getBarLineColor(); in paintEvent() local
266 p.setPen( barLineColor ); in paintEvent()
/dports/audio/lmms/lmms-1.2.2/data/themes/classic/
H A Dstyle.css23 qproperty-barLineColor: #808080;
134 qproperty-barLineColor: rgb( 128, 128, 128 );
597 qproperty-barLineColor: rgb( 192, 192, 192 );
/dports/audio/lmms/lmms-1.2.2/data/themes/default/
H A Dstyle.css45 qproperty-barLineColor: #8173fe;
159 qproperty-barLineColor: #42a065;
632 qproperty-barLineColor: rgb( 192, 192, 192 );
/dports/audio/lmms/lmms-1.2.2/src/gui/editors/
H A DAutomationEditor.cpp258 QColor AutomationEditor::barLineColor() const in barLineColor() function in AutomationEditor
1320 p.setPen( barLineColor() ); in paintEvent()
H A DPianoRoll.cpp727 QColor PianoRoll::barLineColor() const in barLineColor() function in PianoRoll
2967 p.setPen( barLineColor() ); in paintEvent()