|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
A timer class, which posts timer messages to CBaseObjects. More...
Inheritance diagram for CVSTGUITimer:
Collaboration diagram for CVSTGUITimer:Public Member Functions | |
| CVSTGUITimer (CBaseObject *timerObject, int32_t fireTime=100) | |
| virtual bool | start () |
| starts the timer More... | |
| virtual bool | stop () |
| stops the timer, returns wheather timer was running or not More... | |
| virtual bool | setFireTime (int32_t newFireTime) |
| in milliseconds More... | |
| int32_t | getFireTime () const |
| in milliseconds More... | |
| virtual bool | isTypeOf (IdStringPtr s) const |
| virtual CBaseObject * | newCopy () const |
Reference Counting Methods | |
| virtual void | forget () |
| decrease refcount and delete object if refcount == 0 More... | |
| virtual void | remember () |
| increase refcount More... | |
| virtual int32_t | getNbReference () const |
| get refcount More... | |
Message Methods | |
| virtual CMessageResult | notify (CBaseObject *sender, IdStringPtr message) |
Static Public Attributes | |
| static IdStringPtr | kMsgTimer = "timer fired" |
| message string posted to CBaseObject's notify method More... | |
Protected Member Functions | |
| ~CVSTGUITimer () | |
Protected Attributes | |
| int32_t | fireTime |
| CBaseObject * | timerObject |
| void * | platformTimer |
A timer class, which posts timer messages to CBaseObjects.
| CVSTGUITimer | ( | CBaseObject * | timerObject, |
| int32_t | fireTime = 100 |
||
| ) |
|
protected |
Here is the call graph for this function:
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
|
inline |
in milliseconds
|
inlinevirtualinherited |
get refcount
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtualinherited |
Reimplemented in CView, GenericStringListDataBrowserSource, CDataBrowser, CScrollbar, CRockerSwitch, CScrollView, CViewContainer, CAnimationSplashScreen, CRowColumnView, UIDescriptionViewSwitchController, CShadowViewContainer, and CTooltipSupport.
Here is the caller graph for this function:
|
inlinevirtualinherited |
increase refcount
Here is the caller graph for this function:
|
virtual |
in milliseconds
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
starts the timer
Here is the caller graph for this function:
|
virtual |
stops the timer, returns wheather timer was running or not
Here is the caller graph for this function:
|
protected |
|
static |
message string posted to CBaseObject's notify method
|
protected |
|
protected |