|
| PyObjectExpression (const App::DocumentObject *_owner=nullptr, PyObject *pyobj=nullptr, bool owned=false) |
|
void | setPyValue (Py::Object pyobj) |
|
void | setPyValue (PyObject *pyobj, bool owned=false) |
|
virtual Expression * | simplify () const override |
|
virtual | ~PyObjectExpression () |
|
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::map< App::DocumentObject *, bool > &, std::vector< std::string > *labels=nullptr) const |
|
std::map< App::DocumentObject *, bool > | getDepObjects (std::vector< std::string > *labels=nullptr) const |
|
void | getDeps (ExpressionDeps &deps, int option=DepNormal) const |
|
ExpressionDeps | getDeps (int option=DepNormal) const |
|
std::map< App::ObjectIdentifier, bool > | getIdentifiers () const |
|
void | getIdentifiers (std::map< App::ObjectIdentifier, bool > &) 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, bool checkComment=true) const |
|
virtual bool | isTouched () const |
|
virtual int | priority () const |
|
ExpressionPtr | replaceObject (const App::DocumentObject *parent, App::DocumentObject *oldObj, App::DocumentObject *newObj) const |
|
virtual Expression * | simplify () const =0 |
|
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...
|
|
| BaseClass (const BaseClass &)=default |
|
virtual PyObject * | getPyObject () |
| This method returns the Python wrapper for a C++ object. More...
|
|
virtual Type | getTypeId () const |
|
bool | isDerivedFrom (const Type type) const |
|
BaseClass & | operator= (const BaseClass &)=default |
|
virtual void | setPyObject (PyObject *) |
|
virtual | ~BaseClass () |
| Destruction. More...
|
|