1#ifndef COCKATRICE_CARD_SET_LIST_H
2#define COCKATRICE_CARD_SET_LIST_H
Internal comparison functor for sorting by sort key.
Definition card_set_list.cpp:4
A list-like container for CardSet objects with extended management methods.
Definition card_set_list.h:20
void defaultSort()
Sorts the list by default rules.
Definition card_set_list.cpp:115
void guessSortKeys()
Reassigns sort keys based on the current order.
Definition card_set_list.cpp:102
QStringList getUnknownSetsNames()
Collects the short names of all sets marked as unknown.
Definition card_set_list.cpp:46
void sortByKey()
Sorts the set list by each set’s assigned sort key.
Definition card_set_list.cpp:17
void markAllAsKnown()
Marks all sets as known and adjusts their enabled state.
Definition card_set_list.cpp:89
int getEnabledSetsNum()
Counts the number of sets that are currently enabled.
Definition card_set_list.cpp:22
void enableAllUnknown()
Enables all sets that are unknown or ignored.
Definition card_set_list.cpp:58
int getUnknownSetsNum()
Counts the number of sets that are currently unknown.
Definition card_set_list.cpp:34
void enableAll()
Enables all sets in the list.
Definition card_set_list.cpp:71