#include <tab_home.h>
Public Member Functions | |
| TabHome (TabSupervisor *_tabSupervisor, AbstractClient *_client) | |
| void | retranslateUi () override |
| QString | getTabText () const override |
| Public Member Functions inherited from Tab | |
| Tab (TabSupervisor *_tabSupervisor) | |
| const QList< QMenu * > & | getTabMenus () const |
| TabSupervisor * | getTabSupervisor () const |
| bool | getContentsChanged () const |
| void | setContentsChanged (bool _contentsChanged) |
| virtual bool | closeRequest () |
| virtual void | tabActivated () |
Private Attributes | |
| AbstractClient * | client |
| HomeWidget * | homeWidget |
Additional Inherited Members | |
| Signals inherited from Tab | |
| void | userEvent (bool globalEvent=true) |
| void | tabTextChanged (Tab *tab, const QString &newTabText) |
| Protected Slots inherited from Tab | |
| void | showCardInfoPopup (const QPoint &pos, const CardRef &cardRef) |
| void | deleteCardInfoPopup (const QString &cardName) |
| Protected Member Functions inherited from Tab | |
| void | addTabMenu (QMenu *menu) |
| Protected Attributes inherited from Tab | |
| TabSupervisor * | tabSupervisor |
| TabHome::TabHome | ( | TabSupervisor * | _tabSupervisor, |
| AbstractClient * | _client ) |
|
inlinenodiscardoverridevirtual |
Implements Tab.
|
overridevirtual |
Implements Tab.
|
private |
|
private |