32 public: |
32 public: |
33 explicit GuiUtilities (QObject* parent); |
33 explicit GuiUtilities (QObject* parent); |
34 |
34 |
35 void fillUsedColorsToComboBox (class QComboBox* box); |
35 void fillUsedColorsToComboBox (class QComboBox* box); |
36 QColor mainColorRepresentation(); |
36 QColor mainColorRepresentation(); |
37 QVector<ColorToolbarItem> loadQuickColorList(); |
37 QVector<LDColor> loadQuickColorList(); |
38 }; |
38 }; |
39 |
39 |
40 QIcon makeColorIcon(LDColor color, int size); |
40 QIcon makeColorIcon(LDColor color, int size); |
41 void setColorButton(class QPushButton* button, LDColor color); |
41 void setColorButton(class QPushButton* button, LDColor color); |
42 void editObject(MainWindow* parent, LDObject* object); |
42 void editObject(MainWindow* parent, LDObject* object); |