Information that is useful throughout US_ProjectGui. More...
#include "us_project_gui.h"
Public Attributes | |
int | projectID |
The ID of the project. More... | |
QString | GUID |
The GUID associated with the project. More... | |
QString | description |
The overall description of the project. More... | |
QString | filename |
The filename if saved to disk. More... | |
int | index |
Used when indexing the information. More... | |
Information that is useful throughout US_ProjectGui.
Definition at line 364 of file us_project_gui.h.
QString US_ProjectGui::ProjectInfo::description |
The overall description of the project.
Definition at line 369 of file us_project_gui.h.
QString US_ProjectGui::ProjectInfo::filename |
The filename if saved to disk.
Definition at line 370 of file us_project_gui.h.
QString US_ProjectGui::ProjectInfo::GUID |
The GUID associated with the project.
Definition at line 368 of file us_project_gui.h.
int US_ProjectGui::ProjectInfo::index |
Used when indexing the information.
Definition at line 371 of file us_project_gui.h.
int US_ProjectGui::ProjectInfo::projectID |
The ID of the project.
Definition at line 367 of file us_project_gui.h.