|
LibreCAD
|
#include <QComboBox>#include <QString>#include <QColor>#include <QColorDialog>#include <cad/meta/metacolor.h>#include <cad/meta/layer.h>#include <managers/metainfomanager.h>

Go to the source code of this file.
Classes | |
| class | lc::ui::ColorSelect |
Namespaces | |
| lc | |
| lc::ui | |
Macros | |
| #define | BY_BLOCK "ByBlock" |
| #define | BY_LAYER "ByLayer" |
| #define | CUSTOM "Custom" |
| #define BY_BLOCK "ByBlock" |
Definition at line 12 of file colorselect.h.
| #define BY_LAYER "ByLayer" |
Definition at line 13 of file colorselect.h.
| #define CUSTOM "Custom" |
Definition at line 14 of file colorselect.h.