|
LibreCAD
|
Model used to construct line pattern path. More...
#include <linepatternpathpart.h>


Public Types | |
| enum | PathType { PATH_PLAIN, PATH_SPACE, PATH_DOT } |
Signals | |
| void | update () |
Public Member Functions | |
| LinePatternPathPart (QWidget *parent=0) | |
| Create empty model. More... | |
| LinePatternPathPart (double value, QWidget *parent=0) | |
| Create model pre-filled with value. More... | |
| PathType | type () |
| Return type (plain, space or dot) More... | |
| double | value () |
| Return length. More... | |
Private Slots | |
| void | onTypeChanged (const QString &value) |
| void | onValueChanged (double value) |
Private Attributes | |
| Ui::LinePatternPathPart * | ui |
Model used to construct line pattern path.
Definition at line 18 of file linepatternpathpart.h.
| LinePatternPathPart::LinePatternPathPart | ( | QWidget * | parent = 0 | ) |
Create empty model.
| parent | Pointer to parent widget |
Definition at line 6 of file linepatternpathpart.cpp.
| LinePatternPathPart::LinePatternPathPart | ( | double | value, |
| QWidget * | parent = 0 |
||
| ) |
Create model pre-filled with value.
| value | DXF size |
| parent | Pointer to parent widget |
Definition at line 10 of file linepatternpathpart.cpp.
|
privateslot |
Definition at line 61 of file linepatternpathpart.cpp.
|
privateslot |
Definition at line 74 of file linepatternpathpart.cpp.
| LinePatternPathPart::PathType LinePatternPathPart::type | ( | ) |
Return type (plain, space or dot)
Definition at line 43 of file linepatternpathpart.cpp.
|
signal |
| double LinePatternPathPart::value | ( | ) |
Return length.
Definition at line 57 of file linepatternpathpart.cpp.
|
private |
Definition at line 59 of file linepatternpathpart.h.