#include <widgetmanager.h>
Public Slots | |
| void | saveLayout (int layout=-1) |
| void | loadLayout (int layout=-1) |
| void | loadLayout (QWidget *widget, int layout=-1) |
| void | closeWidget (QWidget *widget) |
| void | registerWidget (QWidget *widget, QString name, QString className) |
| void | checkInList (QListViewItem *item, bool check) |
Public Member Functions | |
| WidgetManager (QApplication *a, QWidget *parent=0, const char *name=0) | |
| ~WidgetManager () | |
| QWidget * | getWidgetManagerTab () |
| void | startDisplay () |
Protected Slots | |
| void | _tab () |
| void | _help () |
| void | _config () |
| void | _manageWidget (QListViewItem *wListItem) |
| void | _setStyle (int) |
| void | closeEvent (QCloseEvent *e) |
Protected Attributes | |
| QTabWidget * | theTabWidget |
| QSplitter * | split |
| QFrame * | Frame11 |
| QToolButton * | ToolButton3 |
| QToolButton * | ToolButton4 |
| QToolButton * | ToolButton6 |
| QToolButton * | ToolButton5 |
| QToolButton * | ToolButton8 |
| QToolButton * | ToolButton10 |
| QToolButton * | ToolButton9 |
| QToolButton * | ToolButton7 |
| QVBoxLayout * | w2Layout |
| QGridLayout * | Frame11Layout |
| QFrame * | ShowHideFrame |
| QVBoxLayout * | ShowHideFrameLayout |
| QPopupMenu * | savemenu |
| QPopupMenu * | openmenu |
| QPopupMenu * | stylemenu |
Private Attributes | |
| bool | _TabIsVisible |
| QApplication * | _application |
| listToWidgetMap | _l2widget |
| widgetToListMap | _w2list |
| QListView * | _wlistview |
| int | _lastHeight |
| QStringList | _layouts |
| int | _currentProfile |
| int | _style |
| QStringList | styleList |
| WidgetManager::WidgetManager | ( | QApplication * | a, | |
| QWidget * | parent = 0, |
|||
| const char * | name = 0 | |||
| ) |
| WidgetManager::~WidgetManager | ( | ) |
| QWidget* WidgetManager::getWidgetManagerTab | ( | ) | [inline] |
| void WidgetManager::startDisplay | ( | ) |
| void WidgetManager::saveLayout | ( | int | layout = -1 |
) | [slot] |
| void WidgetManager::loadLayout | ( | int | layout = -1 |
) | [slot] |
| void WidgetManager::loadLayout | ( | QWidget * | widget, | |
| int | layout = -1 | |||
| ) | [slot] |
| void WidgetManager::closeWidget | ( | QWidget * | widget | ) | [slot] |
| void WidgetManager::registerWidget | ( | QWidget * | widget, | |
| QString | name, | |||
| QString | className | |||
| ) | [slot] |
| void WidgetManager::checkInList | ( | QListViewItem * | item, | |
| bool | check | |||
| ) | [slot] |
| void WidgetManager::_tab | ( | ) | [protected, slot] |
| void WidgetManager::_help | ( | ) | [protected, slot] |
| void WidgetManager::_config | ( | ) | [protected, slot] |
| void WidgetManager::_manageWidget | ( | QListViewItem * | wListItem | ) | [protected, slot] |
| void WidgetManager::_setStyle | ( | int | ) | [protected, slot] |
| void WidgetManager::closeEvent | ( | QCloseEvent * | e | ) | [protected, slot] |
QTabWidget* WidgetManager::theTabWidget [protected] |
QSplitter* WidgetManager::split [protected] |
QFrame* WidgetManager::Frame11 [protected] |
QToolButton* WidgetManager::ToolButton3 [protected] |
QToolButton* WidgetManager::ToolButton4 [protected] |
QToolButton* WidgetManager::ToolButton6 [protected] |
QToolButton* WidgetManager::ToolButton5 [protected] |
QToolButton* WidgetManager::ToolButton8 [protected] |
QToolButton* WidgetManager::ToolButton10 [protected] |
QToolButton* WidgetManager::ToolButton9 [protected] |
QToolButton* WidgetManager::ToolButton7 [protected] |
QVBoxLayout* WidgetManager::w2Layout [protected] |
QGridLayout* WidgetManager::Frame11Layout [protected] |
QFrame* WidgetManager::ShowHideFrame [protected] |
QVBoxLayout* WidgetManager::ShowHideFrameLayout [protected] |
QPopupMenu* WidgetManager::savemenu [protected] |
QPopupMenu * WidgetManager::openmenu [protected] |
QPopupMenu * WidgetManager::stylemenu [protected] |
bool WidgetManager::_TabIsVisible [private] |
QApplication* WidgetManager::_application [private] |
listToWidgetMap WidgetManager::_l2widget [private] |
widgetToListMap WidgetManager::_w2list [private] |
QListView* WidgetManager::_wlistview [private] |
int WidgetManager::_lastHeight [private] |
QStringList WidgetManager::_layouts [private] |
int WidgetManager::_currentProfile [private] |
int WidgetManager::_style [private] |
QStringList WidgetManager::styleList [private] |
1.5.1-p1