Home
last modified time | relevance | path

Searched refs:m_topBottomScroll (Results 1 – 4 of 4) sorted by relevance

/dports/audio/lmms/lmms-1.2.2/src/gui/editors/
H A DAutomationEditor.cpp171 m_topBottomScroll->setSingleStep( 1 ); in AutomationEditor()
172 m_topBottomScroll->setPageStep( 20 ); in AutomationEditor()
371 m_topBottomScroll->setValue( in keyPressEvent()
372 m_topBottomScroll->value() - 1 ); in keyPressEvent()
377 m_topBottomScroll->setValue( in keyPressEvent()
378 m_topBottomScroll->value() + 1 ); in keyPressEvent()
1051 m_topBottomScroll->setValue( in mouseMoveEvent()
1052 m_topBottomScroll->value() + 1 ); in mouseMoveEvent()
1059 m_topBottomScroll->setValue( in mouseMoveEvent()
1060 m_topBottomScroll->value() - 1 ); in mouseMoveEvent()
[all …]
H A DPianoRoll.cpp345 m_topBottomScroll = new QScrollBar( Qt::Vertical, this ); in PianoRoll()
346 m_topBottomScroll->setSingleStep( 1 ); in PianoRoll()
347 m_topBottomScroll->setPageStep( 20 ); in PianoRoll()
348 connect( m_topBottomScroll, SIGNAL( valueChanged( int ) ), this, in PianoRoll()
1097 m_topBottomScroll->setValue( m_topBottomScroll->value() - in keyPressEvent()
2411 m_topBottomScroll->setValue( in mouseMoveEvent()
2412 m_topBottomScroll->value() + 1 ); in mouseMoveEvent()
2419 m_topBottomScroll->setValue( in mouseMoveEvent()
2420 m_topBottomScroll->value() - 1 ); in mouseMoveEvent()
3221 m_topBottomScroll->setRange( 0, m_totalKeysToScroll ); in resizeEvent()
[all …]
/dports/audio/lmms/lmms-1.2.2/include/
H A DAutomationEditor.h215 QScrollBar * m_topBottomScroll; variable
H A DPianoRoll.h311 QScrollBar * m_topBottomScroll; variable