#include <vcolorpropertyeditor.h>
|
static QPixmap | GetColorPixmap (const QColor &color, quint32 size=16) |
| A little helper function generating an image to represent a color. More...
|
|
static QString | GetColorString (const QColor &color) |
| A helper function to convert a color into a string. More...
|
|
Definition at line 40 of file vcolorpropertyeditor.h.
◆ VColorPropertyEditor()
VPE::VColorPropertyEditor::VColorPropertyEditor |
( |
QWidget * |
parent | ) |
|
|
explicit |
◆ ~VColorPropertyEditor()
VPE::VColorPropertyEditor::~VColorPropertyEditor |
( |
| ) |
|
|
virtual |
◆ dataChanged
void VPE::VColorPropertyEditor::dataChanged |
( |
| ) |
|
|
signal |
◆ dataChangedByUser
void VPE::VColorPropertyEditor::dataChangedByUser |
( |
const QColor & |
GetColor, |
|
|
VColorPropertyEditor * |
editor |
|
) |
| |
|
signal |
This is emitted, when the user changes the color.
◆ eventFilter()
bool VPE::VColorPropertyEditor::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
ev |
|
) |
| |
|
virtual |
◆ GetColorPixmap()
QPixmap VPE::VColorPropertyEditor::GetColorPixmap |
( |
const QColor & |
color, |
|
|
quint32 |
size = 16 |
|
) |
| |
|
static |
◆ GetColorString()
QString VPE::VColorPropertyEditor::GetColorString |
( |
const QColor & |
color | ) |
|
|
static |
◆ getLineColor()
QColor VPE::VColorPropertyEditor::getLineColor |
( |
| ) |
const |
◆ onToolButtonClicked
void VPE::VColorPropertyEditor::onToolButtonClicked |
( |
| ) |
|
|
privateslot |
◆ setLineColor
void VPE::VColorPropertyEditor::setLineColor |
( |
const QColor & |
color_ | ) |
|
|
slot |
◆ Color
QColor VPE::VColorPropertyEditor::Color |
|
private |
◆ ColorLabel
QLabel* VPE::VColorPropertyEditor::ColorLabel |
|
private |
◆ Spacer
QSpacerItem* VPE::VColorPropertyEditor::Spacer |
|
private |
◆ TextLabel
QLabel* VPE::VColorPropertyEditor::TextLabel |
|
private |
◆ ToolButton
QToolButton* VPE::VColorPropertyEditor::ToolButton |
|
private |
The documentation for this class was generated from the following files: