CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Enumerations | Functions
RxEvent.h File Reference
#include "TD_PackPush.h"
#include "RxObject.h"
#include "IdArrays.h"
#include "StringArray.h"
#include "DbExport.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdRxEventReactor
 
class  OdRxEvent
 

Macros

#define ODRX_EVENT_OBJ   OD_T("OdRxEvent")
 

Typedefs

typedef OdSmartPtr< OdRxEventReactorOdRxEventReactorPtr
 
typedef OdSmartPtr< OdRxEventOdRxEventPtr
 

Enumerations

enum  OdXrefSubCommand {
  kXrefAttach = 0 , kXrefBind = 1 , kXrefDetach = 2 , kXrefOverlay = 3 ,
  kXrefPath = 4 , kXrefReload = 5 , kXrefResolve = 6 , kXrefUnload = 7 ,
  kXrefXBind = 8
}
 

Functions

TOOLKIT_EXPORT OdRxEventPtr odrxEvent ()
 

Macro Definition Documentation

◆ ODRX_EVENT_OBJ

#define ODRX_EVENT_OBJ   OD_T("OdRxEvent")

Definition at line 37 of file RxEvent.h.

Typedef Documentation

◆ OdRxEventPtr

This template class is a specialization of the OdSmartPtr class for OdRxEvent object pointers.

Definition at line 702 of file RxEvent.h.

◆ OdRxEventReactorPtr

This template class is a specialization of the OdSmartPtr class for OdRxEventReactor object pointers.

Definition at line 672 of file RxEvent.h.

Enumeration Type Documentation

◆ OdXrefSubCommand

Enumerator
kXrefAttach 
kXrefBind 
kXrefDetach 
kXrefOverlay 
kXrefPath 
kXrefReload 
kXrefResolve 
kXrefUnload 
kXrefXBind 

Definition at line 45 of file RxEvent.h.

Function Documentation

◆ odrxEvent()