My Project
SallyAPI::GUI::SendMessage::CParameterPoint Class Reference

Send message parameter point. More...

#include <ParameterPoint.h>

Inheritance diagram for SallyAPI::GUI::SendMessage::CParameterPoint:
SallyAPI::GUI::SendMessage::CParameterBase

List of all members.

Public Member Functions

 CParameterPoint (int x, int y)
 Constructor.
virtual ~CParameterPoint ()
 Destructor.
int GetX ()
 Get x coordinate.
int GetY ()
 Get y coordinate.

Detailed Description

Send message parameter point.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CParameterPoint::CParameterPoint ( int  x,
int  y 
)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
xThe x coordinate.
yThe y coordinate.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Get x coordinate.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The x coordinate.

Get y coordinate.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The y coordinate.

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines