#include <SeExprEdEditable.h>
Public Types | |
typedef SeExpr::SeCurve< TVAL > | Curve |
typedef SeExpr::SeCurve< TVAL >::CV | CV |
typedef Curve::InterpType | InterpType |
Public Member Functions | |
SeExprEdGenericCurveEditable (const std::string &name, int startPos, int endPos) | |
void | add (double x, const TVAL &y, int interp) |
bool | parseComment (const std::string &comment) |
parses a comment. if false is returned then delete the control from the editable | |
std::string | str () const |
void | appendString (std::stringstream &stream) const |
virtual bool | controlsMatch (const SeExprEdEditable &other) const |
Public Attributes | |
std::vector< CV > | cvs |
Definition at line 180 of file SeExprEdEditable.h.
typedef SeExpr::SeCurve<TVAL> SeExprEdGenericCurveEditable< TVAL >::Curve |
Definition at line 182 of file SeExprEdEditable.h.
typedef SeExpr::SeCurve<TVAL>::CV SeExprEdGenericCurveEditable< TVAL >::CV |
Definition at line 183 of file SeExprEdEditable.h.
typedef Curve::InterpType SeExprEdGenericCurveEditable< TVAL >::InterpType |
Definition at line 184 of file SeExprEdEditable.h.
SeExprEdGenericCurveEditable< TVAL >::SeExprEdGenericCurveEditable | ( | const std::string & | name, | |
int | startPos, | |||
int | endPos | |||
) | [inline] |
Definition at line 187 of file SeExprEdEditable.h.
void SeExprEdGenericCurveEditable< TVAL >::add | ( | double | x, | |
const TVAL & | y, | |||
int | interp | |||
) | [inline] |
Definition at line 191 of file SeExprEdEditable.h.
References SeExprEdGenericCurveEditable< TVAL >::cvs.
void SeExprEdGenericCurveEditable< TVAL >::appendString | ( | std::stringstream & | stream | ) | const [inline, virtual] |
Implements SeExprEdEditable.
Definition at line 204 of file SeExprEdEditable.h.
References SeExpr::SeCurve< T >::CV::_interp, SeExpr::SeCurve< T >::CV::_pos, SeExpr::SeCurve< T >::CV::_val, SeExprEdGenericCurveEditable< TVAL >::cvs, and printVal().
virtual bool SeExprEdGenericCurveEditable< TVAL >::controlsMatch | ( | const SeExprEdEditable & | other | ) | const [inline, virtual] |
Definition at line 213 of file SeExprEdEditable.h.
References UNUSED.
bool SeExprEdGenericCurveEditable< TVAL >::parseComment | ( | const std::string & | comment | ) | [inline, virtual] |
parses a comment. if false is returned then delete the control from the editable
Implements SeExprEdEditable.
Definition at line 195 of file SeExprEdEditable.h.
References UNUSED.
std::string SeExprEdGenericCurveEditable< TVAL >::str | ( | ) | const [inline, virtual] |
Reimplemented from SeExprEdEditable.
Definition at line 196 of file SeExprEdEditable.h.
References SeExprEdEditable::name.
std::vector<CV> SeExprEdGenericCurveEditable< TVAL >::cvs |
Definition at line 186 of file SeExprEdEditable.h.
Referenced by SeExprEdGenericCurveEditable< TVAL >::add(), SeExprEdGenericCurveEditable< TVAL >::appendString(), SeExprEdCCurveControl::curveChanged(), SeExprEdCurveControl::curveChanged(), SeExprEdCCurveControl::SeExprEdCCurveControl(), and SeExprEdCurveControl::SeExprEdCurveControl().