|
Project Documentation Manager BRIGADOON-0002
Project Documentation Manager
|
Personal Information about the Developer. More...
#include <common_definitions.h>
Data Fields | |
| int | DeveloperIndex |
| QString | Name |
| QString | |
| QString | Phone |
| QString | Info |
| QString | Handle |
| QDateTime | DateJoined |
| QDateTime | DateLeft |
| bool | IsAvailable |
Personal Information about the Developer.
This structure holds all of the informatin necessary to identify and contact potential developers.
Definition at line 102 of file common_definitions.h.
| QDateTime DEVELOPER_INFO::DateJoined |
Date the Developer Joined the Site
Definition at line 110 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadDeveloperData().
| QDateTime DEVELOPER_INFO::DateLeft |
Date the Developer Left the Site
Definition at line 111 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadDeveloperData().
| int DEVELOPER_INFO::DeveloperIndex |
The index of the Developer Information
Definition at line 104 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadDeveloperData().
| QString DEVELOPER_INFO::Email |
Developer's Email Address
Definition at line 106 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadDeveloperData(), ProjectSubstitute::LoadFileSubsList(), and ProjectListManager::MakeHTMLProjectPage().
| QString DEVELOPER_INFO::Handle |
Nickname of the Developer
Definition at line 109 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadDeveloperData(), ProjectSubstitute::LoadFileSubsList(), and ProjectListManager::MakeHTMLProjectPage().
| QString DEVELOPER_INFO::Info |
Information relevant tot he Developer
Definition at line 108 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadDeveloperData(), and ProjectSubstitute::LoadFileSubsList().
| bool DEVELOPER_INFO::IsAvailable |
Flag to indicate if Developer is Available for New Projects.
Definition at line 112 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadDeveloperData().
| QString DEVELOPER_INFO::Name |
Name of the Developer
Definition at line 105 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadDeveloperData(), ProjectSubstitute::LoadFileSubsList(), and ProjectListManager::LoadProjectTable().
| QString DEVELOPER_INFO::Phone |
Developer's Phone Number
Definition at line 107 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadDeveloperData(), and ProjectSubstitute::LoadFileSubsList().