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 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 | |
SeExpr2::Vec3d | v |
double | min |
double | max |
bool | isColor |
Public Attributes inherited from Editable | |
std::string | name |
int | startPos |
int | endPos |
Definition at line 114 of file Editable.h.
|
inline |
Definition at line 119 of file Editable.h.
|
inlinevirtual |
|
inlinevirtual |
Implements Editable.
Definition at line 141 of file Editable.h.
References max, min, Editable::name, and v.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from Editable.
Definition at line 133 of file Editable.h.
References max, min, Editable::name, and v.
bool VectorEditable::isColor |
Definition at line 118 of file Editable.h.
Referenced by parseComment(), VectorControl::sliderChanged(), VectorControl::updateControl(), and VectorControl::VectorControl().
double VectorEditable::max |
Definition at line 117 of file Editable.h.
Referenced by controlsMatch(), parseComment(), VectorControl::sliderChanged(), str(), and VectorControl::updateControl().
double VectorEditable::min |
Definition at line 117 of file Editable.h.
Referenced by controlsMatch(), parseComment(), VectorControl::sliderChanged(), str(), and VectorControl::updateControl().
SeExpr2::Vec3d VectorEditable::v |
Definition at line 116 of file Editable.h.
Referenced by appendString(), controlsMatch(), VectorControl::getColor(), VectorControl::setValue(), str(), VectorControl::updateControl(), and VectorControl::VectorControl().