7#ifndef CARD_GROUP_DISPLAY_WIDGET_H
8#define CARD_GROUP_DISPLAY_WIDGET_H
14#include <QItemSelectionModel>
35 void onSelectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected);
53 virtual void onCardAddition(
const QModelIndex &parent,
int first,
int last);
54 virtual void onCardRemoval(
const QModelIndex &parent,
int first,
int last);
55 void onDataChanged(
const QModelIndex &topLeft,
const QModelIndex &bottomRight,
const QVector<int> &roles);
80 layout->insertWidget(insertAt, toInsert);
85 layout->removeWidget(toRemove);
Qt model representing a decklist for use in views (tree/table).
Definition deck_list_model.h:217
Represents a specific card instance, defined by its CardInfo and a particular printing.
Definition exact_card.h:19