Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
PendingDeckLoad Struct Reference

One finished background deck load that has not been applied to the model yet. More...

#include <visual_deck_storage_model.h>

Collaboration diagram for PendingDeckLoad:
[legend]

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.

Detailed Description

One finished background deck load that has not been applied to the model yet.

Member Data Documentation

◆ colorIdentity

QString PendingDeckLoad::colorIdentity

WUBRG color identity computed off the UI thread, valid when ok.

◆ deck

LoadedDeck PendingDeckLoad::deck

The parsed deck, valid when ok.

◆ filePath

QString PendingDeckLoad::filePath

Identifies the row the result belongs to.

◆ generation

int PendingDeckLoad::generation

Scan generation the load was started in.

◆ lastModified

QDateTime PendingDeckLoad::lastModified

File modification time at load, valid when ok.

◆ ok

bool PendingDeckLoad::ok = false

Whether the file parsed successfully.


The documentation for this struct was generated from the following file: