#include <EUC_Object.h>

Public Member Functions | |
| EUC_Point () | |
| EUC_Point (const UT_Vector2 &pos) | |
| virtual | ~EUC_Point () |
| virtual EUC_ObjType | getType () const |
| const UT_Vector2 & | getPos () const |
| void | setPos (const UT_Vector2 &pos) |
Protected Attributes | |
| UT_Vector2 | myPos |
Definition at line 61 of file EUC_Object.h.
| EUC_Point::EUC_Point | ( | ) |
Definition at line 57 of file EUC_Object.C.
| EUC_Point::EUC_Point | ( | const UT_Vector2 & | pos | ) |
Definition at line 62 of file EUC_Object.C.
| EUC_Point::~EUC_Point | ( | ) | [virtual] |
Definition at line 67 of file EUC_Object.C.
| const UT_Vector2& HDK_Sample::EUC_Point::getPos | ( | ) | const [inline] |
Definition at line 70 of file EUC_Object.h.
| virtual EUC_ObjType HDK_Sample::EUC_Point::getType | ( | void | ) | const [inline, virtual] |
| void HDK_Sample::EUC_Point::setPos | ( | const UT_Vector2 & | pos | ) | [inline] |
Definition at line 71 of file EUC_Object.h.
UT_Vector2 HDK_Sample::EUC_Point::myPos [protected] |
Definition at line 74 of file EUC_Object.h.
1.5.9