Home
last modified time | relevance | path

Searched refs:m_transparencyPopupTimer (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxshcolumnviewer.cpp1254 , m_transparencyPopupTimer(0) in ColumnArea()
1978 if (m_transparencyPopupTimer) m_transparencyPopupTimer->stop(); in openTransparencyPopup()
2060 if (!m_transparencyPopupTimer) { in startTransparencyPopupTimer()
2061 m_transparencyPopupTimer = new QTimer(this); in startTransparencyPopupTimer()
2062 bool ret = connect(m_transparencyPopupTimer, SIGNAL(timeout()), this, in startTransparencyPopupTimer()
2065 m_transparencyPopupTimer->setSingleShot(true); in startTransparencyPopupTimer()
2068 m_transparencyPopupTimer->start(300); in startTransparencyPopupTimer()
2497 if (m_transparencyPopupTimer) m_transparencyPopupTimer->stop(); in mouseReleaseEvent()
H A Dxshcolumnviewer.h272 QTimer *m_transparencyPopupTimer; variable