Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

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

enum VCF::GraphicsContext::PointOperation::PrimitiveType
 

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

PrimitiveType VCF::GraphicsContext::PointOperation::primitive
 

double VCF::GraphicsContext::PointOperation::x
 

double VCF::GraphicsContext::PointOperation::y
 


The documentation for this struct was generated from the following file:
   Comments or Suggestions?    License Information