#include <Project.h>
|
| QString | m_author |
| | The author of the project.
|
| |
| bool | m_changed |
| | Flag indicating that the project needs to be saved.
|
| |
| QString | m_fileName |
| | The project file.
|
| |
| QString | m_title |
| | The title of the project.
|
| |
Definition at line 39 of file Project.h.
◆ m_author
| QString ProjectMetadata::m_author |
The author of the project.
Definition at line 42 of file Project.h.
◆ m_changed
| bool ProjectMetadata::m_changed |
Flag indicating that the project needs to be saved.
Definition at line 43 of file Project.h.
◆ m_fileName
| QString ProjectMetadata::m_fileName |
The project file.
Definition at line 44 of file Project.h.
◆ m_title
| 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:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terraview/Project.h