1 \section{\class{wxStopWatch
}}\label{wxstopwatch
}
3 The wxStopWatch class allow you to measure time intervals.
5 \wxheading{Include files
}
11 \helpref{::wxStartTimer
}{wxstarttimer
},
\helpref{::wxGetElapsedTime
}{wxgetelapsedtime
},
\helpref{wxTimer
}{wxtimer
}
13 \latexignore{\rtfignore{\wxheading{Members
}}}
15 \membersection{wxStopWatch::wxStopWatch
}
17 \func{}{wxStopWatch
}{\void}
19 Constructor. This starts the stop watch.
21 \membersection{wxStopWatch::Pause
}\label{wxstopwatchpause
}
23 \func{void
}{Pause
}{\void}
25 Pauses the stop watch. Call
\helpref{wxStopWatch::Resume
}{wxstopwatchresume
} to resume
28 \membersection{wxStopWatch::Start
}
30 \func{void
}{Start
}{\param{long
}{ milliseconds =
0}}
32 (Re)starts the stop watch with a given initial value.
34 \membersection{wxStopWatch::Resume
}\label{wxstopwatchresume
}
36 \func{void
}{Resume
}{\void}
38 Resumes the stop watch after having been paused with
\helpref{wxStopWatch::Pause
}{wxstopwatchpause
}.
40 \membersection{wxStopWatch::Time
}
42 \func{long
}{Time
}{\void}\label{wxstopwatchtime
}
44 Returns the time in milliseconds since the start (or restart) or the last call of
45 \helpref{wxStopWatch::Pause
}{wxstopwatchpause
}.