MuseScore  3.4
Music composition and notation
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Ms::ScoreVersion Struct Reference

#include <scorelistmodel.h>

Collaboration diagram for Ms::ScoreVersion:
Collaboration graph
[legend]

Public Member Functions

 ScoreVersion (Score *score, const QString &name, ScoreVersionIndex index, const QFileInfo &fileInfo, bool recent)
 
 ScoreVersion (Score *score, const QString &name, ScoreVersionIndex index, bool recent)
 

Public Attributes

Scorescore
 
QString name
 
ScoreVersionIndex index
 
QFileInfo fileInfo
 
bool recent
 

Static Public Attributes

static constexpr ScoreVersionIndex INDEX_CURRENT = -1
 
static constexpr ScoreVersionIndex INDEX_LAST_SAVED = -2
 
static constexpr ScoreVersionIndex INDEX_SESSION_START = -3
 

Constructor & Destructor Documentation

◆ ScoreVersion() [1/2]

Ms::ScoreVersion::ScoreVersion ( Score score,
const QString &  name,
ScoreVersionIndex  index,
const QFileInfo &  fileInfo,
bool  recent 
)
inline

◆ ScoreVersion() [2/2]

Ms::ScoreVersion::ScoreVersion ( Score score,
const QString &  name,
ScoreVersionIndex  index,
bool  recent 
)
inline

Member Data Documentation

◆ fileInfo

QFileInfo Ms::ScoreVersion::fileInfo

◆ index

ScoreVersionIndex Ms::ScoreVersion::index

◆ INDEX_CURRENT

constexpr ScoreVersionIndex Ms::ScoreVersion::INDEX_CURRENT = -1
static

◆ INDEX_LAST_SAVED

constexpr ScoreVersionIndex Ms::ScoreVersion::INDEX_LAST_SAVED = -2
static

◆ INDEX_SESSION_START

constexpr ScoreVersionIndex Ms::ScoreVersion::INDEX_SESSION_START = -3
static

◆ name

QString Ms::ScoreVersion::name

◆ recent

bool Ms::ScoreVersion::recent

◆ score

Score* Ms::ScoreVersion::score

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