27#ifndef OD_DBWIPEOUTVARIABLES_H
28#define OD_DBWIPEOUTVARIABLES_H
37#define WIPEOUT_EXPORT OD_TOOLKIT_EXPORT
38#define WIPEOUT_EXPORT_STATIC OD_STATIC_EXPORT
40#define WIPEOUT_EXPORT OD_TOOLKIT_IMPORT
41#define WIPEOUT_EXPORT_STATIC OD_STATIC_IMPORT
111 OdString AcDbWipeoutVariables(L
"AcDbWipeoutVariables");
116 pRootDict->
setAt(ACAD_WIPEOUT_VARS, pWpVars);
OdSmartPtr< OdDbDictionary > OdDbDictionaryPtr
OdSmartPtr< OdDbWipeoutVariables > OdDbWipeoutVariablesPtr
OdSmartPtr< TClass > odrxSafeCreateObject(const OdString &sClassName, const OdString &sAppName=OdString::kEmpty)
OdSmartPtr< TClass > odrxCastByClassName(const OdRxObject *obj, const OdString &className)
OdDbObjectId getNamedObjectsDictionaryId() const
OdDbObjectId setAt(const OdString &name, OdDbObject *newValue)
OdDbObjectPtr getAt(const OdString &name, OdDb::OpenMode mode) const
OdResult openObject(OdDbObjectPtr &pObj, OdDb::OpenMode openMode=OdDb::kForRead, bool openErasedOne=false) const
virtual bool showFrame() const
virtual void setShowFrame(bool showFrame, bool bUpdateWIPEOUTFRAME=true)
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
ODDB_DECLARE_MEMBERS(OdDbWipeoutVariables)
static OdDbWipeoutVariablesPtr openWipeoutVariables(OdDbDatabase *pDb, OdDb::OpenMode openMode=OdDb::kForRead)
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)