Interface used by SoSystemTimer to execute a task
More...
#include <Inventor/sensors/SoSystemTimer.h>
Inheritance diagram for SoSystemTimerTask:Public Member Functions | |
| virtual void | run ()=0 |
| This method is executed by SoSystemTimer when it is triggered. | |
Public Member Functions inherited from SoRefCounter | |
| void | ref () const |
| Adds a reference to an instance. | |
| void | unref () const |
| Removes a reference from an instance. | |
| void | unrefNoDelete () const |
| unrefNoDelete() should be called when it is desired to decrement the reference count, but not delete the instance if this brings the reference count to zero. | |
| int | getRefCount () const |
| Returns current reference count. | |
| void | lock () const |
| lock this instance. | |
| void | unlock () const |
| unlock this instance. | |
Interface used by SoSystemTimer to execute a task
This object is used by SoSystemTimer to execute a custom action when the timer is triggered
SoSensorHandler, SoSystemTimer
Definition at line 24 of file SoSystemTimer.h.
|
pure virtual |
This method is executed by SoSystemTimer when it is triggered.