#include <SeExprEdEditable.h>
Public Member Functions | |
| SeExprEdAnimCurveEditable (const std::string &name, int startPos, int endPos) | |
| ~SeExprEdAnimCurveEditable () | |
| 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::string | name |
| int | startPos |
| int | endPos |
| std::string | link |
| std::string | animationSystemCurve |
| std::string | newText |
Definition at line 228 of file SeExprEdEditable.h.
| SeExprEdAnimCurveEditable::SeExprEdAnimCurveEditable | ( | const std::string & | name, | |
| int | startPos, | |||
| int | endPos | |||
| ) | [inline] |
Definition at line 239 of file SeExprEdEditable.h.
| SeExprEdAnimCurveEditable::~SeExprEdAnimCurveEditable | ( | ) | [inline] |
Definition at line 246 of file SeExprEdEditable.h.
| void SeExprEdAnimCurveEditable::appendString | ( | std::stringstream & | stream | ) | const [inline, virtual] |
Implements SeExprEdEditable.
Definition at line 257 of file SeExprEdEditable.h.
References SeExpr::curve, link, newText, and UNUSED.
| virtual bool SeExprEdAnimCurveEditable::controlsMatch | ( | const SeExprEdEditable & | other | ) | const [inline, virtual] |
Definition at line 278 of file SeExprEdEditable.h.
References UNUSED.
| bool SeExprEdAnimCurveEditable::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 248 of file SeExprEdEditable.h.
References animationSystemCurve.
| std::string SeExprEdAnimCurveEditable::str | ( | ) | const [inline, virtual] |
Reimplemented from SeExprEdEditable.
Definition at line 252 of file SeExprEdEditable.h.
References name.
| std::string SeExprEdAnimCurveEditable::animationSystemCurve |
Definition at line 236 of file SeExprEdEditable.h.
Referenced by parseComment().
Reimplemented from SeExprEdEditable.
Definition at line 231 of file SeExprEdEditable.h.
| std::string SeExprEdAnimCurveEditable::link |
Definition at line 235 of file SeExprEdEditable.h.
Referenced by appendString(), SeExprEdAnimCurveControl::refreshClicked(), and SeExprEdAnimCurveControl::SeExprEdAnimCurveControl().
| std::string SeExprEdAnimCurveEditable::name |
Reimplemented from SeExprEdEditable.
Definition at line 230 of file SeExprEdEditable.h.
Referenced by str().
| std::string SeExprEdAnimCurveEditable::newText |
Definition at line 237 of file SeExprEdEditable.h.
Referenced by appendString().
Reimplemented from SeExprEdEditable.
Definition at line 231 of file SeExprEdEditable.h.
1.6.1