ProjectMetadata Struct Reference

#include <Project.h>

Public Attributes

QString m_author
 The author of the project. More...
 
bool m_changed
 Flag indicating that the project needs to be saved. More...
 
QString m_fileName
 The project file. More...
 
QString m_title
 The title of the project. More...
 

Detailed Description

Definition at line 39 of file Project.h.

Member Data Documentation

QString ProjectMetadata::m_author

The author of the project.

Definition at line 42 of file Project.h.

bool ProjectMetadata::m_changed

Flag indicating that the project needs to be saved.

Definition at line 43 of file Project.h.

QString ProjectMetadata::m_fileName

The project file.

Definition at line 44 of file Project.h.

QString ProjectMetadata::m_title

The title of the project.

Definition at line 41 of file Project.h.


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