Home
last modified time | relevance | path

Searched refs:getBarLineColor (Results 1 – 2 of 2) sorted by relevance

/dports/audio/lmms/lmms-1.2.2/include/
H A DTimeLineWidget.h45 Q_PROPERTY( QColor barLineColor READ getBarLineColor WRITE setBarLineColor )
79 inline QColor const & getBarLineColor() const { return m_barLineColor; } in getBarLineColor() function
/dports/audio/lmms/lmms-1.2.2/src/gui/
H A DTimeLineWidget.cpp251 QColor const & barLineColor = getBarLineColor(); in paintEvent()