|
SeExpr
|
#include <Editable.h>
Public Member Functions | |
| DeepWaterEditable (const std::string &name, int startPos, int endPos) | |
| void | setParams (const SeDeepWaterParams ¶msIn) |
| bool | parseComment (const std::string &) |
| 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 | |
| SeDeepWaterParams | params |
Public Attributes inherited from Editable | |
| std::string | name |
| int | startPos |
| int | endPos |
Definition at line 327 of file Editable.h.
|
inline |
Definition at line 330 of file Editable.h.
References Editable::Editable(), Editable::endPos, Editable::name, and Editable::startPos.
Referenced by controlsMatch().
|
inlinevirtual |
|
inlinevirtual |
Implements Editable.
Definition at line 357 of file Editable.h.
References DeepWaterEditable(), Editable::Editable(), and UNUSED.
|
inlinevirtual |
parses a comment. if false is returned then delete the control from the editable
Implements Editable.
Definition at line 334 of file Editable.h.
|
inline |
Definition at line 332 of file Editable.h.
References params.
|
inlinevirtual |
| SeDeepWaterParams DeepWaterEditable::params |
Definition at line 328 of file Editable.h.
Referenced by appendString(), DeepWaterControl::DeepWaterControl(), and setParams().