Gui::MainWindowPy Class Reference

#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< MainWindowPycreate (MainWindow *mw)
 
static Py::Object createWrapper (MainWindow *mw)
 
static PyObjectextension_object_new (PyTypeObject *subtype, PyObject *, PyObject *)
 
static void init_type ()
 
static Py::Object type ()
 

Constructor & Destructor Documentation

◆ MainWindowPy()

MainWindowPy::MainWindowPy ( MainWindow mw)

Referenced by extension_object_new().

◆ ~MainWindowPy()

MainWindowPy::~MainWindowPy ( )

Member Function Documentation

◆ create()

Py::ExtensionObject< MainWindowPy > MainWindowPy::create ( MainWindow mw)
static

◆ createWrapper()

◆ extension_object_new()

PyObject * MainWindowPy::extension_object_new ( PyTypeObject *  subtype,
PyObject ,
PyObject  
)
static

References MainWindowPy().

Referenced by init_type().

◆ getActiveWindow()

Py::Object MainWindowPy::getActiveWindow ( const Py::Tuple &  args)

References Gui::MDIView::getPyObject().

Referenced by init_type().

◆ getWindows()

Py::Object MainWindowPy::getWindows ( const Py::Tuple &  args)

Referenced by init_type().

◆ getWindowsOfType()

Py::Object MainWindowPy::getWindowsOfType ( const Py::Tuple &  args)

Referenced by init_type().

◆ init_type()

void MainWindowPy::init_type ( void  )
static

◆ repr()

Py::Object MainWindowPy::repr ( )

◆ setActiveWindow()

Py::Object MainWindowPy::setActiveWindow ( const Py::Tuple &  args)

Referenced by init_type().

◆ type()

Py::Object MainWindowPy::type ( )
static

The documentation for this class was generated from the following files: