|
SeExpr
|
#include <Editable.h>
Public Member Functions | |
| VectorEditable (const std::string &name, int startPos, int endPos, const SeExpr2::Vec3d &val) | |
| 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 | |
| SeExpr2::Vec3d | v |
| double | min |
| double | max |
| bool | isColor |
Public Attributes inherited from Editable | |
| std::string | name |
| int | startPos |
| int | endPos |
Definition at line 101 of file Editable.h.
|
inline |
Definition at line 105 of file Editable.h.
References Editable::Editable(), Editable::endPos, isColor, max, min, Editable::name, Editable::startPos, and v.
Referenced by controlsMatch().
|
inlinevirtual |
|
inlinevirtual |
Implements Editable.
Definition at line 126 of file Editable.h.
References Editable::Editable(), max, min, Editable::name, v, and VectorEditable().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from Editable.
Definition at line 118 of file Editable.h.
References max, min, Editable::name, and v.
| bool VectorEditable::isColor |
Definition at line 104 of file Editable.h.
Referenced by parseComment(), and VectorEditable().
| double VectorEditable::max |
Definition at line 103 of file Editable.h.
Referenced by controlsMatch(), parseComment(), str(), and VectorEditable().
| double VectorEditable::min |
Definition at line 103 of file Editable.h.
Referenced by controlsMatch(), parseComment(), str(), and VectorEditable().
| SeExpr2::Vec3d VectorEditable::v |
Definition at line 102 of file Editable.h.
Referenced by appendString(), controlsMatch(), str(), and VectorEditable().