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 115 of file ExprColorCurve.h.
ExprCSwatchFrame::ExprCSwatchFrame | ( | SeExpr2::Vec3d | value, |
QWidget * | parent = 0 |
||
) |
Definition at line 315 of file ExprColorCurve.cpp.
|
inline |
Definition at line 119 of file ExprColorCurve.h.
SeExpr2::Vec3d ExprCSwatchFrame::getValue | ( | ) | const |
Definition at line 326 of file ExprColorCurve.cpp.
References _value.
Referenced by ExprColorCurve::getSwatchColor(), and VectorControl::swatchChanged().
|
protectedvirtual |
Definition at line 328 of file ExprColorCurve.cpp.
References _color, _value, selValChangedSignal(), and swatchChanged().
|
protectedvirtual |
Definition at line 309 of file ExprColorCurve.cpp.
References _color.
|
signal |
Referenced by mousePressEvent().
void ExprCSwatchFrame::setValue | ( | const SeExpr2::Vec3d & | value | ) |
Definition at line 319 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 134 of file ExprColorCurve.h.
Referenced by ExprCSwatchFrame(), mousePressEvent(), paintEvent(), and setValue().
|
private |
Definition at line 133 of file ExprColorCurve.h.
Referenced by ExprCSwatchFrame(), getValue(), mousePressEvent(), and setValue().