#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 | showTaskView (const Py::Tuple &) |
~ControlPy () | |
Static Public Member Functions | |
static ControlPy * | getInstance () |
static void | init_type (void) |
Constructor & Destructor Documentation
◆ ControlPy()
ControlPy::ControlPy | ( | ) |
Referenced by getInstance().
◆ ~ControlPy()
ControlPy::~ControlPy | ( | ) |
Member Function Documentation
◆ activeDialog()
Py::Object ControlPy::activeDialog | ( | const Py::Tuple & | ) |
References Gui::ControlSingleton::activeDialog(), and Gui::Control().
Referenced by init_type().
◆ addTaskWatcher()
Py::Object ControlPy::addTaskWatcher | ( | const Py::Tuple & | args | ) |
References Gui::TaskView::TaskView::addTaskWatcher(), Gui::Control(), and Gui::ControlSingleton::taskPanel().
Referenced by init_type().
◆ clearTaskWatcher()
Py::Object ControlPy::clearTaskWatcher | ( | const Py::Tuple & | ) |
References Gui::TaskView::TaskView::clearTaskWatcher(), Gui::Control(), and Gui::ControlSingleton::taskPanel().
Referenced by init_type().
◆ closeDialog()
Py::Object ControlPy::closeDialog | ( | const Py::Tuple & | ) |
References Gui::ControlSingleton::closeDialog(), and Gui::Control().
Referenced by init_type().
◆ getInstance()
|
static |
References ControlPy().
Referenced by Gui::Application::Application().
◆ init_type()
|
static |
References activeDialog(), addTaskWatcher(), clearTaskWatcher(), closeDialog(), isAllowedAlterDocument(), isAllowedAlterSelection(), isAllowedAlterView(), showDialog(), and showTaskView().
Referenced by Gui::Application::Application().
◆ isAllowedAlterDocument()
Py::Object ControlPy::isAllowedAlterDocument | ( | const Py::Tuple & | ) |
References Gui::Control(), and Gui::ControlSingleton::isAllowedAlterDocument().
Referenced by init_type().
◆ isAllowedAlterSelection()
Py::Object ControlPy::isAllowedAlterSelection | ( | const Py::Tuple & | ) |
References Gui::Control(), and Gui::ControlSingleton::isAllowedAlterSelection().
Referenced by init_type().
◆ isAllowedAlterView()
Py::Object ControlPy::isAllowedAlterView | ( | const Py::Tuple & | ) |
References Gui::Control(), and Gui::ControlSingleton::isAllowedAlterView().
Referenced by init_type().
◆ repr()
Py::Object ControlPy::repr | ( | ) |
◆ showDialog()
Py::Object ControlPy::showDialog | ( | const Py::Tuple & | args | ) |
References Gui::ControlSingleton::activeDialog(), Gui::Control(), and Gui::ControlSingleton::showDialog().
Referenced by init_type().
◆ showTaskView()
Py::Object ControlPy::showTaskView | ( | const Py::Tuple & | ) |
References Gui::Control(), and Gui::ControlSingleton::showTaskView().
Referenced by init_type().
The documentation for this class was generated from the following files:
- src/Gui/TaskView/TaskDialogPython.h
- src/Gui/TaskView/TaskDialogPython.cpp