|
| | ODRX_DECLARE_MEMBERS (OdGsBlockNode) |
| |
| | OdGsBlockNode (OdGsBaseModel *pModel, const OdGiDrawable *pUnderlyingDrawable, bool bSetGsNode) |
| |
| | ~OdGsBlockNode () |
| |
| void | setUnloaded (bool isUnloaded) |
| |
| bool | isUnloaded () const |
| |
| void | setModelTfDependent (bool bOn) |
| |
| bool | isModelTfDependent () const |
| |
| virtual ENodeType | nodeType () const |
| |
| void | invalidate (OdGsContainerNode *pParent, OdGsViewImpl *view, OdUInt32 mask) |
| |
| void | addRef (OdGsBlockReferenceNode *pEntity) |
| |
| void | release (OdGsBlockReferenceNode *pEntity) |
| |
| void | update (OdGsUpdateContext &, OdGsContainerNode *, OdSiSpatialIndex *) |
| |
| void | display (OdGsDisplayContext &) |
| |
| bool | extents (OdGeExtents3d &) const |
| |
| virtual void | propagateLayerChanges (OdGsViewImpl &) |
| |
| void | destroy () |
| |
| void | invalidateShared () |
| |
| OdGsSharedRefDefinition * | createDef (const OdGsBlockRefNodeDesc &d) |
| |
| OdGsSharedRefDefinition * | findCreateDef (const OdGsBlockRefNodeDesc &d) |
| |
| void | invalidateSharedSubents (OdUInt32 vpID, OdUInt32 nViewChanges) |
| |
| void | invalidateSharedRegenDraw (OdUInt32 vpID, const OdDbStub *layoutId) |
| |
| void | invalidateSharedSectionable () |
| |
| void | invalidateSharedAwareFlags (OdGsViewImpl *pView, OdUInt32 nViewChanges, const OdDbStub *layoutId) |
| |
| void | removeDef (OdGsSharedRefDefinition *pDef) |
| |
| bool | findDef (OdGsSharedRefDefinition *pDef, OdGsBlockRefNodeDesc &d) |
| |
| bool | saveNodeState (OdGsFiler *pFiler, OdGsBaseVectorizer *pVectorizer=NULL) const |
| |
| bool | loadNodeState (OdGsFiler *pFiler, OdGsBaseVectorizer *pVectorizer=NULL) |
| |
| bool | postprocessNodeLoading (OdGsFiler *pFiler) |
| |
| bool | invalidVp () const |
| |
| void | setToDrawable (const OdGiDrawable *pUnderlyingDrawable) |
| |
| | ODRX_DECLARE_MEMBERS (OdGsNode) |
| |
| void * | operator new (size_t) |
| |
| void | operator delete (void *) |
| |
| void | addRef () |
| |
| void | release () |
| |
| | OdGsNode (OdGsBaseModel *pModel, const OdGiDrawable *pUnderlyingDrawable) |
| |
| virtual | ~OdGsNode () |
| |
| OdGsBaseModel * | baseModel () const |
| |
| OdGsModel * | model () const |
| |
| bool | isContainer () const |
| |
| bool | isSyncDrawable () const |
| |
| OdGiDrawablePtr | underlyingDrawable () const |
| |
| OdDbStub * | underlyingDrawableId () const |
| |
| virtual void | updateVisible (OdGsViewImpl *pViewImpl) |
| |
| virtual void | highlight (bool bDoIt, bool bWholeBranch) |
| |
| bool | isHighlighted () const |
| |
| bool | isHighlightedAll () const |
| |
| void | hide (bool bDoIt) |
| |
| bool | isHidden () const |
| |
| void | setSelectableIfHidden (bool bSelectable) |
| |
| bool | isSelectableIfHidden () const |
| |
| virtual bool | saveClientNodeState (OdGsFiler *pFiler, OdGsBaseVectorizer *pVectorizer) const |
| |
| virtual bool | loadClientNodeState (OdGsFiler *pFiler, OdGsBaseVectorizer *pVectorizer) |
| |
| | TD_USING (OdGsCache::extents) |
| |
| virtual bool | extents (const OdGsView *pView, OdGeExtents3d &ext) const |
| |
| virtual OdDb::LineWeight | getMaxLineweightUsed () const |
| |
| virtual void | setDrawableNull () |
| |
| virtual void | addContentToUpdateManager (OdUInt32 viewportId, OdGsUpdateManager *pManager, const UpdateManagerContext &context) |
| |
| | ODRX_DECLARE_MEMBERS (OdGsCache) |
| |
| | 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 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 |
| |
Corresponding C++ library: Gs <group OdGs_Classes>
Definition at line 123 of file GsBlockNode.h.