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);
55 virtual void onCardAddition(
const QModelIndex &parent,
int first,
int last);
56 virtual void onCardRemoval(
const QModelIndex &parent,
int first,
int last);
57 void onDataChanged(
const QModelIndex &topLeft,
const QModelIndex &bottomRight,
const QVector<int> &roles);
82 layout->insertWidget(insertAt, toInsert);
87 layout->removeWidget(toRemove);
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:214
Represents a specific card instance, defined by its CardInfo and a particular printing.
Definition exact_card.h:19