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 |
![]() | |
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 |
![]() | |
std::string | name |
int | startPos |
int | endPos |
Definition at line 101 of file Editable.h.
|
inline |
Definition at line 105 of file Editable.h.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
parses a comment. if false is returned then delete the control from the editable
Implements Editable.
Definition at line 108 of file Editable.h.
References isColor.
|
inlinevirtual |
Reimplemented from Editable.
Definition at line 118 of file Editable.h.
References Editable::name, and v.
bool VectorEditable::isColor |
Definition at line 104 of file Editable.h.
Referenced by parseComment(), VectorControl::sliderChanged(), VectorControl::updateControl(), and VectorControl::VectorControl().
double VectorEditable::max |
Definition at line 103 of file Editable.h.
Referenced by VectorControl::sliderChanged(), and VectorControl::updateControl().
double VectorEditable::min |
Definition at line 103 of file Editable.h.
Referenced by VectorControl::sliderChanged(), and VectorControl::updateControl().
SeExpr2::Vec3d VectorEditable::v |
Definition at line 102 of file Editable.h.
Referenced by appendString(), controlsMatch(), VectorControl::getColor(), VectorControl::setValue(), str(), and VectorControl::updateControl().