X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/677eff077ec0e0fbdda61f4e5e7c186e21c4fc47..63779a3de18f273c04247d74cee65f2bc6baa8ba:/docs/latex/wx/stopwtch.tex diff --git a/docs/latex/wx/stopwtch.tex b/docs/latex/wx/stopwtch.tex index 148993136e..1f756a493f 100644 --- a/docs/latex/wx/stopwtch.tex +++ b/docs/latex/wx/stopwtch.tex @@ -17,15 +17,19 @@ use it to measure the time elapsed by some function: \wxheading{Include files} - + + +\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}.