#include <ExpressionBindingPy.h>
Public Member Functions | |
| Py::Object | apply (const Py::Tuple &) |
| Py::Object | autoApply (const Py::Tuple &) |
| Py::Object | bind (const Py::Tuple &) |
| ExpressionBindingPy (ExpressionBinding *) | |
| Py::Object | hasExpression (const Py::Tuple &) |
| Py::Object | isBound (const Py::Tuple &) |
| Py::Object | repr () |
| Py::Object | setAutoApply (const Py::Tuple &) |
| ~ExpressionBindingPy () | |
Static Public Member Functions | |
| static void | init_type (void) |
| ExpressionBindingPy::ExpressionBindingPy | ( | ExpressionBinding * | expr | ) |
| ExpressionBindingPy::~ExpressionBindingPy | ( | ) |
| Py::Object ExpressionBindingPy::apply | ( | const Py::Tuple & | args | ) |
References Gui::ExpressionBinding::apply().
Referenced by init_type().
| Py::Object ExpressionBindingPy::autoApply | ( | const Py::Tuple & | args | ) |
References Gui::ExpressionBinding::autoApply().
Referenced by init_type().
| Py::Object ExpressionBindingPy::bind | ( | const Py::Tuple & | args | ) |
References Gui::ExpressionBinding::bind(), and App::ObjectIdentifier::parse().
Referenced by init_type().
| Py::Object ExpressionBindingPy::hasExpression | ( | const Py::Tuple & | args | ) |
References Gui::ExpressionBinding::hasExpression().
Referenced by init_type().
|
static |
References apply(), autoApply(), bind(), hasExpression(), isBound(), and setAutoApply().
Referenced by Gui::Application::Application().
| Py::Object ExpressionBindingPy::isBound | ( | const Py::Tuple & | args | ) |
References Gui::ExpressionBinding::isBound().
Referenced by init_type().
| Py::Object ExpressionBindingPy::repr | ( | ) |
| Py::Object ExpressionBindingPy::setAutoApply | ( | const Py::Tuple & | args | ) |
References Gui::ExpressionBinding::setAutoApply().
Referenced by init_type().