#include <mi32/grtool.h>
Inheritance diagram for MicroImages::GRTOOL_POINT:

Public Member Functions | |
| const DPOINT3D & | GetPoint () const |
| GRTOOL_POINT (GRTOOLVIEW *view) | |
| GRTOOL_POINT & | operator= (const DPOINT3D &rhs) |
| GRTOOL_POINT & | operator= (const DPOINT2D &rhs) |
| void | SetMarker (MARKER marker, UINT16 size=0) |
| virtual | ~GRTOOL_POINT () |
Private Types | |
| enum | ZONE { ZONE_NoFunction = 0, ZONE_Outside } |
Private Member Functions | |
| void | ComputeCursorZone (const DPOINT2D &) |
| virtual void | DoDraw (CDC *) |
| virtual void | DoMove (double dx, double dy, ADJUSTFLAGS flags) |
| virtual void | OnLButtonDown (UINT nFlags, const CPoint &mpoint) |
| virtual void | OnMouseMove (UINT nFlags, const CPoint &mpoint) |
| void | UpdateCursor () const |
Private Attributes | |
| ZONE | m_CursorZone |
| MARKER | m_marker |
| UINT16 | m_markersize |
| DPOINT3D | m_point |
Definition at line 683 of file grtool.h.
|
|
Enumeration constants.
|
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Methods.
|
|
|
Methods called by the GRTOOL base class.
Implements MicroImages::GRTOOL. |
|
||||||||||||||||
|
Reimplemented from MicroImages::GRTOOL. |
|
|
Get current tool point coordinates.
|
|
||||||||||||
|
Methods called directly by the equivalent GRTOOLVIEW method.
Implements MicroImages::GRTOOL. |
|
||||||||||||
|
Implements MicroImages::GRTOOL. |
|
|
Assigment from DPOINT3D.
|
|
|
Assignment from DPOINT2D.
|
|
||||||||||||
|
Set marker type and size. The default marker is MARKER_Plus with a size of 9 pixels.
|
|
|
|
|
|
Current cursor zone.
|
|
|
Tool settings.
|
|
|
|
|
|
Tool position.
|
1.3.8-20040913