#include <DbObjectContextPE.h>
Definition at line 31 of file DbObjectContextPE.h.
◆ addContext()
Adds a context to the specified object.
\param pObject [in] Pointer to the object.
\param context [in] Name of the context to add.
\returns
Returns eOk if successful, or an appropriate error code if not.
Implements OdDbObjectContextInterface.
◆ hasContext()
Returns whether a context is used by a specified object.
\param pObject [in] Pointer to the object.
\param context [in] Name of the context.
\returns
Returns true if the object uses the named context, or returns
false if it does not.
Implements OdDbObjectContextInterface.
◆ ODRX_DECLARE_MEMBERS()
◆ removeContext()
Removes a context from the specified object.
\param pObject [in] Pointer to the object.
\param context [in] Name of the context to remove.
\returns
Returns eOk if successful, or an appropriate error code if not.
Implements OdDbObjectContextInterface.
◆ supportsCollection()
virtual bool OdDbObjectContextDefaultPE::supportsCollection |
( |
const OdDbObject * |
pObject, |
|
|
const OdString & |
collectionName |
|
) |
| const |
|
virtual |
Returns whether a context collection is supported by a specified object.
\param pObject [in] Pointer to the object.
\param collectionName [in] Name of the context collection.
\returns
Returns true if the object supports the named context collection, or returns
false if it does not.
Implements OdDbObjectContextInterface.
The documentation for this class was generated from the following file: