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

Public Member Functions | |
| GRTOOL_TEXT (GRTOOLVIEW *view) | |
| virtual | ~GRTOOL_TEXT () |
Private Types | |
| enum | ZONE { ZONE_NoFunction = 0, ZONE_Outside } |
Private Member Functions | |
| void | ComputeCursorZone (const DPOINT2D &) |
| virtual void | DoDraw (CDC *) |
| virtual void | OnLButtonDown (UINT nFlags, const CPoint &mpoint) |
| virtual void | OnMouseMove (UINT nFlags, const CPoint &mpoint) |
| void | UpdateCursor () const |
Private Attributes | |
| DOUBLE_ARRAY< DPOINT2D > | m_BasePoints |
| ZONE | m_CursorZone |
| double | m_MapScale |
| DPOINT2D | m_prevpt |
| TEXTSTYLE | m_Style |
| MISTRING | m_Text |
| double | m_TextHeight |
Definition at line 1749 of file grtool.h.
|
|
Enumeration constants.
|
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Methods.
|
|
|
Methods called by the GRTOOL base class.
Implements MicroImages::GRTOOL. |
|
||||||||||||
|
Methods called directly by the equivalent GRTOOLVIEW method.
Implements MicroImages::GRTOOL. |
|
||||||||||||
|
Implements MicroImages::GRTOOL. |
|
|
|
|
|
Tool position values.
|
|
|
Current cursor zone.
|
|
|
|
|
|
Previous point during button-down.
|
|
|
|
|
|
|
|
|
|
1.3.8-20040913