mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 01:23:57 -07:00
move method
This commit is contained in:
parent
86371ce837
commit
27e3fd5a75
1 changed files with 6 additions and 7 deletions
|
|
@ -217,7 +217,12 @@ public slots:
|
||||||
*/
|
*/
|
||||||
void rebuildTree();
|
void rebuildTree();
|
||||||
|
|
||||||
public slots:
|
/**
|
||||||
|
* @brief Sets the criteria used to group cards in the model.
|
||||||
|
* @param newCriteria The new grouping criteria.
|
||||||
|
*/
|
||||||
|
void setActiveGroupCriteria(DeckListModelGroupCriteria::Type newCriteria);
|
||||||
|
|
||||||
void setActiveFormat(const QString &_format);
|
void setActiveFormat(const QString &_format);
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
|
@ -351,12 +356,6 @@ public:
|
||||||
*/
|
*/
|
||||||
[[nodiscard]] QList<QString> getZones() const;
|
[[nodiscard]] QList<QString> getZones() const;
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Sets the criteria used to group cards in the model.
|
|
||||||
* @param newCriteria The new grouping criteria.
|
|
||||||
*/
|
|
||||||
void setActiveGroupCriteria(DeckListModelGroupCriteria::Type newCriteria);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DeckList *deckList; /**< Pointer to the deck loader providing the underlying data. */
|
DeckList *deckList; /**< Pointer to the deck loader providing the underlying data. */
|
||||||
InnerDecklistNode *root; /**< Root node of the model tree. */
|
InnerDecklistNode *root; /**< Root node of the model tree. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue