![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
One finished background deck load that has not been applied to the model yet. More...
#include <visual_deck_storage_model.h>
Public Attributes | |
| QString | filePath |
| Identifies the row the result belongs to. | |
| int | generation |
| Scan generation the load was started in. | |
| bool | ok = false |
| Whether the file parsed successfully. | |
| LoadedDeck | deck |
| The parsed deck, valid when ok. | |
| QDateTime | lastModified |
| File modification time at load, valid when ok. | |
| QString | colorIdentity |
| WUBRG color identity computed off the UI thread, valid when ok. | |
One finished background deck load that has not been applied to the model yet.
| QString PendingDeckLoad::colorIdentity |
WUBRG color identity computed off the UI thread, valid when ok.
| LoadedDeck PendingDeckLoad::deck |
The parsed deck, valid when ok.
| QString PendingDeckLoad::filePath |
Identifies the row the result belongs to.
| int PendingDeckLoad::generation |
Scan generation the load was started in.
| QDateTime PendingDeckLoad::lastModified |
File modification time at load, valid when ok.
| bool PendingDeckLoad::ok = false |
Whether the file parsed successfully.