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);
54 virtual void onCardAddition(
const QModelIndex &parent,
int first,
int last);
55 virtual void onCardRemoval(
const QModelIndex &parent,
int first,
int last);
80 layout->insertWidget(insertAt, toInsert);
85 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:200
Represents a specific card instance, defined by its CardInfo and a particular printing.
Definition exact_card.h:19