|
SeExpr
|
Variable equals vector control specification. More...
#include <ControlSpec.h>
Public Member Functions | |
| ExprVectorAssignSpec (const ExprAssignNode &node) | |
| virtual std::string | toString () const |
| Generates a replacement string based on changes to the spec. More... | |
| const Vec3d & | value () const |
Public Member Functions inherited from SeExpr2::ControlSpec | |
| ControlSpec (const ExprNode &node) | |
| virtual | ~ControlSpec () |
Static Public Member Functions | |
| static const ExprVectorAssignSpec * | match (const ExprNode *node) |
Private Attributes | |
| double | _min |
| Range of values. More... | |
| double | _max |
| Vec3d | _val |
| Current Value. More... | |
Additional Inherited Members | |
Protected Attributes inherited from SeExpr2::ControlSpec | |
| std::string | _name |
| Name of control. More... | |
| int | _start |
| Start position of text in original source. More... | |
| int | _end |
| End position of text in original source. More... | |
Variable equals vector control specification.
Definition at line 70 of file ControlSpec.h.
| SeExpr2::ExprVectorAssignSpec::ExprVectorAssignSpec | ( | const ExprAssignNode & | node | ) |
Definition at line 115 of file ControlSpec.cpp.
References _max, _min, SeExpr2::ControlSpec::_name, SeExpr2::findComment(), and SeExpr2::ExprAssignNode::name().
Referenced by match().
|
static |
Definition at line 152 of file ControlSpec.cpp.
References ExprVectorAssignSpec(), and SeExpr2::isVectorAssign().
Referenced by SeExpr2::SpecExaminer::examine().
|
virtual |
Generates a replacement string based on changes to the spec.
Implements SeExpr2::ControlSpec.
Definition at line 129 of file ControlSpec.cpp.
References _max, _min, SeExpr2::ControlSpec::_name, and value().
|
inline |
|
private |
Definition at line 81 of file ControlSpec.h.
Referenced by ExprVectorAssignSpec(), and toString().
|
private |
Range of values.
Definition at line 81 of file ControlSpec.h.
Referenced by ExprVectorAssignSpec(), and toString().
|
private |
1.8.5