44#ifdef GUILIANI_STREAM_GUI
49#ifdef GUILIANI_WRITE_GUI
CGUIPoint class to hold two values (x, y) like a vector.
Definition: GUIPoint.h:18
CGUIPoint & operator=(const CGUIPoint &srcPt)
CGUIPoint(const CGUIPoint &kPt)
eC_Value m_vY
Y-Value.
Definition: GUIPoint.h:55
eC_Value m_vX
X-Value.
Definition: GUIPoint.h:54
void ReadFromStream()
Helper method to stream GUIPoint attributes.
void WriteToStream()
Helper method to write GUIPoint attributes.
CGUIPoint(const eC_Value &vX, const eC_Value &vY)