Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoAuditor Class Reference

VSG extension Base class for all auditors. More...

#include <DialogViz/auditors/SoAuditor.h>

+ Inheritance diagram for SoAuditor:

Public Member Functions

virtual SoType getTypeId () const
 Returns the type id for this event instance.
 
- Public Member Functions inherited from SoTypedObject
SbBool isOfType (const SoType &type) const
 Returns TRUE if this object is of the type specified in type or is derived from that type.
 
template<typename TypedObjectClass >
SbBool isOfType () const
 Returns TRUE if this object is of the type of class TypedObjectClass or is derived from that class.
 

Static Public Member Functions

static SoType getClassTypeId ()
 Returns the type id for the SoEvent class.
 
- Static Public Member Functions inherited from SoTypedObject
static SoType getClassTypeId ()
 Returns the type identifier for this class.
 

Detailed Description

VSG extension Base class for all auditors.

SoAuditor is the base class for auditors in the DialogViz auditor model. An auditor typically represents a user action, such as a mouse button being pressed or a keyboard key being released.

SEE ALSO

SoDialogAuditor, SoDialogCheckBoxAuditor, SoDialogComboBoxAuditor, SoDialogEditTextAuditor, SoDialogIntegerSliderAuditor, SoDialogPushButtonAuditor, SoDialogRadioButtonsAuditor, SoDialogRealSliderAuditor, SoMenuCheckBoxAuditor, SoMenuFileSelectionAuditor, SoMenuPushButtonAuditor, SoMenuRadioButtonsAuditor

Definition at line 55 of file SoAuditor.h.

Member Function Documentation

◆ getClassTypeId()

static SoType SoAuditor::getClassTypeId ( )
static

Returns the type id for the SoEvent class.

◆ getTypeId()

virtual SoType SoAuditor::getTypeId ( ) const
virtual

Returns the type id for this event instance.

Implements SoTypedObject.


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