#include <ViewerPoint.h>
Inheritance diagram for OglGui::ViewerPoint:


Public Member Functions | |
| ViewerPoint (OGLWND *oglWnd, OGLIMAGE *im, float x, float y, ViewListener *li=0) | |
| ViewerPoint (OGLVIEW *oglView, float x, float y) | |
| long long | GetId () |
| void | SetId (long long id) |
| virtual void | OnDrawView () |
| virtual void | AnimatePoint () |
| float | PointX () |
| void | PointX (float x) |
| float | PointY () |
| void | PointY (float y) |
| void | PointXY (float x, float y) |
Static Public Attributes | |
| static const int | cMagicNr = -32112321 |
Protected Attributes | |
| float | mX |
| float | mY |
| long long | mId |
Private Member Functions | |
| void | Init (float x, float y, long long id) |
Private Attributes | |
| float | mDeltaX |
| float | mDeltaY |
Definition at line 11 of file ViewerPoint.h.
1.5.1