7#ifndef VISUAL_DECK_EDITOR_H
8#define VISUAL_DECK_EDITOR_H
24#include <qscrollarea.h>
47 void onSelectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected);
60 void onCardAddition(
const QModelIndex &parent,
int first,
int last);
61 void onCardRemoval(
const QModelIndex &parent,
int first,
int last);
The CardDatabaseDisplayModel is a QSortFilterProxyModel that allows applying filters and sorting to a...
The CardDatabaseModel maps the cardList contained in the CardDatabase as a QAbstractListModel.
Definition card_completer_proxy_model.h:13
Definition card_database_display_model.h:17
Definition card_database_model.h:16
Definition card_info_picture_with_text_overlay_widget.h:18
Qt model representing a decklist for use in views (tree/table).
Definition deck_list_model.h:200
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