Custom widget used to pick a color. More...
#include "../Config.h"#include <QtGui/QApplication>#include <QtGui/QColor>#include <QtGui/QColorDialog>#include <QtGui/QFrame>#include <QtGui/QGridLayout>#include <QtCore/QHash>#include <QtGui/QMouseEvent>#include <QtGui/QPainter>#include <QtCore/QRectF>#include <QtGui/QToolButton>Go to the source code of this file.
Classes | |
| class | te::qt::widgets::ColorKeyInfo |
| Associate a rect to a color. More... | |
| class | te::qt::widgets::ColorPickerPopup |
| Create a frame with a default color palette. More... | |
| class | te::qt::widgets::ColorPickerToolButton |
| Custom tool button used to pick a color. More... | |
Namespaces | |
| te | |
| URI C++ Library. | |
| te::qt | |
| Namespace for the Qt module of TerraLib. | |
| te::qt::widgets | |
| Namespace for the Qt Widgets module of TerraLib. | |
Macros | |
| #define | COLORSIZE 20 |
| #define | COLS 8 |
| #define | MARGINX 4 |
| #define | MARGINY 19 |
| #define | SPACE 4 |
Custom widget used to pick a color.
Definition in file ColorPickerToolButton.h.
| #define COLORSIZE 20 |
Definition at line 44 of file ColorPickerToolButton.h.
Referenced by te::qt::widgets::ColorPickerPopup::ColorPickerPopup(), and te::qt::widgets::ColorPickerPopup::paintEvent().
| #define COLS 8 |
Definition at line 45 of file ColorPickerToolButton.h.
Referenced by te::qt::widgets::ColorPickerPopup::ColorPickerPopup(), and te::qt::widgets::ColorPickerPopup::paintEvent().
| #define MARGINX 4 |
Definition at line 48 of file ColorPickerToolButton.h.
Referenced by te::qt::widgets::ColorPickerPopup::ColorPickerPopup(), and te::qt::widgets::ColorPickerPopup::paintEvent().
| #define MARGINY 19 |
Definition at line 47 of file ColorPickerToolButton.h.
Referenced by te::qt::widgets::ColorPickerPopup::ColorPickerPopup(), and te::qt::widgets::ColorPickerPopup::paintEvent().
| #define SPACE 4 |
Definition at line 46 of file ColorPickerToolButton.h.
Referenced by te::qt::widgets::ColorPickerPopup::ColorPickerPopup(), and te::qt::widgets::ColorPickerPopup::paintEvent().