CFx SDK Documentation 2024 SP0
|
#include <GsEntityNode.h>
Classes | |
class | OdGsDeviceSelfReference |
Public Member Functions | |
MetafileEx () | |
~MetafileEx () | |
void | setDevice (OdRxObjectPtr dev) |
OdRxObjectPtr | device () |
void | setMetafileLength (OdUInt64 l) |
OdUInt64 | metafileLength () const |
Public Member Functions inherited from OdGsEntityNode::Metafile | |
void * | operator new (size_t) |
void | operator delete (void *) |
Metafile () | |
~Metafile () | |
bool | play (OdGsBaseVectorizer &view, EMetafilePlayMode eMode, OdGsEntityNode &node, OdGsBaseContext *ctx=NULL) |
bool | playNested (const OdGsView &view, OdGsEntityNode &node, OdGsBaseContext &ctx) |
bool | hasDataToPlay (const OdGsView &view, EMetafilePlayMode eMode=kMfDisplay) const |
bool | layersChanged (OdUInt32 nVpId) const |
bool | containsVpFrozenLayers () const |
bool | containsFrozenLayers () const |
bool | containsAnyOfLayers (OdDbStub *const *layers, OdUInt32 count) const |
bool | isEmpty () const |
bool | isAllLayersOff (OdUInt32 viewportId) const |
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 |
Public Member Functions inherited from OdGsUpdateManager::OdGsUpdateManagerElement | |
OdGsUpdateManagerElement () | |
OdUInt8 | state (OdUInt32 vpId) const |
void | setState (OdUInt8 state, OdUInt32 vpId) |
Protected Attributes | |
OdRxObjectPtr | m_pDeviceRef |
OdUInt64 | m_nLength |
Protected Attributes inherited from OdGsUpdateManager::OdGsUpdateManagerElement | |
std::map< OdUInt32, OdUInt8 > | m_stateFlags |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Public Attributes inherited from OdGsEntityNode::Metafile | |
OdUInt32 | m_nAwareFlags |
OdGeExtents3d | m_extents |
OdGsGeomPortion | m_first |
Definition at line 286 of file GsEntityNode.h.
|
inline |
Definition at line 307 of file GsEntityNode.h.
OdGsEntityNode::MetafileEx::~MetafileEx | ( | ) |
|
inline |
Definition at line 313 of file GsEntityNode.h.
|
inline |
Definition at line 316 of file GsEntityNode.h.
|
inline |
Definition at line 312 of file GsEntityNode.h.
Definition at line 315 of file GsEntityNode.h.
|
protected |
Definition at line 290 of file GsEntityNode.h.
|
protected |
Definition at line 289 of file GsEntityNode.h.