Searched refs:oneShot (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtimercmn.cpp60 bool wxTimerBase::Start(int milliseconds, bool oneShot) argument
82 m_oneShot = oneShot;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dtimer.cpp67 bool wxTimer::Start( int millisecs, bool oneShot )
69 (void)wxTimerBase::Start(millisecs, oneShot);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtimer.cpp72 bool wxTimer::Start( int millisecs, bool oneShot )
74 (void)wxTimerBase::Start(millisecs, oneShot);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dtimer.h30 virtual bool Start(int millisecs = -1, bool oneShot = false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtimer.h28 virtual bool Start(int millisecs = -1, bool oneShot = false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtimer.h25 virtual bool Start( int millisecs = -1, bool oneShot = FALSE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtimer.h25 virtual bool Start( int millisecs = -1, bool oneShot = FALSE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dtimer.h25 virtual bool Start(int milliseconds = -1, bool oneShot = false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtimer.h25 virtual bool Start(int milliseconds = -1, bool oneShot = false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtimer.h25 virtual bool Start(int milliseconds = -1, bool oneShot = FALSE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtimer.h72 virtual bool Start(int milliseconds = -1, bool oneShot = false);
139 wxTimerRunner(wxTimer& timer, int milli, bool oneShot = false)
142 m_timer.Start(milli, oneShot);
145 void Start(int milli, bool oneShot = false)
147 m_timer.Start(milli, oneShot);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtimer.cpp78 bool wxTimer::Start(int milliseconds, bool oneShot) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTimer.h47 * @param oneShot Specifies if only one event should be produced.
49 bool Start(int millisecs, bool oneShot = false);
H A DTimer.cpp110 bool CTimer::Start(int millisecs, bool oneShot) argument
120 m_thread->m_oneShot = oneShot;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtimer.cpp167 bool oneShot; local
175 oneShot = desc->timer->IsOneShot();
191 if ( !oneShot )
243 bool wxTimer::Start(int millisecs, bool oneShot) argument
246 this, millisecs, oneShot);
248 if ( !wxTimerBase::Start(millisecs, oneShot) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtimer.cpp139 bool wxTimer::Start(int milliseconds, bool oneShot) argument
141 if ( !wxTimerBase::Start(milliseconds, oneShot) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtimer.tex101 \func{bool}{Start}{\param{int }{milliseconds = -1}, \param{bool }{oneShot = {\tt false}}}
107 If {\it oneShot}\/ is {\tt false} (the default), the \helpref{Notify}{wxtimernotify}

Completed in 211 milliseconds