|
LibreCAD
|
#include <cad/document/document.h>#include <QComboBox>#include <cad/meta/dxflinepattern.h>#include <widgets/linepatternpainter.h>#include <dialogs/addlinepatterndialog.h>#include <dialogs/linepatternmanager.h>#include <cadmdichild.h>

Go to the source code of this file.
Classes | |
| class | lc::ui::LinePatternSelect |
| Dropdown select for DxfLinePatterns. More... | |
Namespaces | |
| lc | |
| lc::ui | |
Macros | |
| #define | BY_BLOCK "ByBlock" |
| #define | BY_LAYER "ByLayer" |
| #define | NEW_LP "New line pattern" |
| #define | MANAGE_LP "Manage line patterns" |
| #define BY_BLOCK "ByBlock" |
Definition at line 13 of file linepatternselect.h.
| #define BY_LAYER "ByLayer" |
Definition at line 14 of file linepatternselect.h.
| #define MANAGE_LP "Manage line patterns" |
Definition at line 16 of file linepatternselect.h.
| #define NEW_LP "New line pattern" |
Definition at line 15 of file linepatternselect.h.