Searched refs:wxStopWatch (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstopwtch.tex1 \section{\class{wxStopWatch}}\label{wxstopwatch}
3 The wxStopWatch class allow you to measure time intervals. For example, you may
7 wxStopWatch sw;
28 \membersection{wxStopWatch::wxStopWatch}\label{wxstopwatchctor}
30 \func{}{wxStopWatch}{\void}
34 \membersection{wxStopWatch::Pause}\label{wxstopwatchpause}
38 Pauses the stop watch. Call \helpref{wxStopWatch::Resume}{wxstopwatchresume} to resume
45 \membersection{wxStopWatch::Resume}\label{wxstopwatchresume}
50 \helpref{wxStopWatch
[all...]
H A Dtimer.tex40 \helpref{::wxStartTimer}{wxstarttimer}, \helpref{::wxGetElapsedTime}{wxgetelapsedtime}, \helpref{wxStopWatch}{wxstopwatch}
H A Dcategory.tex715 \twocolitem{\helpref{wxStopWatch}{wxstopwatch}}{Stop watch class}
H A Dfunction.tex4334 \helpref{wxTimer}{wxtimer} and/or \helpref{wxStopWatch}{wxstopwatch} classes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstopwatch.h3 // Purpose: wxStopWatch and global time-related functions
4 // Author: Julian Smart (wxTimer), Sylvain Bougnoux (wxStopWatch)
18 // wxStopWatch: measure time intervals with up to 1ms resolution
23 class WXDLLIMPEXP_BASE wxStopWatch class
27 wxStopWatch() { m_pauseCount = 0; Start(); } function in class:wxStopWatch
72 // -- DEPRECATED: use wxStopWatch instead
76 // -- DEPRECATED: use wxStopWatch instead
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstopwatch.cpp3 // Purpose: wxStopWatch and other non-GUI stuff from wx/timer.h
7 // Sylvain Bougnoux added wxStopWatch class
114 // wxStopWatch
119 void wxStopWatch::Start(long t)
144 long wxStopWatch::GetElapsedTime() const
165 long wxStopWatch::Time() const
173 // old timer functions superceded by wxStopWatch
352 #pragma message("wxStopWatch will be up to second resolution!")
354 #pragma message "wxStopWatch will be up to second resolution!"
356 #warning "wxStopWatch wil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dbrowsedb.cpp105 wxStopWatch sw;
343 wxStopWatch sw;
H A Ddoc.cpp80 wxStopWatch sw;
H A Ddbgrid.cpp80 wxStopWatch sw;
H A Ddbtree.cpp127 wxStopWatch sw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.cpp42 #include "wx/timer.h" // for wxStopWatch
508 wxStopWatch sw;
628 wxStopWatch sw;
744 wxStopWatch sw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dtextctrl.cpp847 wxStopWatch sw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dalcframe.cpp513 wxStopWatch chrono;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcfsocket.cpp741 wxStopWatch chrono;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h3390 wxStopWatch m_stopWatch;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2897 wxPuts(_T("*** Testing wxStopWatch ***\n"));
2899 wxStopWatch sw;
2924 wxStopWatch sw2;

Completed in 118 milliseconds