Searched refs:Notify (Results 1 - 25 of 75) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dscrtimer.h38 virtual void Notify();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtimercmn.cpp49 void wxTimerBase::Notify() function in class:wxTimerBase
53 wxCHECK_RET( m_owner, _T("wxTimer::Notify() should be overridden.") );
H A Dsckipc.cpp206 client->Notify(true);
306 m_server->Notify(true);
384 m_sock->Notify(false);
546 sock->Notify(false);
665 sock->Notify(false);
732 sock->Notify(true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dtimer.cpp44 timer->Notify();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtimer.h32 virtual void Notify(void);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECMuleSocket.cpp89 Notify(true);
93 Notify(false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtimer.cpp45 timer->Notify();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtimer.cpp83 void wxTimer::Notify() function in class:wxTimer
90 wxCHECK_RET( m_owner, _T("wxTimer::Notify() should be overridden.") );
97 } // end of wxTimer::Notify
185 rTimer.Notify();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dtimer.cpp55 timer->Notify();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dhintanimpl.h132 virtual void Notify(void);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcaret.h29 virtual void Notify();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGetTickCount.cpp101 void Notify() { tic32 = tic64 = wxGetLocalTimeMillis().GetValue(); } function in class:MyTimer
H A DGuiEvents.h200 virtual void Notify() const = 0;
216 /** @see CMuleNotifierBase::Notify */
217 virtual void Notify() const { function in class:MuleNotify::CMuleNotifier0
244 /** @see CMuleNotifierBase::Notify */
245 virtual void Notify() const { function in class:MuleNotify::CMuleNotifier1
274 /** @see CMuleNotifierBase:: Notify */
275 virtual void Notify() const { function in class:MuleNotify::CMuleNotifier2
306 /** @see CMuleNotifierBase:: Notify */
307 virtual void Notify() const { function in class:MuleNotify::CMuleNotifier3
348 void Notify() cons function in class:MuleNotify::CMuleGUIEvent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtimer.cpp54 timer->Notify();
130 // we need this array to track timers that are being deleted within the Notify procedure
131 // adding the timer before the Notify call and checking after whether it still is in there
146 timer->Notify();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtimer.tex11 \helpref{Notify}{wxtimernotify} member to perform the required action.
50 \helpref{Notify}{wxtimernotify} method to process the notifications.
82 \membersection{wxTimer::Notify}\label{wxtimernotify}
84 \func{void}{Notify}{\void}
107 If {\it oneShot}\/ is {\tt false} (the default), the \helpref{Notify}{wxtimernotify}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtimer.cpp45 // we need this array to track timers that are being deleted within the Notify procedure
46 // adding the timer before the Notify call and checking after whether it still is in there
63 timer->Notify();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtimer.cpp187 timer.Notify();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtimer.h43 // notifications is to override Notify() in the derived class
47 // ctor which allows to avoid having to override Notify() in the derived
79 virtual void Notify();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/
H A DUnZp.h70 #define Notify(msg) \ macro
H A DUnZpLib.h80 #define Notify(msg) \ macro
H A DUnZpSFX.h77 #define Notify(msg) \ macro
H A DUnZpSx.h61 #define Notify(msg) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/
H A DZipLib.h83 #define Notify(msg) \ macro
H A DZipSx.h85 #define Notify(msg) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sockets/
H A Dserver.cpp193 m_server->Notify(true);
338 sock->Notify(true);

Completed in 125 milliseconds

123