PixelLightAPI  .
Public Member Functions
PLGui::TimerThread Class Reference

Timer operation thread. More...

#include <TimerThread.h>

Inheritance diagram for PLGui::TimerThread:
Inheritance graph
[legend]

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

Timer operation thread.


Constructor & Destructor Documentation

PLGUI_API PLGui::TimerThread::TimerThread ( Timer cTimer,
PLCore::uint64  nTimeout,
bool  bOnce 
)

Constructor.

Parameters:
[in]cTimerReference to the owning Timer object
[in]nTimeoutTimeout (in milliseconds)
[in]bOnce'true' if the timer shall fire only once, else 'false'
virtual PLGUI_API PLGui::TimerThread::~TimerThread ( ) [virtual]

Destructor.


Member Function Documentation

PLGUI_API void PLGui::TimerThread::StopTimer ( )

Stop timer thread.

PLGUI_API void PLGui::TimerThread::Fire ( )

Fire timer.


The documentation for this class was generated from the following file:


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:32
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported