Home
last modified time | relevance | path

Searched refs:clearTimer (Results 1 – 25 of 69) sorted by relevance

123

/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.cpp13 clearTimer = 0; in LShortcutEvents()
22 if(clearTimer==0){ in start()
23 clearTimer = new QTimer(this); in start()
24 clearTimer->setInterval(2000); //2 seconds in start()
25 clearTimer->setSingleShot(true); in start()
26 connect(clearTimer, SIGNAL(timeout()), this, SLOT(clearKeys()) ); in start()
177 clearTimer->start(); //will "restart" if already running in KeyPress()
186 clearTimer->start(); //will "restart" if already running in KeyRelease()
192 clearTimer->start(); //will "restart" if already running in MousePress()
198 clearTimer->start(); //will "restart" if already running in MouseRelease()
[all …]
H A DLShortcutEvents.h28 …QTimer *clearTimer; //used to clear the internal keylist every once in a while if no events come i… variable
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.cpp13 clearTimer = 0; in LShortcutEvents()
22 if(clearTimer==0){ in start()
23 clearTimer = new QTimer(this); in start()
24 clearTimer->setInterval(2000); //2 seconds in start()
25 clearTimer->setSingleShot(true); in start()
26 connect(clearTimer, SIGNAL(timeout()), this, SLOT(clearKeys()) ); in start()
177 clearTimer->start(); //will "restart" if already running in KeyPress()
186 clearTimer->start(); //will "restart" if already running in KeyRelease()
192 clearTimer->start(); //will "restart" if already running in MousePress()
198 clearTimer->start(); //will "restart" if already running in MouseRelease()
[all …]
H A DLShortcutEvents.h28 …QTimer *clearTimer; //used to clear the internal keylist every once in a while if no events come i… variable
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.cpp13 clearTimer = 0; in LShortcutEvents()
22 if(clearTimer==0){ in start()
23 clearTimer = new QTimer(this); in start()
24 clearTimer->setInterval(2000); //2 seconds in start()
25 clearTimer->setSingleShot(true); in start()
26 connect(clearTimer, SIGNAL(timeout()), this, SLOT(clearKeys()) ); in start()
177 clearTimer->start(); //will "restart" if already running in KeyPress()
186 clearTimer->start(); //will "restart" if already running in KeyRelease()
192 clearTimer->start(); //will "restart" if already running in MousePress()
198 clearTimer->start(); //will "restart" if already running in MouseRelease()
[all …]
H A DLShortcutEvents.h28 …QTimer *clearTimer; //used to clear the internal keylist every once in a while if no events come i… variable
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.cpp13 clearTimer = 0; in LShortcutEvents()
22 if(clearTimer==0){ in start()
23 clearTimer = new QTimer(this); in start()
24 clearTimer->setInterval(2000); //2 seconds in start()
25 clearTimer->setSingleShot(true); in start()
26 connect(clearTimer, SIGNAL(timeout()), this, SLOT(clearKeys()) ); in start()
177 clearTimer->start(); //will "restart" if already running in KeyPress()
186 clearTimer->start(); //will "restart" if already running in KeyRelease()
192 clearTimer->start(); //will "restart" if already running in MousePress()
198 clearTimer->start(); //will "restart" if already running in MouseRelease()
[all …]
H A DLShortcutEvents.h28 …QTimer *clearTimer; //used to clear the internal keylist every once in a while if no events come i… variable
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.cpp13 clearTimer = 0; in LShortcutEvents()
22 if(clearTimer==0){ in start()
23 clearTimer = new QTimer(this); in start()
24 clearTimer->setInterval(2000); //2 seconds in start()
25 clearTimer->setSingleShot(true); in start()
26 connect(clearTimer, SIGNAL(timeout()), this, SLOT(clearKeys()) ); in start()
177 clearTimer->start(); //will "restart" if already running in KeyPress()
186 clearTimer->start(); //will "restart" if already running in KeyRelease()
192 clearTimer->start(); //will "restart" if already running in MousePress()
198 clearTimer->start(); //will "restart" if already running in MouseRelease()
[all …]
H A DLShortcutEvents.h28 …QTimer *clearTimer; //used to clear the internal keylist every once in a while if no events come i… variable
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.cpp13 clearTimer = 0; in LShortcutEvents()
22 if(clearTimer==0){ in start()
23 clearTimer = new QTimer(this); in start()
24 clearTimer->setInterval(2000); //2 seconds in start()
25 clearTimer->setSingleShot(true); in start()
26 connect(clearTimer, SIGNAL(timeout()), this, SLOT(clearKeys()) ); in start()
177 clearTimer->start(); //will "restart" if already running in KeyPress()
186 clearTimer->start(); //will "restart" if already running in KeyRelease()
192 clearTimer->start(); //will "restart" if already running in MousePress()
198 clearTimer->start(); //will "restart" if already running in MouseRelease()
[all …]
H A DLShortcutEvents.h28 …QTimer *clearTimer; //used to clear the internal keylist every once in a while if no events come i… variable
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.cpp13 clearTimer = 0; in LShortcutEvents()
22 if(clearTimer==0){ in start()
23 clearTimer = new QTimer(this); in start()
24 clearTimer->setInterval(2000); //2 seconds in start()
25 clearTimer->setSingleShot(true); in start()
26 connect(clearTimer, SIGNAL(timeout()), this, SLOT(clearKeys()) ); in start()
177 clearTimer->start(); //will "restart" if already running in KeyPress()
186 clearTimer->start(); //will "restart" if already running in KeyRelease()
192 clearTimer->start(); //will "restart" if already running in MousePress()
198 clearTimer->start(); //will "restart" if already running in MouseRelease()
[all …]
H A DLShortcutEvents.h28 …QTimer *clearTimer; //used to clear the internal keylist every once in a while if no events come i… variable
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.cpp13 clearTimer = 0; in LShortcutEvents()
22 if(clearTimer==0){ in start()
23 clearTimer = new QTimer(this); in start()
24 clearTimer->setInterval(2000); //2 seconds in start()
25 clearTimer->setSingleShot(true); in start()
26 connect(clearTimer, SIGNAL(timeout()), this, SLOT(clearKeys()) ); in start()
177 clearTimer->start(); //will "restart" if already running in KeyPress()
186 clearTimer->start(); //will "restart" if already running in KeyRelease()
192 clearTimer->start(); //will "restart" if already running in MousePress()
198 clearTimer->start(); //will "restart" if already running in MouseRelease()
[all …]
H A DLShortcutEvents.h28 …QTimer *clearTimer; //used to clear the internal keylist every once in a while if no events come i… variable
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.cpp13 clearTimer = 0; in LShortcutEvents()
22 if(clearTimer==0){ in start()
23 clearTimer = new QTimer(this); in start()
24 clearTimer->setInterval(2000); //2 seconds in start()
25 clearTimer->setSingleShot(true); in start()
26 connect(clearTimer, SIGNAL(timeout()), this, SLOT(clearKeys()) ); in start()
177 clearTimer->start(); //will "restart" if already running in KeyPress()
186 clearTimer->start(); //will "restart" if already running in KeyRelease()
192 clearTimer->start(); //will "restart" if already running in MousePress()
198 clearTimer->start(); //will "restart" if already running in MouseRelease()
[all …]
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dblackbox-block-container.h68 clearTimer(); in BlackboxBlockContainer()
85 clearTimer(); in BlackboxBlockContainer()
102 clearTimer();
115 void clearTimer() { in clearTimer() function
196 clearTimer();
241 clearTimer();
359 void clearTimer() in clearTimer() function
/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dconnection.c630 clearTimer(cxn->flushTimerId); in cxnFlush()
651 clearTimer(cxn->flushTimerId); in cxnFlush()
683 clearTimer(cxn->flushTimerId); in cxnTerminate()
697 clearTimer(cxn->flushTimerId); in cxnTerminate()
757 clearTimer(cxn->flushTimerId); in cxnClose()
770 clearTimer(cxn->flushTimerId); in cxnClose()
3347 clearTimer(cxn->sleepTimerId); in abortConnection()
3348 clearTimer(cxn->artReceiptTimerId); in abortConnection()
3351 clearTimer(cxn->flushTimerId); in abortConnection()
4061 clearTimer(cxn->artReceiptTimerId); in delConnection()
[all …]
H A Dimap_connection.c968 clearTimer(cxn->imap_readBlockedTimerId); in WriteToWire_imapstr()
971 clearTimer(cxn->imap_writeBlockedTimerId); in WriteToWire_imapstr()
984 clearTimer(cxn->lmtp_readBlockedTimerId); in WriteToWire_lmtpstr()
987 clearTimer(cxn->lmtp_writeBlockedTimerId); in WriteToWire_lmtpstr()
1507 clearTimer(cxn->dosomethingTimerId); in Initialize()
1867 clearTimer(cxn->imap_sleepTimerId); in imap_Disconnect()
1920 clearTimer(cxn->lmtp_sleepTimerId); in lmtp_Disconnect()
4100 clearTimer(cxn->dosomethingTimerId);
4179 clearTimer(cxn->imap_sleepTimerId);
4181 clearTimer(cxn->lmtp_sleepTimerId);
[all …]
/dports/news/inn/inn-2.6.4/innfeed/
H A Dconnection.c671 clearTimer (cxn->flushTimerId) ; in cxnFlush()
693 clearTimer (cxn->flushTimerId) ; in cxnFlush()
726 clearTimer (cxn->flushTimerId) ; in cxnTerminate()
740 clearTimer (cxn->flushTimerId) ; in cxnTerminate()
802 clearTimer (cxn->flushTimerId) ; in cxnClose()
815 clearTimer (cxn->flushTimerId) ; in cxnClose()
3716 clearTimer (cxn->sleepTimerId) ; in abortConnection()
3717 clearTimer (cxn->artReceiptTimerId) ; in abortConnection()
3720 clearTimer (cxn->flushTimerId) ; in abortConnection()
4500 clearTimer (cxn->artReceiptTimerId) ; in delConnection()
[all …]
H A Dimap_connection.c916 clearTimer (cxn->imap_readBlockedTimerId) ; in WriteToWire_imapstr()
931 clearTimer (cxn->lmtp_readBlockedTimerId) ; in WriteToWire_lmtpstr()
1464 clearTimer (cxn->dosomethingTimerId) ; in Initialize()
1858 clearTimer (cxn->imap_sleepTimerId) ; in imap_Disconnect()
1911 clearTimer (cxn->lmtp_sleepTimerId) ; in lmtp_Disconnect()
4117 clearTimer (cxn->dosomethingTimerId) ;
4191 clearTimer (cxn->imap_readBlockedTimerId) ;
4193 clearTimer (cxn->lmtp_readBlockedTimerId) ;
4196 clearTimer (cxn->imap_sleepTimerId);
4198 clearTimer (cxn->lmtp_sleepTimerId);
[all …]
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Dconnection.c671 clearTimer (cxn->flushTimerId) ; in cxnFlush()
693 clearTimer (cxn->flushTimerId) ; in cxnFlush()
726 clearTimer (cxn->flushTimerId) ; in cxnTerminate()
740 clearTimer (cxn->flushTimerId) ; in cxnTerminate()
802 clearTimer (cxn->flushTimerId) ; in cxnClose()
815 clearTimer (cxn->flushTimerId) ; in cxnClose()
3716 clearTimer (cxn->sleepTimerId) ; in abortConnection()
3717 clearTimer (cxn->artReceiptTimerId) ; in abortConnection()
3720 clearTimer (cxn->flushTimerId) ; in abortConnection()
4500 clearTimer (cxn->artReceiptTimerId) ; in delConnection()
[all …]
H A Dimap_connection.c916 clearTimer (cxn->imap_readBlockedTimerId) ; in WriteToWire_imapstr()
931 clearTimer (cxn->lmtp_readBlockedTimerId) ; in WriteToWire_lmtpstr()
1464 clearTimer (cxn->dosomethingTimerId) ; in Initialize()
1858 clearTimer (cxn->imap_sleepTimerId) ; in imap_Disconnect()
1911 clearTimer (cxn->lmtp_sleepTimerId) ; in lmtp_Disconnect()
4117 clearTimer (cxn->dosomethingTimerId) ;
4191 clearTimer (cxn->imap_readBlockedTimerId) ;
4193 clearTimer (cxn->lmtp_readBlockedTimerId) ;
4196 clearTimer (cxn->imap_sleepTimerId);
4198 clearTimer (cxn->lmtp_sleepTimerId);
[all …]
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dkmenu.cpp83 QTimer clearTimer; member in KMenu::KMenuPrivate
155 connect(&(d->clearTimer), SIGNAL(timeout()), SLOT(resetKeyboardVars())); in Q_DECLARE_METATYPE()
162 connect(&(d->clearTimer), SIGNAL(timeout()), SLOT(resetKeyboardVars())); in KMenu()
353 d->clearTimer.setSingleShot(true); in keyPressEvent()
354 d->clearTimer.start(5000); in keyPressEvent()

123