|
MagicSmoke
$VERSION$
|
Main Overview Window. More...
#include <tabwin.h>
Public Slots | |
| virtual QMenu * | addMenu (QString) |
| add a menu to the left side, where it is visible for all tabs More... | |
| virtual void | addTab (QWidget *tab, QString title, QList< QMenu * >menu=QList< QMenu * >()) |
| add a tab More... | |
| QWidget * | currentTab () const |
| returns the current tab More... | |
| QMenu * | helpMenu () const |
| returns a pointer to the help menu More... | |
| void | setCurrentTab (QWidget *) |
| set the current tab More... | |
| void | setTabEnabled (QWidget *, bool) |
| enables/disables a tab More... | |
| void | setWindowTitle (const QString &) |
| overrides QWidget::setWindowTitle(const QString&) - adds basic session info More... | |
Public Member Functions | |
| MTabWin (QString, QWidget *parent=0) | |
| construct the window with web-request/session handler and QSettings-key for current profile More... | |
| ~MTabWin () | |
Protected Slots | |
| virtual void | tabChanged (int tabid=-1) |
| generic check which tab is active More... | |
Protected Attributes | |
| QString | profilekey |
Main Overview Window.
| MTabWin::MTabWin | ( | QString | pk, |
| QWidget * | parent = 0 |
||
| ) |
construct the window with web-request/session handler and QSettings-key for current profile
References MApplication::helpMenu(), profilekey, req, setWindowTitle(), and tabChanged().
| MTabWin::~MTabWin | ( | ) |
|
virtualslot |
add a menu to the left side, where it is visible for all tabs
Referenced by MOverview::MOverview().
|
virtualslot |
add a tab
Referenced by MOverview::MOverview().
|
slot |
returns the current tab
|
slot |
returns a pointer to the help menu
|
slot |
set the current tab
Referenced by MOverview::MOverview(), and MOverview::switchToCartTab().
|
slot |
enables/disables a tab
Referenced by MOverview::MOverview().
|
slot |
overrides QWidget::setWindowTitle(const QString&) - adds basic session info
References profilekey, and req.
Referenced by MTabWin().
|
protectedvirtualslot |
generic check which tab is active
Referenced by MTabWin().
|
protected |
Referenced by MOverview::doBackup(), MTabWin(), MOverview::refreshData(), and setWindowTitle().