ColorPickerToolButton.h File Reference

Custom widget used to pick a color. More...

#include "../Config.h"
#include <QApplication>
#include <QColor>
#include <QColorDialog>
#include <QFrame>
#include <QGridLayout>
#include <QHash>
#include <QMouseEvent>
#include <QPainter>
#include <QRectF>
#include <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
 

Detailed Description

Custom widget used to pick a color.

Definition in file ColorPickerToolButton.h.

Macro Definition Documentation