|
Project Documentation Manager BRIGADOON-0002
Project Documentation Manager
|
Information about the Development Status. More...
#include <common_definitions.h>
Data Fields | |
| int | StatusIndex |
| QDateTime | StatusDateTime |
| QString | StatusName |
| QString | StatusDescription |
| QString | StatusImage |
| QString | StatusDateTimeString |
Information about the Development Status.
This structure provides information about where the project is in the development cycle.
Definition at line 140 of file common_definitions.h.
| QDateTime STATUS_INFO::StatusDateTime |
DateTime of the Status Entry
Definition at line 143 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadProjectInfo(), ProjectStatus::PostStatus(), ProjectIdentifier::ReadProjectId(), and ProjectStatus::ReadProjectInfo().
| QString STATUS_INFO::StatusDateTimeString |
A String showing the Status Date TIme
Definition at line 147 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadProjectInfo(), ProjectStatus::PostStatus(), and ProjectSubstitute::UpdateStatus().
| QString STATUS_INFO::StatusDescription |
A full dewcription of the status level
Definition at line 145 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), and ReadProjectInfo::LoadStatusInfo().
| QString STATUS_INFO::StatusImage |
Apointer to an Image of the Status Level
Definition at line 146 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), and ReadProjectInfo::LoadStatusInfo().
| int STATUS_INFO::StatusIndex |
Index of the Status Entry in the Database
Definition at line 142 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadStatusInfo(), ProjectStatus::PostStatus(), and ProjectStatus::ReadProjectInfo().
| QString STATUS_INFO::StatusName |
Name of the Status Level
Definition at line 144 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), ProjectListManager::LoadProjectTable(), ReadProjectInfo::LoadStatusInfo(), ProjectListManager::MakeHTMLProjectPage(), ProjectStatus::PostStatus(), and ProjectSubstitute::UpdateStatus().