Timer operation thread.
More...
#include <TimerThread.h>
List of all members.
Public Member Functions |
PLGUI_API | TimerThread (Timer &cTimer, PLCore::uint64 nTimeout, bool bOnce) |
| Constructor.
|
virtual PLGUI_API | ~TimerThread () |
| Destructor.
|
PLGUI_API void | StopTimer () |
| Stop timer thread.
|
PLGUI_API void | Fire () |
| Fire timer.
|
Detailed Description
Constructor & Destructor Documentation
Constructor.
- Parameters:
-
[in] | cTimer | Reference to the owning Timer object |
[in] | nTimeout | Timeout (in milliseconds) |
[in] | bOnce | 'true' if the timer shall fire only once, else 'false' |
Member Function Documentation
The documentation for this class was generated from the following file: