8#ifndef DECK_EDITOR_DECK_DOCK_WIDGET_H
9#define DECK_EDITOR_DECK_DOCK_WIDGET_H
45 return nameEdit->text().simplified();
60 void setDeck(DeckLoader *_deck);
66 bool swapCard(
const QModelIndex &idx);
110 void updateCard(QModelIndex,
const QModelIndex ¤t);
Defines the AbstractTabDeckEditor class, which provides a base for deck editor tabs in the applicatio...
AbstractTabDeckEditor is the base class for all deck editor tabs.
Definition abstract_tab_deck_editor.h:92
Definition deck_list_history_manager_widget.h:18
Qt model representing a decklist for use in views (tree/table).
Definition deck_list_model.h:200
Definition deck_list_style_proxy.h:7
Represents a complete deck, including metadata, zones, cards, and sideboard plans.
Definition deck_list.h:127
Represents a specific card instance, defined by its CardInfo and a particular printing.
Definition exact_card.h:19
Definition key_signals.h:15
Definition custom_line_edit.h:20