|
SeExpr
|
#include <Editable.h>
Public Types | |
| typedef SeExpr2::Curve< TVAL > | Curve |
| typedef SeExpr2::Curve< TVAL >::CV | CV |
| typedef Curve::InterpType | InterpType |
Public Member Functions | |
| GenericCurveEditable (const std::string &name, int startPos, int endPos) | |
| void | add (double x, const TVAL &y, int interp) |
| bool | parseComment (const std::string &) |
| 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 Editable &other) const |
Public Member Functions inherited from Editable | |
| Editable (const std::string &name, int startPos, int endPos) | |
| void | updatePositions (const Editable &other) |
| virtual | ~Editable () |
Public Attributes | |
| std::vector< CV > | cvs |
Public Attributes inherited from Editable | |
| std::string | name |
| int | startPos |
| int | endPos |
Definition at line 170 of file Editable.h.
| typedef SeExpr2::Curve<TVAL> GenericCurveEditable< TVAL >::Curve |
Definition at line 171 of file Editable.h.
| typedef SeExpr2::Curve<TVAL>::CV GenericCurveEditable< TVAL >::CV |
Definition at line 172 of file Editable.h.
| typedef Curve::InterpType GenericCurveEditable< TVAL >::InterpType |
Definition at line 173 of file Editable.h.
|
inline |
Definition at line 176 of file Editable.h.
|
inline |
Definition at line 178 of file Editable.h.
|
inlinevirtual |
Implements Editable.
Definition at line 189 of file Editable.h.
|
inlinevirtual |
Implements Editable.
Definition at line 198 of file Editable.h.
|
inlinevirtual |
parses a comment. if false is returned then delete the control from the editable
Implements Editable.
Definition at line 180 of file Editable.h.
|
inlinevirtual |
Reimplemented from Editable.
Definition at line 181 of file Editable.h.
| std::vector<CV> GenericCurveEditable< TVAL >::cvs |
Definition at line 175 of file Editable.h.