|
VSTGUI
3.6
|
A timer class, which posts timer messages to CBaseObjects. More...
#include <cvstguitimer.h>
Inheritance diagram for CVSTGUITimer:Public Member Functions | |
| CVSTGUITimer (CBaseObject *timerObject, int fireTime=100) | |
| virtual | ~CVSTGUITimer () |
| virtual bool | start () |
| starts the timer More... | |
| virtual bool | stop () |
| stops the timer, returns wheather timer was running or not More... | |
| virtual bool | setFireTime (int newFireTime) |
| in milliseconds More... | |
| int | getFireTime () const |
| in milliseconds More... | |
Reference Counting Methods | |
| virtual void | forget () |
| decrease refcount and delete object if refcount == 0 More... | |
| virtual void | remember () |
| increase refcount More... | |
| long | getNbReference () const |
| get refcount More... | |
Message Methods | |
| virtual CMessageResult | notify (CBaseObject *sender, const char *message) |
Static Public Attributes | |
| static const char * | kMsgTimer = "timer fired" |
| message string posted to CBaseObject's notify method More... | |
Protected Attributes | |
| int | fireTime |
| CBaseObject * | timerObject |
| void * | platformTimer |
A timer class, which posts timer messages to CBaseObjects.
| CVSTGUITimer | ( | CBaseObject * | timerObject, |
| int | fireTime = 100 |
||
| ) |
|
virtual |
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
Reimplemented in CDrawContext.
|
inline |
in milliseconds
|
inlineinherited |
get refcount
|
inlinevirtualinherited |
Reimplemented in CViewContainer, CView, CScrollbar, CDataBrowser, and CTooltipSupport.
|
inlinevirtualinherited |
increase refcount
|
virtual |
in milliseconds
|
virtual |
starts the timer
|
virtual |
stops the timer, returns wheather timer was running or not
|
protected |
|
static |
message string posted to CBaseObject's notify method
|
protected |
|
protected |
1.8.7