#include <CQEffectDescriptionEdit.h>
Definition at line 12 of file CQEffectDescriptionEdit.h.
CQEffectDescriptionEdit::CQEffectDescriptionEdit |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
CQEffectDescriptionEdit::~CQEffectDescriptionEdit |
( |
| ) |
|
Definition at line 47 of file CQEffectDescriptionEdit.cpp.
References CQEffectDescription::Colorize, CQEffectDescription::DropShadow, CQEffectDescription::getCN(), CQEffectDescription::getEndColor(), CQEffectDescription::getMode(), CQEffectDescription::getScaleEnd(), CQEffectDescription::getScaleStart(), CQEffectDescription::getStartColor(), CQEffectDescription::Scale, and setColor().
53 txtObjectName->setText(
"");
55 txtObjectName->setText(other->
getCN().c_str());
57 txtScaleStart->setText(QString::number(other->
getScaleStart()));
58 txtScaleEnd->setText(QString::number(other->
getScaleEnd()));
63 radColorize->setChecked(
true);
67 radShadow->setChecked(
true);
72 radScale->setChecked(
true);
const QColor & getEndColor() const
const std::string & getCN() const
void setColor(QLabel *widget, const QColor &color)
qreal getScaleEnd() const
const QColor & getStartColor() const
qreal getScaleStart() const
void CQEffectDescriptionEdit::slotModeChanged |
( |
| ) |
|
|
slot |
void CQEffectDescriptionEdit::slotScaleEndChanged |
( |
QString |
| ) |
|
|
slot |
void CQEffectDescriptionEdit::slotScaleStartChanged |
( |
QString |
| ) |
|
|
slot |
void CQEffectDescriptionEdit::slotSelectColorEnd |
( |
| ) |
|
|
slot |
void CQEffectDescriptionEdit::slotSelectColorStart |
( |
| ) |
|
|
slot |
void CQEffectDescriptionEdit::slotSelectObject |
( |
| ) |
|
|
slot |
The documentation for this class was generated from the following files: