Home
last modified time | relevance | path

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

/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/segment/
H A DTrackEditor.cpp103 m_topStandardRuler(nullptr), in CteScanNext()
151 m_topStandardRuler = new StandardRuler(m_doc, in CteScanNext()
156 m_topStandardRuler->connectRulerToDocPointer(m_doc); in CteScanNext()
157 grid->addWidget(m_topStandardRuler, 2, 1); in CteScanNext()
276 m_topStandardRuler, &StandardRuler::slotScrollHoriz); in CteScanNext()
278 m_topStandardRuler, &StandardRuler::slotScrollHoriz); in CteScanNext()
351 if (m_topStandardRuler) in CteScanNext()
352 m_topStandardRuler->update(); in CteScanNext()
432 if ((m_topStandardRuler && m_topStandardRuler->getLoopRuler() && in CteScanNext()
433 m_topStandardRuler->getLoopRuler()->hasActiveMousePress() && in CteScanNext()
[all …]
H A DTrackEditor.h87 StandardRuler *getTopStandardRuler() { return m_topStandardRuler; } in getTopStandardRuler()
240 StandardRuler *m_topStandardRuler; variable
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNotationWidget.cpp108 m_topStandardRuler(nullptr),
471 if (m_topStandardRuler) delete m_topStandardRuler;
519 m_topStandardRuler = new StandardRuler(document,
542 m_layout->addWidget(m_topStandardRuler, TOPRULER_ROW, MAIN_COL, 1, 1);
548 connect(m_topStandardRuler, &StandardRuler::dragPointerToPosition,
555 connect(m_topStandardRuler->getLoopRuler(), &LoopRuler::stopMouseMove,
570 m_topStandardRuler->connectRulerToDocPointer(document);
786 m_topStandardRuler->updateStandardRuler();
1292 m_topStandardRuler->slotScrollHoriz(x);
1401 m_topStandardRuler->show();
[all …]
H A DNotationWidget.h293 StandardRuler *m_topStandardRuler; // I own this
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/matrix/
H A DMatrixWidget.cpp132 m_topStandardRuler(nullptr), in MatrixWidget()
456 m_topStandardRuler = new StandardRuler(document, in setSegments()
475 m_layout->addWidget(m_topStandardRuler, TOPRULER_ROW, MAIN_COL, 1, 1); in setSegments()
480 m_topStandardRuler->setSnapGrid(m_scene->getSnapGrid()); in setSegments()
483 m_topStandardRuler->connectRulerToDocPointer(document); in setSegments()
486 connect(m_topStandardRuler, &StandardRuler::dragPointerToPosition, in setSegments()
491 connect(m_topStandardRuler->getLoopRuler(), &LoopRuler::startMouseMove, in setSegments()
493 connect(m_topStandardRuler->getLoopRuler(), &LoopRuler::stopMouseMove, in setSegments()
753 m_topStandardRuler->slotScrollHoriz(x - 2); in slotScrollRulers()
H A DMatrixWidget.h417 StandardRuler *m_topStandardRuler; // I own this variable