|
CFx SDK Documentation
2020SP3
|
#include <DbDgnLSPE.h>
Public Types | |
| enum | DgnLSSetupFlags { kDgnLSProcessed = 1 } |
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdDbDgnLSPE) | |
| virtual bool | hasDgnLSData (const OdDbLinetypeTableRecord *pLTR) const =0 |
| virtual OdUInt32 | setupDgnLSData (const OdDbLinetypeTableRecord *pLTR, OdUInt32 &nResFlags, OdGiDrawableTraits *pTraits) const =0 |
| virtual OdUInt32 | prepareDgnLSCache (const OdDbLinetypeTableRecord *pLTR, OdRxObjectPtr &pCache) const =0 |
| virtual OdUInt32 | setupDgnLSCache (const OdRxObject *pCache, OdUInt32 &nResFlags, OdGiDrawableTraits *pTraits) 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 defines the interface for the Linetype Table Record Protocol Extension classes.
<group OdDb_Classes>
Definition at line 40 of file DbDgnLSPE.h.
| Enumerator | |
|---|---|
| kDgnLSProcessed | |
Definition at line 45 of file DbDgnLSPE.h.
|
pure virtual |
Checks does Linetype Table Record contain attached DgnLS data.
| pLTR | [in] Pointer to the Linetype Table Record. |
| OdDbDgnLSPE::ODRX_DECLARE_MEMBERS | ( | OdDbDgnLSPE | ) |
|
pure virtual |
Prepare cache for DgnLS data.
| pLTR | [in] Pointer to the Linetype Table Record. |
| pCache | [out] Pointer to cache object which will be filled by DgnLS data. |
|
pure virtual |
Setup traits from DgnLS cache.
| pCache | [in] Pointer to the DgnLS cache. |
| nResFlags | [out] setAttributes return flags. |
| pTraits | [in] Traits pointer which will be filled by DgnLS data. |
|
pure virtual |
Setup traits by DgnLS data.
| pLTR | [in] Pointer to the Linetype Table Record. |
| nResFlags | [out] setAttributes return flags. |
| pTraits | [in] Traits pointer which will be filled by DgnLS data. |