|
CFx SDK Documentation 2024 SP0
|
#include <DbAnnotativeObjectPE.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdDbPaperOrientationPE) | |
| virtual bool | paperOrientation (OdDbObject *pObject) const =0 |
| virtual OdResult | setPaperOrientation (OdDbObject *pObject, const bool bPaperOrientation)=0 |
| virtual OdResult | applyPaperOrientationTransform (OdDbObject *, const OdDbViewport *) 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 |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
This class is a Protocol Extension class for objects, such as annotative objects, that support a paper orientation property.
<group OdDb_Classes>
Definition at line 106 of file DbAnnotativeObjectPE.h.
|
inlinevirtual |
Not implemented.
Definition at line 135 of file DbAnnotativeObjectPE.h.
| OdDbPaperOrientationPE::ODRX_DECLARE_MEMBERS | ( | OdDbPaperOrientationPE | ) |
|
pure virtual |
Returns whether the specified object is currently oriented with the paper.
\param pObject [in] Pointer to the object that supports the paper orientation property.
|
pure virtual |
Sets the paper orientation property of a specified object.
\param pObject [in] Pointer to the object that supports the paper orientation property. \param bPaperOrientation [in] Value of the paper orientation property. \returns Returns eOk if successful, or an appropriate error code if not.