|
CFx SDK Documentation 2024 SP0
|
#include <DbBaseDatabase.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdDbBaseLayerPE) | |
| virtual OdString | name (const OdRxObject *obj) const =0 |
| virtual bool | isOff (const OdRxObject *obj) const =0 |
| virtual bool | isFrozen (const OdRxObject *obj) const =0 |
| virtual void | setIsOff (OdRxObject *obj, bool off) const =0 |
| virtual void | setIsFrozen (OdRxObject *obj, bool frozen) const =0 |
| virtual bool | getLineType (OdRxObject *obj, OdGiLinetype <ype) const =0 |
Public Member Functions inherited from OdRxObject | |
| 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 |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
This class is the protocol extension to be used as a layer abstraction, independent of the underlying database (OdDbDatabase or OdDgDatabase).
<group OdDbRoot_Classes>
Definition at line 614 of file DbBaseDatabase.h.
|
pure virtual |
Returns the current linetype for the specified layer.
| obj | [in] A pointer to a layer object. |
| LType | [out] An object of the OdGiLinetype class to store and return the information about layer's linetype. |
|
pure virtual |
Determines whether a specified layer is frozen.
| obj | [in] A pointer to a layer object. |
|
pure virtual |
Determines whether a specified layer object is off.
| obj | [in] A pointer to a layer object. |
|
pure virtual |
Returns the name of a specified layer object.
| obj | [in] A pointer to a layer object. |
| OdDbBaseLayerPE::ODRX_DECLARE_MEMBERS | ( | OdDbBaseLayerPE | ) |
|
pure virtual |
Sets the frozen status of this Layer.
| obj | [in] A pointer to a layer object. |
| frozen | [in] A new frozen status value (true to freeze, false to thaw). |
|
pure virtual |
Sets the on / off status of this Layer.
| obj | [in] A pointer to a layer object. |
| off | [in] A new on / off status value (true for off, false for on). |