#include <TaskDialogPython.h>
Public Member Functions | |
Py::Object | activeDialog (const Py::Tuple &) |
Py::Object | addTaskWatcher (const Py::Tuple &) |
Py::Object | clearTaskWatcher (const Py::Tuple &) |
Py::Object | closeDialog (const Py::Tuple &) |
ControlPy () | |
Py::Object | isAllowedAlterDocument (const Py::Tuple &) |
Py::Object | isAllowedAlterSelection (const Py::Tuple &) |
Py::Object | isAllowedAlterView (const Py::Tuple &) |
Py::Object | repr () |
Py::Object | showDialog (const Py::Tuple &) |
Py::Object | showModelView (const Py::Tuple &) |
Py::Object | showTaskView (const Py::Tuple &) |
~ControlPy () | |
Static Public Member Functions | |
static ControlPy * | getInstance () |
static void | init_type (void) |
ControlPy::ControlPy | ( | ) |
Referenced by getInstance().
ControlPy::~ControlPy | ( | ) |
Py::Object ControlPy::activeDialog | ( | const Py::Tuple & | args | ) |
References Gui::ControlSingleton::activeDialog(), and Gui::Control().
Referenced by init_type().
Py::Object ControlPy::addTaskWatcher | ( | const Py::Tuple & | args | ) |
References Gui::TaskView::TaskView::addTaskWatcher(), Gui::Control(), and Gui::ControlSingleton::taskPanel().
Referenced by init_type().
Py::Object ControlPy::clearTaskWatcher | ( | const Py::Tuple & | args | ) |
References Gui::TaskView::TaskView::clearTaskWatcher(), Gui::Control(), and Gui::ControlSingleton::taskPanel().
Referenced by init_type().
Py::Object ControlPy::closeDialog | ( | const Py::Tuple & | args | ) |
References Gui::ControlSingleton::closeDialog(), and Gui::Control().
Referenced by init_type().
|
static |
References ControlPy().
Referenced by Gui::Application::Application().
|
static |
Py::Object ControlPy::isAllowedAlterDocument | ( | const Py::Tuple & | args | ) |
References Gui::Control(), and Gui::ControlSingleton::isAllowedAlterDocument().
Referenced by init_type().
Py::Object ControlPy::isAllowedAlterSelection | ( | const Py::Tuple & | args | ) |
References Gui::Control(), and Gui::ControlSingleton::isAllowedAlterSelection().
Referenced by init_type().
Py::Object ControlPy::isAllowedAlterView | ( | const Py::Tuple & | args | ) |
References Gui::Control(), and Gui::ControlSingleton::isAllowedAlterView().
Referenced by init_type().
Py::Object ControlPy::repr | ( | ) |
Py::Object ControlPy::showDialog | ( | const Py::Tuple & | args | ) |
References Gui::ControlSingleton::activeDialog(), Gui::Control(), and Gui::ControlSingleton::showDialog().
Referenced by init_type().
Py::Object ControlPy::showModelView | ( | const Py::Tuple & | args | ) |
References Gui::Control(), and Gui::ControlSingleton::showModelView().
Referenced by init_type().
Py::Object ControlPy::showTaskView | ( | const Py::Tuple & | args | ) |
References Gui::Control(), and Gui::ControlSingleton::showTaskView().
Referenced by init_type().