SeExpr
|
#include <Editable.h>
Public Member Functions | |
NumberEditable (const std::string &name, int startPos, int endPos, double 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 | |
double | v |
double | min |
double | max |
bool | isInt |
Public Attributes inherited from Editable | |
std::string | name |
int | startPos |
int | endPos |
Definition at line 66 of file Editable.h.
|
inline |
Definition at line 71 of file Editable.h.
|
inlinevirtual |
|
inlinevirtual |
Implements Editable.
Definition at line 104 of file Editable.h.
References isInt, max, min, Editable::name, and v.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from Editable.
Definition at line 97 of file Editable.h.
References isInt, max, min, Editable::name, and v.
bool NumberEditable::isInt |
Definition at line 70 of file Editable.h.
Referenced by controlsMatch(), NumberControl::NumberControl(), parseComment(), NumberControl::sliderChanged(), str(), and NumberControl::updateControl().
double NumberEditable::max |
Definition at line 69 of file Editable.h.
Referenced by controlsMatch(), NumberControl::NumberControl(), parseComment(), and str().
double NumberEditable::min |
Definition at line 69 of file Editable.h.
Referenced by controlsMatch(), NumberControl::NumberControl(), parseComment(), and str().
double NumberEditable::v |
Definition at line 68 of file Editable.h.
Referenced by appendString(), controlsMatch(), NumberControl::setValue(), str(), and NumberControl::updateControl().