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 More... | |
std::string | str () const override |
void | appendString (std::stringstream &stream) const override |
bool | controlsMatch (const Editable &other) const override |
![]() | |
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 |
![]() | |
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.
References GenericCurveEditable< TVAL >::cvs.
|
inlineoverridevirtual |
Implements Editable.
Definition at line 122 of file Editable.h.
References GenericCurveEditable< TVAL >::cvs, and printVal().
|
inlineoverridevirtual |
|
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 |
std::vector<CV> GenericCurveEditable< TVAL >::cvs |
Definition at line 99 of file Editable.h.
Referenced by GenericCurveEditable< TVAL >::add(), GenericCurveEditable< TVAL >::appendString(), CCurveControl::CCurveControl(), CurveControl::curveChanged(), CCurveControl::curveChanged(), and CurveControl::CurveControl().