CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Macros
TrRndLocalRenderer.h File Reference
#include "TD_PackPush.h"
#include "TrRndLocalRenditionHost.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdTrRndLocalRenderer
 
struct  OdTrRndLocalRenderer::SelectionInfo
 
struct  OdTrRndLocalRenderer::SelectionResult
 
struct  OdTrRndLocalRenderer::SelectionReactor
 
struct  OdTrRndLocalRenderer::ViewportBorderProps
 
class  OdTrRndLocalRendererTPtrAdaptor
 
class  OdTrRndLocalRendererPtr
 

Macros

#define ODTRRND_SI_DEF_FLAG(flagName, getterName, setterName)
 

Macro Definition Documentation

◆ ODTRRND_SI_DEF_FLAG

#define ODTRRND_SI_DEF_FLAG (   flagName,
  getterName,
  setterName 
)
Value:
bool getterName() const { return GETBIT(m_flags, flagName); } \
void setterName(bool bSet) { SETBIT(m_flags, flagName, bSet); }
#define SETBIT(flags, bit, value)
Definition: OdaDefs.h:516
#define GETBIT(flags, bit)
Definition: OdaDefs.h:517

Definition at line 76 of file TrRndLocalRenderer.h.