Tool to break line into multiple sections. More...
#include <mgui/toolbreakline.h>

Public Member Functions | |
| TOOL_BREAKLINE (TOOLCANVAS *canvas) | |
| virtual | ~TOOL_BREAKLINE () |
| void | GetLines (POLYLINELIST &LineList) const |
| void | SetLine (const POLYLINE &PolyLine) |
| void | SetMarker (MARKER marker, UINT16 size=0) |
Tool to break line into multiple sections.
| MGUI::TOOL_BREAKLINE::TOOL_BREAKLINE | ( | TOOLCANVAS * | canvas | ) | [explicit] |
Constructor.
| virtual MGUI::TOOL_BREAKLINE::~TOOL_BREAKLINE | ( | ) | [virtual] |
Destructor.
| void MGUI::TOOL_BREAKLINE::GetLines | ( | POLYLINELIST & | LineList | ) | const |
Get the lines defined by the tool's break points.
| void MGUI::TOOL_BREAKLINE::SetLine | ( | const POLYLINE & | PolyLine | ) |
Set the line to break up.
Set marker type and size.
The default marker is MARKER_Plus with a size of 9 pixels.
| marker | New marker type | |
| size | New marker size, 0 to retain current size |
1.6.1