Home
last modified time | relevance | path

Searched refs:allowRubberband (Results 1 – 5 of 5) sorted by relevance

/dports/audio/lmms/lmms-1.2.2/include/
H A DTrackContainerView.h79 virtual bool allowRubberband() const;
88 if( allowRubberband() == true ) in selectedObjects()
H A DSongEditor.h116 virtual bool allowRubberband() const;
/dports/audio/lmms/lmms-1.2.2/src/core/
H A DTrack.cpp548 if( m_trackView->trackContainerView()->allowRubberband() == true ) in dropEvent()
667 if( m_trackView->trackContainerView()->allowRubberband() == true && in mousePressEvent()
816 m_trackView->trackContainerView()->allowRubberband() == true && in mouseMoveEvent()
1448 bool allowRubberband = m_trackView->trackContainerView()->allowRubberband(); in pasteSelection() local
1451 if( allowRubberband == true ) in pasteSelection()
1485 if( allowRubberband == true ) in pasteSelection()
1525 if( m_trackView->trackContainerView()->allowRubberband() == true ) in mousePressEvent()
2726 if( m_trackContainerView->allowRubberband() == true && me->x() > widgetTotal ) in mousePressEvent()
2784 if( m_trackContainerView->allowRubberband() == true && me->x() > widgetTotal ) in mouseMoveEvent()
/dports/audio/lmms/lmms-1.2.2/src/gui/editors/
H A DSongEditor.cpp515 if (allowRubberband()) in mousePressEvent()
758 bool SongEditor::allowRubberband() const in allowRubberband() function in SongEditor
/dports/audio/lmms/lmms-1.2.2/src/gui/
H A DTrackContainerView.cpp301 bool TrackContainerView::allowRubberband() const in allowRubberband() function in TrackContainerView