VCF::GraphicsContext::PointOperation Struct Reference
#include <GraphicsContext.h>
List of all members.
|
Public Types |
| enum | PrimitiveType {
ptMoveTo = 0,
ptLineTo,
ptPolyLine,
ptBezier,
ptRect,
ptRoundRect,
ptEllipse,
ptArc,
ptClose
} |
Public Member Functions |
| | PointOperation (const double &ax=0.0, const double &ay=0.0, PrimitiveType op=ptMoveTo) |
Public Attributes |
| double | x |
| double | y |
| PrimitiveType | primitive |
Member Enumeration Documentation
|
|
- Enumerator:
-
| ptMoveTo |
|
| ptLineTo |
|
| ptPolyLine |
|
| ptBezier |
|
| ptRect |
|
| ptRoundRect |
|
| ptEllipse |
|
| ptArc |
|
| ptClose |
|
|
Constructor & Destructor Documentation
| VCF::GraphicsContext::PointOperation::PointOperation |
( |
const double & |
ax = 0.0, |
|
|
const double & |
ay = 0.0, |
|
|
PrimitiveType |
op = ptMoveTo |
|
) |
[inline] |
|
Member Data Documentation
The documentation for this struct was generated from the following file: