]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/stopwtch.tex
Updated border style names
[wxWidgets.git] / docs / latex / wx / stopwtch.tex
index 148993136e27762d5c494672690bc33a19d87903..1f756a493f58491981caffd0bfbd8b73973caecc 100644 (file)
@@ -17,15 +17,19 @@ use it to measure the time elapsed by some function:
 
 \wxheading{Include files}
 
-<wx/timer.h>
+<wx/stopwatch.h>
+
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
 
 \wxheading{See also}
 
-\helpref{::wxStartTimer}{wxstarttimer}, \helpref{::wxGetElapsedTime}{wxgetelapsedtime}, \helpref{wxTimer}{wxtimer}
+\helpref{wxTimer}{wxtimer}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxStopWatch::wxStopWatch}
+\membersection{wxStopWatch::wxStopWatch}\label{wxstopwatchctor}
 
 \func{}{wxStopWatch}{\void}
 
@@ -55,9 +59,9 @@ Resumes the stop watch which had been paused with
 
 (Re)starts the stop watch with a given initial value.
 
-\membersection{wxStopWatch::Time}
+\membersection{wxStopWatch::Time}\label{wxstopwatchtime}
 
-\func{long}{Time}{\void}\label{wxstopwatchtime}
+\constfunc{long}{Time}{\void}\label{wxstopwatchtime}
 
 Returns the time in milliseconds since the start (or restart) or the last call of 
 \helpref{wxStopWatch::Pause}{wxstopwatchpause}.