|
SeExpr
|
#include <Editable.h>
Public Member Functions | |
| AnimCurveEditable (const std::string &name, int startPos, int endPos) | |
| ~AnimCurveEditable () | |
| 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 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::string | name |
| int | startPos |
| int | endPos |
| std::string | link |
| std::string | animationSystemCurve |
| std::string | newText |
Public Attributes inherited from Editable | |
| std::string | name |
| int | startPos |
| int | endPos |
Definition at line 211 of file Editable.h.
|
inline |
Definition at line 221 of file Editable.h.
References Editable::Editable(), endif(), endPos, name, and startPos.
Referenced by controlsMatch().
|
inline |
Definition at line 230 of file Editable.h.
|
inlinevirtual |
|
inlinevirtual |
Implements Editable.
Definition at line 263 of file Editable.h.
References AnimCurveEditable(), Editable::Editable(), and UNUSED.
|
inlinevirtual |
parses a comment. if false is returned then delete the control from the editable
Implements Editable.
Definition at line 232 of file Editable.h.
References animationSystemCurve.
|
inlinevirtual |
| std::string AnimCurveEditable::animationSystemCurve |
Definition at line 218 of file Editable.h.
Referenced by parseComment().
| int AnimCurveEditable::endPos |
Definition at line 213 of file Editable.h.
Referenced by AnimCurveEditable().
| std::string AnimCurveEditable::link |
Definition at line 217 of file Editable.h.
Referenced by appendString().
| std::string AnimCurveEditable::name |
Definition at line 212 of file Editable.h.
Referenced by AnimCurveEditable(), and str().
| std::string AnimCurveEditable::newText |
Definition at line 219 of file Editable.h.
Referenced by appendString().
| int AnimCurveEditable::startPos |
Definition at line 213 of file Editable.h.
Referenced by AnimCurveEditable().