Qt Models relating to DeckList. More...
Classes | |
| class | AbstractDecklistCardNode |
| Abstract base class for all deck list nodes that represent actual card entries. More... | |
| class | AbstractDecklistNode |
| Base class for all nodes in the deck list tree. More... | |
| class | DecklistCardNode |
| Concrete node type representing an actual card entry in the deck. More... | |
| class | DecklistModelCardNode |
| Adapter node that wraps a DecklistCardNode for use in the DeckListModel tree. More... | |
| class | DeckListModel |
| Qt model representing a decklist for use in views (tree/table). More... | |
Enumerations | |
| enum | DeckSortMethod { ByNumber , ByName , Default } |
| Defines the different sort strategies a node may use to order its children. More... | |
Qt Models relating to DeckList.
| enum DeckSortMethod |
Defines the different sort strategies a node may use to order its children.
Sorting behavior is typically set by the DeckListModel when the user requests sorting in the UI.
| Enumerator | |
|---|---|
| ByNumber | Sort by numeric properties (e.g. collector number). |
| ByName | Sort by card name (locale-aware comparison). |
| Default | Leave in insertion order. |