CFx SDK Documentation  2020SP3
Public Member Functions | List of all members
OdGsReactor Class Reference

#include <Gs.h>

Inheritance diagram for OdGsReactor:
OdRxObject

Public Member Functions

virtual void viewWasCreated (OdGsView *pView)
 
virtual void viewToBeDestroyed (OdGsView *pView)
 
virtual void gsToBeUnloaded (OdGsModule *pModule)
 
- Public Member Functions inherited from OdRxObject
 ODRX_HEAP_OPERATORS ()
 
 OdRxObject ()
 
virtual ~OdRxObject ()
 
virtual OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () const
 
virtual void addRef ()=0
 
virtual void release ()=0
 
virtual long numRefs () const
 
bool isKindOf (const OdRxClass *pClass) const
 
virtual OdRxObjectPtr clone () const
 
virtual void copyFrom (const OdRxObject *pSource)
 
virtual OdRx::Ordering comparedTo (const OdRxObject *pOther) const
 
virtual bool isEqualTo (const OdRxObject *pOther) const
 

Additional Inherited Members

- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 

Detailed Description

This class is the base class for custom classes that receive notification of OdGs events.

Remarks
The default implementations of all methods in this class do nothing but return.
See also
TD_Gs

<group OdGs_Classes>

Definition at line 1350 of file Gs.h.

Member Function Documentation

◆ gsToBeUnloaded()

virtual void OdGsReactor::gsToBeUnloaded ( OdGsModule pModule)
virtual

Notification function called whenever an OdGsModule object is about to be unloaded.

Parameters
pModule[in] Pointer to the OdGsModule object.
Remarks
This function is called after the operation.

◆ viewToBeDestroyed()

virtual void OdGsReactor::viewToBeDestroyed ( OdGsView pView)
virtual

Notification function called whenever an OdGsView object is about to be destroyed.

Parameters
pView[in] Pointer to the OdGsView object.
Remarks
This function is called before the operation.

◆ viewWasCreated()

virtual void OdGsReactor::viewWasCreated ( OdGsView pView)
virtual

Notification function called whenever a OdGsView object has been created.

Parameters
pView[in] Pointer to the OdGsView object.
Remarks
This function is called after the operation.

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