SeExpr
|
#include <ExprColorCurve.h>
Signals | |
void | selValChangedSignal (SeExpr2::Vec3d value) |
void | swatchChanged (QColor color) |
Public Member Functions | |
ExprCSwatchFrame (SeExpr2::Vec3d value, QWidget *parent=0) | |
~ExprCSwatchFrame () | |
void | setValue (const SeExpr2::Vec3d &value) |
SeExpr2::Vec3d | getValue () const |
Protected Member Functions | |
virtual void | paintEvent (QPaintEvent *event) |
virtual void | mousePressEvent (QMouseEvent *event) |
Private Attributes | |
SeExpr2::Vec3d | _value |
QColor | _color |
Definition at line 120 of file ExprColorCurve.h.
ExprCSwatchFrame::ExprCSwatchFrame | ( | SeExpr2::Vec3d | value, |
QWidget * | parent = 0 |
||
) |
Definition at line 346 of file ExprColorCurve.cpp.
|
inline |
Definition at line 125 of file ExprColorCurve.h.
SeExpr2::Vec3d ExprCSwatchFrame::getValue | ( | ) | const |
Definition at line 360 of file ExprColorCurve.cpp.
References _value.
Referenced by ExprColorCurve::getSwatchColor(), and VectorControl::swatchChanged().
|
protectedvirtual |
Definition at line 366 of file ExprColorCurve.cpp.
References _color, _value, selValChangedSignal(), and swatchChanged().
|
protectedvirtual |
Definition at line 338 of file ExprColorCurve.cpp.
|
signal |
Referenced by mousePressEvent().
void ExprCSwatchFrame::setValue | ( | const SeExpr2::Vec3d & | value | ) |
Definition at line 352 of file ExprColorCurve.cpp.
References _color, _value, and value().
Referenced by ExprColorCurve::cvSelectedSlot(), ExprColorCurve::setSwatchColor(), and VectorControl::setValue().
|
signal |
Referenced by mousePressEvent().
|
private |
Definition at line 140 of file ExprColorCurve.h.
Referenced by ExprCSwatchFrame(), mousePressEvent(), paintEvent(), and setValue().
|
private |
Definition at line 139 of file ExprColorCurve.h.
Referenced by ExprCSwatchFrame(), getValue(), mousePressEvent(), and setValue().