mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 04:43:56 -07:00
update docs
This commit is contained in:
parent
bb084a18ec
commit
4899383057
2 changed files with 3 additions and 3 deletions
|
|
@ -108,7 +108,7 @@ public:
|
||||||
* - Provide hashing for deck identity (deck hash).
|
* - Provide hashing for deck identity (deck hash).
|
||||||
*
|
*
|
||||||
* ### Ownership:
|
* ### Ownership:
|
||||||
* - Owns the root `InnerDecklistNode` tree.
|
* - Owns the `DecklistNodeTree`.
|
||||||
* - Owns `SideboardPlan` instances stored in `sideboardPlans`.
|
* - Owns `SideboardPlan` instances stored in `sideboardPlans`.
|
||||||
*
|
*
|
||||||
* ### Example workflow:
|
* ### Example workflow:
|
||||||
|
|
|
||||||
|
|
@ -202,7 +202,7 @@ public:
|
||||||
* affects its hash.
|
* affects its hash.
|
||||||
*
|
*
|
||||||
* Slots:
|
* Slots:
|
||||||
* - rebuildTree(): rebuilds the model structure from the underlying DeckLoader.
|
* - rebuildTree(): rebuilds the model structure from the underlying node tree.
|
||||||
*/
|
*/
|
||||||
class DeckListModel : public QAbstractItemModel
|
class DeckListModel : public QAbstractItemModel
|
||||||
{
|
{
|
||||||
|
|
@ -210,7 +210,7 @@ class DeckListModel : public QAbstractItemModel
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
/**
|
/**
|
||||||
* @brief Rebuilds the model tree from the underlying DeckLoader.
|
* @brief Rebuilds the model tree from the underlying node tree.
|
||||||
*
|
*
|
||||||
* This updates all indices and ensures the model reflects the current
|
* This updates all indices and ensures the model reflects the current
|
||||||
* state of the deck.
|
* state of the deck.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue