Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/ui/
H A Dkis_selection_decoration.cc64 m_antsTimer = new QTimer(this); in KisSelectionDecoration()
65 m_antsTimer->setInterval(150); in KisSelectionDecoration()
66 m_antsTimer->setSingleShot(false); in KisSelectionDecoration()
67 connect(m_antsTimer, SIGNAL(timeout()), SLOT(antsAttackEvent())); in KisSelectionDecoration()
121 m_antsTimer->start(); in selectionChanged()
139 m_antsTimer->stop(); in selectionChanged()
H A Dkis_selection_decoration.h66 QTimer* m_antsTimer; variable
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Deditor.cpp144 , m_antsTimer(100, this) in Editor()
219 m_antsTimer.stop(); in ~Editor()
1604 if (static_cast<TimerMessage*>(msg)->timer() == &m_antsTimer) { in onProcessMessage()
1614 else if (m_antsTimer.isRunning()) { in onProcessMessage()
1615 m_antsTimer.stop(); in onProcessMessage()
1859 m_antsTimer.start(); in onPaint()
1862 m_antsTimer.stop(); in onPaint()
H A Deditor.h364 ui::Timer m_antsTimer; variable