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 More... | |
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 238 of file Editable.h.
|
inline |
Definition at line 249 of file Editable.h.
|
inline |
Definition at line 256 of file Editable.h.
|
inlinevirtual |
Implements Editable.
Definition at line 267 of file Editable.h.
References SeExpr2::curve, it, link, newText, and UNUSED.
|
inlinevirtual |
|
inlinevirtual |
parses a comment. if false is returned then delete the control from the editable
Implements Editable.
Definition at line 258 of file Editable.h.
References animationSystemCurve.
|
inlinevirtual |
std::string AnimCurveEditable::animationSystemCurve |
Definition at line 246 of file Editable.h.
Referenced by parseComment().
int AnimCurveEditable::endPos |
Definition at line 241 of file Editable.h.
std::string AnimCurveEditable::link |
Definition at line 245 of file Editable.h.
Referenced by AnimCurveControl::AnimCurveControl(), appendString(), and AnimCurveControl::refreshClicked().
std::string AnimCurveEditable::name |
Definition at line 240 of file Editable.h.
Referenced by str().
std::string AnimCurveEditable::newText |
Definition at line 247 of file Editable.h.
Referenced by appendString().
int AnimCurveEditable::startPos |
Definition at line 241 of file Editable.h.