|
SeExpr
|
Control for editing a normal curve ramp. More...
#include <ExprControl.h>
Public Member Functions | |
| CurveControl (int id, CurveEditable *stringEditable) | |
Public Member Functions inherited from ExprControl | |
| ExprControl (int id, Editable *editable, bool showColorLink) | |
| virtual | ~ExprControl () |
| virtual QColor | getColor () |
| Interface for getting the color (used for linked color picking) | |
| virtual void | setColor (QColor color) |
| Interface for setting the color (used for linked color picking) | |
| void | linkDisconnect (int newId) |
Private Slots | |
| void | curveChanged () |
Private Attributes | |
| CurveEditable * | _curveEditable |
| curve model | |
| ExprCurve * | _curve |
| curve edit widget | |
Additional Inherited Members | |
Public Slots inherited from ExprControl | |
| void | linkStateChange (int state) |
Signals inherited from ExprControl | |
| void | controlChanged (int id) |
| void | linkColorEdited (int id, QColor color) |
| void | linkColorLink (int id) |
Protected Attributes inherited from ExprControl | |
| int | _id |
| bool | _updating |
| QHBoxLayout * | hbox |
| QCheckBox * | _colorLinkCB |
| QLabel * | _label |
| Editable * | _editable |
Control for editing a normal curve ramp.
Definition at line 248 of file ExprControl.h.
| CurveControl::CurveControl | ( | int | id, |
| CurveEditable * | stringEditable ) |
Definition at line 427 of file ExprControl.cpp.
References _curve, _curveEditable, SeExpr2::Curve< T >::CV::_interp, SeExpr2::Curve< T >::CV::_pos, SeExpr2::Curve< T >::CV::_val, curveChanged(), ExprControl::ExprControl(), and ExprControl::hbox.
|
privateslot |
Definition at line 442 of file ExprControl.cpp.
References _curve, _curveEditable, ExprControl::_id, and ExprControl::controlChanged().
Referenced by CurveControl().
|
private |
curve edit widget
Definition at line 254 of file ExprControl.h.
Referenced by curveChanged(), and CurveControl().
|
private |
curve model
Definition at line 252 of file ExprControl.h.
Referenced by curveChanged(), and CurveControl().