#include <complexplayground.h>
Public Member Functions | |
| PolyLine () | |
| int | parse (std::list< char * > lines) |
| try to parses a PolyLine at the start of the list of lines and returns the consumed lines 1: no success; >=2 success | |
| void | print () |
Public Attributes | |
| int | object_code |
| int | sub_type |
| int | line_style |
| int | thickness |
| int | depth |
| std::list< Pos > | points |
| PolyLine | ( | ) | [inline] |
| int parse | ( | std::list< char * > | lines | ) |
try to parses a PolyLine at the start of the list of lines and returns the consumed lines 1: no success; >=2 success
| void print | ( | ) |
| int depth |
| int line_style |
| int object_code |
| int sub_type |
| int thickness |
1.4.7