#include <dlg_load_deck_from_clipboard.h>
Public Member Functions | |
| DlgLoadDeckFromClipboard (QWidget *parent=nullptr) | |
| const DeckList & | getDeckList () override |
| Public Member Functions inherited from AbstractDlgDeckTextEdit | |
| AbstractDlgDeckTextEdit (QWidget *parent=nullptr) | |
Protected Slots | |
| void | actOK () override |
| void | actRefresh () override |
| Protected Slots inherited from AbstractDlgDeckTextEdit | |
| virtual void | actOK ()=0 |
| virtual void | actRefresh ()=0 |
Private Attributes | |
| DeckList | deckList |
Additional Inherited Members | |
| Protected Member Functions inherited from AbstractDlgDeckTextEdit | |
| void | setText (const QString &text) |
| bool | loadIntoDeck (DeckList &deckList) const |
| void | keyPressEvent (QKeyEvent *event) override |
Dialog window for the "Load deck from clipboard" action
|
explicit |
Creates the dialog window for the "Load deck from clipboard" action
| parent | The parent widget |
|
overrideprotectedslot |
|
overrideprotectedslot |
|
inlinenodiscardoverridevirtual |
Gets the loaded deck. Only call this method after this dialog window has been successfully exec'd.
Implements AbstractDlgDeckTextEdit.
|
private |