|
KSeExpr 4.0.4.0
|
#include <Editable.h>
Public Types | |
| using | Curve = typename KSeExpr::Curve<TVAL> |
| using | CV = typename KSeExpr::Curve<TVAL>::CV |
| using | InterpType = typename Curve::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 &) override |
| parses a comment. if false is returned then delete the control from the editable | |
| std::string | str () const override |
| void | appendString (std::stringstream &stream) const override |
| bool | controlsMatch (const Editable &other) const override |
| Public Member Functions inherited from Editable | |
| Editable (const std::string &name, int startPos, int endPos) | |
| Editable & | operator= (const Editable &)=default |
| Editable & | operator= (Editable &&)=default |
| Editable (const Editable &)=default | |
| Editable (Editable &&)=default | |
| void | updatePositions (const Editable &other) |
| virtual | ~Editable ()=default |
Public Attributes | |
| std::vector< CV > | cvs |
| Public Attributes inherited from Editable | |
| std::string | name |
| int | startPos |
| int | endPos |
Definition at line 94 of file Editable.h.
| using GenericCurveEditable< TVAL >::Curve = typename KSeExpr::Curve<TVAL> |
Definition at line 95 of file Editable.h.
| using GenericCurveEditable< TVAL >::CV = typename KSeExpr::Curve<TVAL>::CV |
Definition at line 96 of file Editable.h.
| using GenericCurveEditable< TVAL >::InterpType = typename Curve::InterpType |
Definition at line 97 of file Editable.h.
|
inline |
Definition at line 100 of file Editable.h.
|
inline |
Definition at line 105 of file Editable.h.
|
inlineoverridevirtual |
Implements Editable.
Definition at line 122 of file Editable.h.
|
inlineoverridevirtual |
Implements Editable.
Definition at line 131 of file Editable.h.
|
inlineoverridevirtual |
parses a comment. if false is returned then delete the control from the editable
Implements Editable.
Definition at line 110 of file Editable.h.
|
inlineoverridevirtual |
Reimplemented from Editable.
Definition at line 114 of file Editable.h.
| std::vector<CV> GenericCurveEditable< TVAL >::cvs |
Definition at line 99 of file Editable.h.