|
CFx SDK Documentation
2023 SP0
|
#include <PdfPublish2dGeometryReference.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (Od2dGeometryReference) | |
| ODRX_HEAP_OPERATORS () | |
| Od2dGeometryReference () | |
| virtual | ~Od2dGeometryReference () |
| void | setBorder (bool state) |
| void | setBorderColor (ODCOLORREF color) |
| void | getBorder (bool &state) const |
| void | getBorderColor (ODCOLORREF &color) const |
| void | setTransform (const OdGeMatrix2d &xfm) |
| void | getTransform (OdGeMatrix2d &xfm) const |
| void | setGeometryBlock (const Od2dGeometryBlockPtr &block) |
| void | getGeometryBlock (Od2dGeometryBlockPtr &block) const |
| void | setScale (double scale) |
| void | getScale (double &scale) const |
| void | setRotation (double rotation=0) |
| void | getRotation (double &rotation) const |
Public Member Functions inherited from OdPdfPublish::OdObject | |
| ODRX_DECLARE_MEMBERS (OdObject) | |
| ODRX_HEAP_OPERATORS () | |
| virtual | ~OdObject () |
| virtual bool | isEmpty () const |
| virtual bool | isValid () const |
| virtual void | clear () |
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 () |
Protected Member Functions inherited from OdPdfPublish::OdObject | |
| OdObject (OdPublishObjectImpl *pImpl) | |
This class implements an 2d geometry in .pdf documents created with Teigha Publish.
Definition at line 46 of file PdfPublish2dGeometryReference.h.
| OdPdfPublish::Od2dGeometryReference::Od2dGeometryReference | ( | ) |
Creates an object.
|
virtual |
Destroys an object.
| void OdPdfPublish::Od2dGeometryReference::getBorder | ( | bool & | state | ) | const |
| void OdPdfPublish::Od2dGeometryReference::getBorderColor | ( | ODCOLORREF & | color | ) | const |
| void OdPdfPublish::Od2dGeometryReference::getGeometryBlock | ( | Od2dGeometryBlockPtr & | block | ) | const |
| void OdPdfPublish::Od2dGeometryReference::getRotation | ( | double & | rotation | ) | const |
| void OdPdfPublish::Od2dGeometryReference::getScale | ( | double & | scale | ) | const |
| void OdPdfPublish::Od2dGeometryReference::getTransform | ( | OdGeMatrix2d & | xfm | ) | const |
| OdPdfPublish::Od2dGeometryReference::ODRX_DECLARE_MEMBERS | ( | Od2dGeometryReference | ) |
| OdPdfPublish::Od2dGeometryReference::ODRX_HEAP_OPERATORS | ( | ) |
| void OdPdfPublish::Od2dGeometryReference::setBorder | ( | bool | state | ) |
| void OdPdfPublish::Od2dGeometryReference::setBorderColor | ( | ODCOLORREF | color | ) |
| void OdPdfPublish::Od2dGeometryReference::setGeometryBlock | ( | const Od2dGeometryBlockPtr & | block | ) |
| void OdPdfPublish::Od2dGeometryReference::setRotation | ( | double | rotation = 0 | ) |
| void OdPdfPublish::Od2dGeometryReference::setScale | ( | double | scale | ) |
| void OdPdfPublish::Od2dGeometryReference::setTransform | ( | const OdGeMatrix2d & | xfm | ) |