CFx SDK Documentation
2020SP3
|
#include <GsEntityNode.h>
Public Member Functions | |
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 (OdGsBaseVectorizer &view, EMetafilePlayMode eMode=kMfDisplay) |
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 Attributes | |
OdUInt32 | m_nAwareFlags |
OdGeExtents3d | m_extents |
OdGsGeomPortion | m_first |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Definition at line 121 of file GsEntityNode.h.
OdGsEntityNode::Metafile::Metafile | ( | ) |
OdGsEntityNode::Metafile::~Metafile | ( | ) |
bool OdGsEntityNode::Metafile::containsAnyOfLayers | ( | OdDbStub *const * | layers, |
OdUInt32 | count | ||
) | const |
bool OdGsEntityNode::Metafile::containsFrozenLayers | ( | ) | const |
bool OdGsEntityNode::Metafile::containsVpFrozenLayers | ( | ) | const |
bool OdGsEntityNode::Metafile::hasDataToPlay | ( | OdGsBaseVectorizer & | view, |
EMetafilePlayMode | eMode = kMfDisplay |
||
) |
bool OdGsEntityNode::Metafile::isAllLayersOff | ( | OdUInt32 | viewportId | ) | const |
|
inline |
Definition at line 1014 of file GsEntityNode.h.
bool OdGsEntityNode::Metafile::layersChanged | ( | OdUInt32 | nVpId | ) | const |
void* OdGsEntityNode::Metafile::operator new | ( | size_t | ) |
bool OdGsEntityNode::Metafile::play | ( | OdGsBaseVectorizer & | view, |
EMetafilePlayMode | eMode, | ||
OdGsEntityNode & | node, | ||
OdGsBaseContext * | ctx = NULL |
||
) |
bool OdGsEntityNode::Metafile::playNested | ( | const OdGsView & | view, |
OdGsEntityNode & | node, | ||
OdGsBaseContext & | ctx | ||
) |
OdGeExtents3d OdGsEntityNode::Metafile::m_extents |
Definition at line 142 of file GsEntityNode.h.
OdGsGeomPortion OdGsEntityNode::Metafile::m_first |
Definition at line 143 of file GsEntityNode.h.
OdUInt32 OdGsEntityNode::Metafile::m_nAwareFlags |
Definition at line 141 of file GsEntityNode.h.