#include <MainWindowPy.h>
Public Member Functions | |
Py::Object | getActiveWindow (const Py::Tuple &) |
Py::Object | getWindows (const Py::Tuple &) |
Py::Object | getWindowsOfType (const Py::Tuple &) |
MainWindowPy (MainWindow *mw) | |
Py::Object | repr () |
Py::Object | setActiveWindow (const Py::Tuple &) |
~MainWindowPy () | |
Static Public Member Functions | |
static Py::ExtensionObject< MainWindowPy > | create (MainWindow *mw) |
static Py::Object | createWrapper (MainWindow *mw) |
static PyObject * | extension_object_new (PyTypeObject *subtype, PyObject *, PyObject *) |
static void | init_type () |
static Py::Object | type () |
MainWindowPy::MainWindowPy | ( | MainWindow * | mw | ) |
Referenced by extension_object_new().
MainWindowPy::~MainWindowPy | ( | ) |
|
static |
References type().
Referenced by draftguitools.gui_labels.Label::action(), and createWrapper().
|
static |
|
static |
References MainWindowPy().
Referenced by init_type().
Py::Object MainWindowPy::getActiveWindow | ( | const Py::Tuple & | args | ) |
References Gui::MDIView::getPyObject().
Referenced by init_type().
Py::Object MainWindowPy::getWindows | ( | const Py::Tuple & | args | ) |
Referenced by init_type().
Py::Object MainWindowPy::getWindowsOfType | ( | const Py::Tuple & | args | ) |
Referenced by init_type().
|
static |
References extension_object_new(), getActiveWindow(), getWindows(), getWindowsOfType(), and setActiveWindow().
Referenced by Gui::Application::Application().
Py::Object MainWindowPy::repr | ( | ) |
Py::Object MainWindowPy::setActiveWindow | ( | const Py::Tuple & | args | ) |
Referenced by init_type().
|
static |
Referenced by ArchProfile.ProfileTaskPanel::accept(), create(), and ArchProfile.ProfileTaskPanel::retranslateUi().