#include <formpanelgroup.h>

Public Member Functions | |
| CFormPanelGroup (CPrefs *myPrefs, QWidget *parent) | |
Protected Slots | |
| virtual void | languageChange () |
Protected Member Functions | |
| T_KEYPRESS void | setDef (const CPanelGroup &newdef) |
| void | setupMainWidget () |
Protected Attributes | |
| QTreeView * | treeview |
Definition at line 31 of file formpanelgroup.h.
| CFormPanelGroup::CFormPanelGroup | ( | CPrefs * | myPrefs, | |
| QWidget * | parent | |||
| ) |
Constructs a window to display a collection of panels.
| myPrefs | the user preferences | |
| parent | the parent widget |
Definition at line 34 of file formpanelgroup.cpp.
References languageChange(), setDef(), and setupMainWidget().
| void CFormPanelGroup::setDef | ( | const CPanelGroup & | newdef | ) | [protected] |
Replaces the current sail definition.
| newdef |
Definition at line 66 of file formpanelgroup.cpp.
References CSailViewerTabs::setObject(), CFormDocument::tabs, and treeview.
Referenced by CFormPanelGroup().
| void CFormPanelGroup::setupMainWidget | ( | ) | [protected] |
Creates the main widget
Definition at line 81 of file formpanelgroup.cpp.
References CFormDocument::tabs, and treeview.
Referenced by CFormPanelGroup().
| void CFormPanelGroup::languageChange | ( | ) | [protected, virtual, slot] |
Sets the strings of the subwidgets using the current language.
Definition at line 54 of file formpanelgroup.cpp.
References CSailViewerTabs::languageChange(), and CFormDocument::tabs.
Referenced by CFormPanelGroup().
QTreeView* CFormPanelGroup::treeview [protected] |
the tree view
Definition at line 48 of file formpanelgroup.h.
Referenced by setDef(), and setupMainWidget().
1.5.6