#include <mgui/toolmlpt.h>
Inheritance diagram for MGUI::TOOL_MULTIPOINT:

Public Member Functions | |
| const DPOINT3D & | GetActivePoint () const |
| int | GetNumPoints () const |
| const DPOINT3D & | GetPoint (int index) const |
| const DOUBLE_ARRAY< DPOINT3D > | GetPoints () const |
| bool | IsActiveValid () const |
| void | SetMarker (MARKER marker, UINT16 size=0) |
| TOOL_MULTIPOINT (TOOLCANVAS *canvas) | |
| virtual | ~TOOL_MULTIPOINT () |
Protected Member Functions | |
| virtual void | v_OnChangeActiveElem () |
Definition at line 36 of file toolmlpt.h.
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Get active point coordinates.
Definition at line 48 of file toolmlpt.h. |
|
|
Get number of points.
Definition at line 52 of file toolmlpt.h. |
|
|
Get single point. If the index is out of range the results are unpredictable.
Definition at line 57 of file toolmlpt.h. |
|
|
Get points.
Definition at line 62 of file toolmlpt.h. |
|
|
Determine if "active" point is valid.
Definition at line 66 of file toolmlpt.h. |
|
||||||||||||
|
Set marker type and size. The default marker is MARKER_Plus with a size of 9 pixels.
|
|
|
Called when "active element" changed.
|
1.3.8-20040913