|
| virtual void | registerSubstitution (const void *pValue, const void *pSubstitution, OdUInt32 size=sizeof(OdIntPtr), bool bRegister=true, bool bImmediate=false) |
| |
| virtual void | requestSubstitution (void *pPlace, const void *pValue, OdUInt32 size=sizeof(OdIntPtr), bool bRegister=true, bool bImmediate=true) |
| |
| virtual void | requestSubstitution (OdBaseObjectPtr *pPlace, const void *pValue, bool bRegister=true, bool bImmediate=true) |
| |
| virtual void | requestSubstitution (void *pPlace, OdGsFiler::SubstitutionActuator *pActuator, const void *pValue, OdUInt32 size=sizeof(OdIntPtr), bool bRegister=true, bool bImmediate=true) |
| |
| virtual void | clearSubstitutions (const void *pValue=NULL, OdUInt32 size=0) |
| |
| virtual void | runSubstitutions (const void *pValue=NULL, OdUInt32 size=0, bool bClear=true) |
| |
| | ~OdGsFiler_SubstitutorImpl () |
| |
| | ODRX_HEAP_OPERATORS () |
| |
| | OdRxObject () |
| |
| virtual | ~OdRxObject () |
| |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| |
| virtual OdRxClass * | isA () 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 |
| |
| 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 102 of file GsFilerV100Impl.h.