Public Member Functions | Public Attributes

ControlPoint Class Reference

#include <ControlPoint.hpp>

List of all members.

Public Member Functions

 ControlPoint (void)
 Default constructor.
 ControlPoint (float x)
 Constructor.
 ControlPoint (float x, float y)
 Constructor.
 ControlPoint (float x, float y, Color *color)
 Constructor.
virtual ~ControlPoint (void)
 Destructor.

Public Attributes

float x
float y
Colorcolor
bool selected
bool dragged

Constructor & Destructor Documentation

ControlPoint::ControlPoint ( void   )

Default constructor.

ControlPoint::ControlPoint ( float  _x )

Constructor.

Parameters:
_xThe x coordinate.
ControlPoint::ControlPoint ( float  _x,
float  _y 
)

Constructor.

Parameters:
_xThe x coordinate.
_yThe y coordinate.
ControlPoint::ControlPoint ( float  _x,
float  _y,
Color _color 
)

Constructor.

Parameters:
_xThe x coordinate.
_yThe y coordinate.
[in,out]_colorThe color.
ControlPoint::~ControlPoint ( void   ) [virtual]

Destructor.


Member Data Documentation


The documentation for this class was generated from the following files: