CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
116 kCloningAllowed = 0x80,
117 kAllButCloningAllowed = 0x1,
118 kAllAllowedBits = 0x81,
120 kMergeReplace = 0x100,
121 kMergeMangleName = 0x200,
122 kDisableProxyWarning = 0x400
132 bool allButCloningAllowed()
const {
return (proxyFlags() & kAllAllowedBits) == (kAllAllowedBits ^ kAllButCloningAllowed); }
168 #endif // OD_DBPROXY_H
#define GETBIT(flags, bit)
bool allButCloningAllowed() const
virtual OdResult subErase(bool erasing)
bool isR13FormatProxy() const
bool allOperationsAllowed() const
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
virtual OdResult dxfIn(OdDbDxfFiler *filer)
OdSmartPtr< OdDbProxyObject > OdDbProxyObjectPtr
virtual OdDbObjectPtr subDeepClone(OdDbIdMapping &ownerIdMap, OdDbObject *, bool bPrimary) const ODRX_OVERRIDE
void getReferences(OdTypedIdsArray &objectIds) const
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
bool cloningAllowed() const
OdString originalClassName() const
OdDb::DuplicateRecordCloning mergeStyle() const
OdString applicationDescription() const
ODDB_DECLARE_MEMBERS(OdDbProxyObject)
virtual OdDbObjectPtr subWblockClone(OdDbIdMapping &ownerIdMap, OdDbObject *, bool bPrimary) const ODRX_OVERRIDE
OdString originalDxfName() const
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
bool eraseAllowed() const