Guiliani  Version 2.5 revision 7293 (documentation build 13)
CGUIPoint Class Reference

CGUIPoint class to hold two values (x, y) like a vector. More...

#include <GUIPoint.h>

Public Member Functions

 CGUIPoint (const CGUIPoint &kPt)
 
 CGUIPoint (const eC_Value &vX, const eC_Value &vY)
 
CGUIPointoperator- ()
 
CGUIPointoperator= (const CGUIPoint &srcPt)
 
void ReadFromStream ()
 Helper method to stream GUIPoint attributes.
 
void WriteToStream ()
 Helper method to write GUIPoint attributes.
 

Public Attributes

eC_Value m_vX
 X-Value.
 
eC_Value m_vY
 Y-Value.
 

Detailed Description

CGUIPoint class to hold two values (x, y) like a vector.

Constructor & Destructor Documentation

◆ CGUIPoint() [1/2]

CGUIPoint::CGUIPoint ( const eC_Value &  vX,
const eC_Value &  vY 
)

Constructor

Parameters
vXX-value
vYY-value

◆ CGUIPoint() [2/2]

CGUIPoint::CGUIPoint ( const CGUIPoint kPt)

Copy constructor

Parameters
kPtWhere to copy from

Member Function Documentation

◆ operator-()

CGUIPoint & CGUIPoint::operator- ( )

Minus operator

Returns
Result of the operation

◆ operator=()

CGUIPoint & CGUIPoint::operator= ( const CGUIPoint srcPt)

Assignment operator

Parameters
srcPtWhere to copy from
Returns
Where to assign to

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