#include <GsFiler.h>
|
virtual void | registerSubstitution (const void *pValue, const void *pSubstitution, OdUInt32 size=sizeof(OdIntPtr), bool bRegister=true, bool bImmediate=false)=0 |
|
virtual void | requestSubstitution (void *pPlace, const void *pValue, OdUInt32 size=sizeof(OdIntPtr), bool bRegister=true, bool bImmediate=true)=0 |
|
virtual void | requestSubstitution (OdBaseObjectPtr *pPlace, const void *pValue, bool bRegister=true, bool bImmediate=true)=0 |
|
virtual void | requestSubstitution (void *pPlace, OdGsFiler::SubstitutionActuator *pActuator, const void *pValue, OdUInt32 size=sizeof(OdIntPtr), bool bRegister=true, bool bImmediate=true)=0 |
|
virtual void | clearSubstitutions (const void *pValue=NULL, OdUInt32 size=0)=0 |
|
virtual void | runSubstitutions (const void *pValue=NULL, OdUInt32 size=0, bool bClear=true)=0 |
|
Definition at line 107 of file GsFiler.h.
◆ clearSubstitutions()
virtual void OdGsFiler::Substitutor::clearSubstitutions |
( |
const void * |
pValue = NULL , |
|
|
OdUInt32 |
size = 0 |
|
) |
| |
|
pure virtual |
◆ registerSubstitution()
virtual void OdGsFiler::Substitutor::registerSubstitution |
( |
const void * |
pValue, |
|
|
const void * |
pSubstitution, |
|
|
OdUInt32 |
size = sizeof(OdIntPtr) , |
|
|
bool |
bRegister = true , |
|
|
bool |
bImmediate = false |
|
) |
| |
|
pure virtual |
◆ requestSubstitution() [1/3]
◆ requestSubstitution() [2/3]
◆ requestSubstitution() [3/3]
◆ runSubstitutions()
virtual void OdGsFiler::Substitutor::runSubstitutions |
( |
const void * |
pValue = NULL , |
|
|
OdUInt32 |
size = 0 , |
|
|
bool |
bClear = true |
|
) |
| |
|
pure virtual |
The documentation for this struct was generated from the following file: