Home
last modified time | relevance | path

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

/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/widgets/
H A DCommandHistory.cpp55 m_bundleTimer(nullptr), in CommandHistory()
242 delete m_bundleTimer; in addToBundle()
243 m_bundleTimer = new QTimer(this); in addToBundle()
244 connect(m_bundleTimer, SIGNAL(timeout()), this, SLOT(bundleTimerTimeout())); in addToBundle()
245 m_bundleTimer->start(m_bundleTimeout); in addToBundle()
H A DCommandHistory.h218 QTimer *m_bundleTimer; variable
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/
H A DCommandHistory.cpp47 m_bundleTimer(nullptr), in CommandHistory()
243 delete m_bundleTimer; in addToBundle()
244 m_bundleTimer = new QTimer(this); in addToBundle()
245 connect(m_bundleTimer, &QTimer::timeout, this, &CommandHistory::bundleTimerTimeout); in addToBundle()
246 m_bundleTimer->start(m_bundleTimeout); in addToBundle()
H A DCommandHistory.h236 QTimer *m_bundleTimer;