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

Public Member Functions | |
| double | GetAngle () const |
| const DPOINT2D & | GetPoint () const |
| GRTOOL_CROSSHAIR (GRTOOLVIEW *view) | |
| GRTOOL_CROSSHAIR & | operator= (const DPOINT2D &rhs) |
| virtual | ~GRTOOL_CROSSHAIR () |
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 | |
| double | m_angle |
| ZONE | m_CursorZone |
| DPOINT2D | m_point |
Definition at line 852 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 rotation angle.
|
|
|
Get current crosshair position.
|
|
||||||||||||
|
Methods called directly by the equivalent GRTOOLVIEW method.
Implements MicroImages::GRTOOL. |
|
||||||||||||
|
Implements MicroImages::GRTOOL. |
|
|
Assignment from DPOINT2D.
|
|
|
|
|
|
Rotation angle.
|
|
|
Current cursor zone.
|
|
|
Tool position.
|
1.3.8-20040913