#include <dlg_load_deck_from_clipboard.h>
Public Member Functions | |
| DlgEditDeckInClipboard (const DeckList &_deckList, bool _annotated, 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 |
| bool | annotated |
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 "Edit deck in clipboard" action
|
explicit |
Creates the dialog window for the "Edit deck in clipboard" action
| _deckList | The existing deck in the deck editor. |
| _annotated | Whether to add annotations to the text that is loaded from the deck |
| 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 |
|
private |