![]() |
![]() |
Public Member Functions | |
def | __init__ |
def | controller |
def | mainWindow |
def | setController |
def | setMainWindow |
def | setTabWidget |
def | tabWidget |
Private Attributes | |
_controller | |
_mainWindow | |
_tabWidget |
Abstract class for tabs to which a TabController can be attached.
Definition at line 1 of file AbstractTab.py.
def python::Vispa::Main::AbstractTab::AbstractTab::__init__ | ( | self | ) |
Definition at line 4 of file AbstractTab.py.
def python::Vispa::Main::AbstractTab::AbstractTab::controller | ( | self | ) |
Definition at line 17 of file AbstractTab.py.
def python::Vispa::Main::AbstractTab::AbstractTab::mainWindow | ( | self | ) |
Returns the main window widget. Especially for dialog boxes.
Definition at line 37 of file AbstractTab.py.
def python::Vispa::Main::AbstractTab::AbstractTab::setController | ( | self, | |
controller | |||
) |
Attaches a controller to the Tab, The controller() variable of the Tab and the tab() variable of the controller are set.
Definition at line 9 of file AbstractTab.py.
def python::Vispa::Main::AbstractTab::AbstractTab::setMainWindow | ( | self, | |
main | |||
) |
Sets the mainWindow variable, which is returned by mainWindow().
Definition at line 32 of file AbstractTab.py.
def python::Vispa::Main::AbstractTab::AbstractTab::setTabWidget | ( | self, | |
widget | |||
) |
Sets the tabWidget variable, which is returned by tabWidget().
Definition at line 20 of file AbstractTab.py.
def python::Vispa::Main::AbstractTab::AbstractTab::tabWidget | ( | self | ) |
Returns the tabWidget set by setTabWidget(). Important for updating the tab's label etc.
Definition at line 25 of file AbstractTab.py.
Definition at line 4 of file AbstractTab.py.
Definition at line 4 of file AbstractTab.py.
Definition at line 4 of file AbstractTab.py.