|
| | ODRX_DECLARE_MEMBERS (OdDbLayerStateManager) |
| |
| | OdDbLayerStateManager () |
| |
| | ~OdDbLayerStateManager () |
| |
| bool | addReactor (OdDbLayerStateManagerReactor *pReactor) |
| |
| bool | removeReactor (OdDbLayerStateManagerReactor *pReactor) |
| |
| OdDbObjectId | layerStatesDictionaryId (bool bCreateIfNotPresent=false) |
| |
| bool | hasLayerState (const OdString &sName) |
| |
| OdResult | saveLayerState (const OdString &sName, LayerStateMask mask) |
| |
| OdResult | restoreLayerState (const OdString &sName) |
| |
| OdResult | setLayerStateMask (const OdString &sName, LayerStateMask mask) |
| |
| OdResult | getLayerStateMask (const OdString &sName, LayerStateMask &returnMask) |
| |
| OdResult | deleteLayerState (const OdString &sName) |
| |
| OdResult | renameLayerState (const OdString &sName, const OdString &sNewName) |
| |
| OdResult | importLayerState (OdStreamBuf *pStreamBuf) |
| |
| OdResult | importLayerState (OdStreamBuf *pStreamBuf, OdString &sName) |
| |
| OdResult | exportLayerState (const OdString &sNameToExport, OdStreamBuf *pStreamBuf) |
| |
| OdResult | saveLayerState (const OdString &sName, LayerStateMask mask, const OdDbObjectId &idVp) |
| |
| OdResult | restoreLayerState (const OdString &sName, const OdDbObjectId &idVp, int nRestoreFlags=0, const LayerStateMask *pClientMask=NULL) |
| |
| OdResult | setLayerStateDescription (const OdString &sName, const OdString &sDesc) |
| |
| OdResult | getLayerStateDescription (const OdString &sName, OdString &sDesc) |
| |
| bool | layerStateHasViewportData (const OdString &sName) |
| |
| OdResult | importLayerStateFromDb (const OdString &pStateName, OdDbDatabase *pDb) |
| |
| OdResult | getLayerStateNames (OdStringArray &lsArray, bool bIncludeHidden=true, bool bIncludeXref=true) |
| |
| OdResult | getLastRestoredLayerState (OdString &sName, OdDbObjectId &restoredLSId) |
| |
| OdResult | getLayerStateLayers (OdStringArray &layerArray, const OdString &sName, bool bInvert=false) |
| |
| bool | compareLayerStateToDb (const OdString &sName, const OdDbObjectId &idVp) |
| |
| OdResult | addLayerStateLayers (const OdString &sName, const OdDbObjectIdArray &layerIds) |
| |
| OdResult | removeLayerStateLayers (const OdString &sName, const OdStringArray &layerNames) |
| |
| bool | isDependentLayerState (const OdString &sName) |
| |
| OdDbDatabase * | getDatabase () const |
| |
| | 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 |
| |
Library: TD_Db <group OdDb_Classes>
Definition at line 351 of file DbLayerState.h.