Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
SoSystemTimerTask Class Referenceabstract

VSG extension 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.
 

Detailed Description

VSG extension Interface used by SoSystemTimer to execute a task

This object is used by SoSystemTimer to execute a custom action when the timer is triggered

SEE ALSO

SoSensorHandler, SoSystemTimer

Definition at line 24 of file SoSystemTimer.h.

Member Function Documentation

◆ run()

virtual void SoSystemTimerTask::run ( )
pure virtual

This method is executed by SoSystemTimer when it is triggered.


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