#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 &) |
~ControlPy () | |
Static Public Member Functions | |
static ControlPy * | getInstance () |
static void | init_type (void) |
Definition at line 34 of file TaskDialogPython.h.
ControlPy::ControlPy | ( | ) |
Definition at line 73 of file TaskDialogPython.cpp.
Referenced by getInstance().
ControlPy::~ControlPy | ( | ) |
Definition at line 77 of file TaskDialogPython.cpp.
Py::Object ControlPy::activeDialog | ( | const Py::Tuple & | args | ) |
Definition at line 99 of file TaskDialogPython.cpp.
References Gui::ControlSingleton::activeDialog(), and Gui::Control().
Referenced by init_type().
Py::Object ControlPy::addTaskWatcher | ( | const Py::Tuple & | args | ) |
Definition at line 111 of file TaskDialogPython.cpp.
References Gui::TaskView::TaskView::addTaskWatcher(), Py::SeqBase< T >::begin(), Gui::Control(), Py::SeqBase< T >::end(), Sketcher::None, Gui::ControlSingleton::taskPanel(), and RobotExample::w.
Referenced by init_type().
Py::Object ControlPy::clearTaskWatcher | ( | const Py::Tuple & | ) |
Definition at line 126 of file TaskDialogPython.cpp.
References Gui::TaskView::TaskView::clearTaskWatcher(), Gui::Control(), Sketcher::None, and Gui::ControlSingleton::taskPanel().
Referenced by init_type().
Py::Object ControlPy::closeDialog | ( | const Py::Tuple & | ) |
Definition at line 105 of file TaskDialogPython.cpp.
References Gui::ControlSingleton::closeDialog(), Gui::Control(), and Sketcher::None.
Referenced by init_type().
ControlPy * ControlPy::getInstance | ( | ) | [static] |
Definition at line 48 of file TaskDialogPython.cpp.
References ControlPy().
Referenced by Gui::Application::Application().
void ControlPy::init_type | ( | void | ) | [static] |
Definition at line 55 of file TaskDialogPython.cpp.
References activeDialog(), Py::PythonExtension< ControlPy >::add_varargs_method(), addTaskWatcher(), Py::PythonExtension< ControlPy >::behaviors(), clearTaskWatcher(), closeDialog(), isAllowedAlterDocument(), isAllowedAlterSelection(), isAllowedAlterView(), and showDialog().
Referenced by Gui::Application::Application().
Py::Object ControlPy::isAllowedAlterDocument | ( | const Py::Tuple & | ) |
Definition at line 134 of file TaskDialogPython.cpp.
References Gui::Control(), and Gui::ControlSingleton::isAllowedAlterDocument().
Referenced by init_type().
Py::Object ControlPy::isAllowedAlterSelection | ( | const Py::Tuple & | ) |
Definition at line 146 of file TaskDialogPython.cpp.
References Gui::Control(), and Gui::ControlSingleton::isAllowedAlterSelection().
Referenced by init_type().
Py::Object ControlPy::isAllowedAlterView | ( | const Py::Tuple & | ) |
Definition at line 140 of file TaskDialogPython.cpp.
References Gui::Control(), and Gui::ControlSingleton::isAllowedAlterView().
Referenced by init_type().
Py::Object ControlPy::repr | ( | ) | [virtual] |
Reimplemented from Py::PythonExtensionBase.
Definition at line 81 of file TaskDialogPython.cpp.
Py::Object ControlPy::showDialog | ( | const Py::Tuple & | args | ) |
Definition at line 89 of file TaskDialogPython.cpp.
References Gui::ControlSingleton::activeDialog(), Gui::Control(), Sketcher::None, and Gui::ControlSingleton::showDialog().
Referenced by init_type().