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

Public Member Functions | |
| const DPOINT2D & | GetPoint () const |
| GRTOOL_SELECTPOINT (GRTOOLVIEW *view) | |
| virtual | ~GRTOOL_SELECTPOINT () |
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 |
| DPOINT2D | m_point |
Definition at line 630 of file grtool.h.
|
|
Enumeration constants.
|
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Methods.
|
|
|
Methods called by the GRTOOL base class.
Implements MicroImages::GRTOOL. |
|
||||||||||||||||
|
Reimplemented from MicroImages::GRTOOL. |
|
|
Get tool point.
|
|
||||||||||||
|
Methods called directly by the equivalent GRTOOLVIEW method.
Implements MicroImages::GRTOOL. |
|
||||||||||||
|
Implements MicroImages::GRTOOL. |
|
|
|
|
|
Current cursor zone.
|
|
|
Tool position.
|
1.3.8-20040913