#include <tab_deck_storage_visual.h>
Public Slots | |
| void | actOpenLocalDeck (const QString &filePath) |
Signals | |
| void | openDeckEditor (DeckLoader *deckLoader) |
| Signals inherited from Tab | |
| void | userEvent (bool globalEvent=true) |
| void | tabTextChanged (Tab *tab, const QString &newTabText) |
Public Member Functions | |
| TabDeckStorageVisual (TabSupervisor *_tabSupervisor) | |
| 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 | |
| VisualDeckStorageWidget * | visualDeckStorageWidget |
Additional Inherited Members | |
| 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 |
|
explicit |
|
slot |
|
inlinenodiscardoverridevirtual |
Implements Tab.
|
signal |
|
inlineoverridevirtual |
Implements Tab.
|
private |