#include <ExpressionParser.h>
|
| | ConditionalExpression (const App::DocumentObject *_owner=0, Expression *_condition=0, Expression *_trueExpr=0, Expression *_falseExpr=0) |
| |
| virtual bool | isTouched () const override |
| |
| virtual int | priority () const override |
| |
| virtual Expression * | simplify () const override |
| |
| virtual | ~ConditionalExpression () |
| |
| virtual void | addComponent (Component *component) |
| |
| bool | adjustLinks (const std::set< App::DocumentObject * > &inList) |
| |
| Expression * | copy () const |
| |
| Expression * | eval () const |
| |
| | Expression (const App::DocumentObject *_owner) |
| |
| void | getDepObjects (std::set< App::DocumentObject * > &, std::vector< std::string > *labels=0) const |
| |
| std::set< App::DocumentObject * > | getDepObjects (std::vector< std::string > *labels=0) const |
| |
| ExpressionDeps | getDeps () const |
| |
| void | getDeps (ExpressionDeps &deps) const |
| |
| std::set< App::ObjectIdentifier > | getIdentifiers () const |
| |
| void | getIdentifiers (std::set< App::ObjectIdentifier > &) const |
| |
| App::DocumentObject * | getOwner () const |
| |
| Py::Object | getPyValue () const |
| |
| boost::any | getValueAsAny () const |
| |
| bool | hasComponent () const |
| |
| ExpressionPtr | importSubNames (const std::map< std::string, std::string > &nameMap) const |
| |
| bool | isSame (const Expression &other) const |
| |
| ExpressionPtr | replaceObject (const App::DocumentObject *parent, App::DocumentObject *oldObj, App::DocumentObject *newObj) const |
| |
| std::string | toString (bool persistent=false, bool checkPriority=false, int indent=0) const |
| |
| void | toString (std::ostream &os, bool persistent=false, bool checkPriority=false, int indent=0) const |
| |
| ExpressionPtr | updateLabelReference (App::DocumentObject *obj, const std::string &ref, const char *newLabel) const |
| |
| void | visit (ExpressionVisitor &v) |
| |
| virtual | ~Expression () |
| |
| | BaseClass () |
| | Construction. More...
|
| |
| virtual PyObject * | getPyObject (void) |
| | This method returns the Python wrapper for a C++ object. More...
|
| |
| virtual Type | getTypeId (void) const |
| |
| bool | isDerivedFrom (const Type type) const |
| |
| virtual void | setPyObject (PyObject *) |
| |
| virtual | ~BaseClass () |
| | Destruction. More...
|
| |
◆ ConditionalExpression()
◆ ~ConditionalExpression()
| ConditionalExpression::~ConditionalExpression |
( |
| ) |
|
|
virtual |
◆ isTouched()
| bool ConditionalExpression::isTouched |
( |
| ) |
const |
|
overridevirtual |
◆ priority()
| int ConditionalExpression::priority |
( |
| ) |
const |
|
overridevirtual |
◆ simplify()
| Expression * ConditionalExpression::simplify |
( |
| ) |
const |
|
overridevirtual |
◆ condition
◆ falseExpr
◆ trueExpr
The documentation for this class was generated from the following files:
- src/App/ExpressionParser.h
- src/App/Expression.cpp