|
SeExpr
|
#include <Editable.h>
Public Member Functions | |
| StringEditable (int startPos, int endPos, const std::string &val) | |
| bool | parseComment (const std::string &comment) |
| parses a comment. if false is returned then delete the control from the editable | |
| void | appendString (std::stringstream &stream) const |
| std::string | str () 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 | v |
| std::string | type |
Public Attributes inherited from Editable | |
| std::string | name |
| int | startPos |
| int | endPos |
Definition at line 134 of file Editable.h.
|
inline |
Definition at line 137 of file Editable.h.
References Editable::Editable(), Editable::endPos, Editable::startPos, and v.
Referenced by controlsMatch().
|
inlinevirtual |
|
inlinevirtual |
Implements Editable.
Definition at line 161 of file Editable.h.
References Editable::Editable(), Editable::name, StringEditable(), type, and v.
|
inlinevirtual |
parses a comment. if false is returned then delete the control from the editable
Implements Editable.
Definition at line 139 of file Editable.h.
References Editable::name, and type.
|
inlinevirtual |
Reimplemented from Editable.
Definition at line 155 of file Editable.h.
References Editable::name, type, and v.
| std::string StringEditable::type |
Definition at line 136 of file Editable.h.
Referenced by controlsMatch(), parseComment(), and str().
| std::string StringEditable::v |
Definition at line 135 of file Editable.h.
Referenced by appendString(), controlsMatch(), str(), and StringEditable().