|
Project Documentation Manager BRIGADOON-0002
Project Documentation Manager
|
#include <common_definitions.h>
Data Fields | |
| int | ProjectIndex |
| QString | ProjectName |
| QString | ProjectIdent |
| QString | ProjectDirectory |
| QString | BriefDescription |
| QString | FullDescription |
| QString | ProjectIcon |
| QString | DepartureURL |
| QString | ExeDirectory |
| QString | ExeName |
| uint | ProjectOptions |
| uint | ProjectSelections |
Definition at line 229 of file common_definitions.h.
| QString PROJECT_DESCRIPTION::BriefDescription |
Brief Description of Project's Function
Definition at line 235 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadProjectInfo(), ProjectListManager::LoadProjectTable(), ProjectListManager::MakeHTMLProjectPage(), and ProjectIdentifier::ReadProjectId().
| QString PROJECT_DESCRIPTION::DepartureURL |
The URL to which the viewer can exit to reach the main website.
Definition at line 238 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadProjectInfo(), and ProjectIdentifier::ReadProjectId().
| QString PROJECT_DESCRIPTION::ExeDirectory |
The directory holding the executable file developed by the project.
Definition at line 239 of file common_definitions.h.
Referenced by Worker::FindLibraries(), ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadProjectInfo(), and ProjectIdentifier::ReadProjectId().
| QString PROJECT_DESCRIPTION::ExeName |
The name of the executable program produced. Blank if not required.
Definition at line 240 of file common_definitions.h.
Referenced by Worker::CppCheck(), Worker::CreateSourceArchive(), Worker::DoDoxygen(), Worker::FindLibraries(), ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadProjectInfo(), Worker::PreProcessProject(), and ProjectIdentifier::ReadProjectId().
| QString PROJECT_DESCRIPTION::FullDescription |
A more complete description of the Projexct's function.
Definition at line 236 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), and ReadProjectInfo::LoadProjectInfo().
| QString PROJECT_DESCRIPTION::ProjectDirectory |
Project's Development Directory
Definition at line 234 of file common_definitions.h.
Referenced by Worker::CppCheck(), Worker::CreateInstallScript(), Worker::DoDoxygen(), ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadProjectInfo(), and Worker::PreProcessProject().
| QString PROJECT_DESCRIPTION::ProjectIcon |
A POinter to the Project's Logo Image
Definition at line 237 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadProjectInfo(), and ProjectIdentifier::ReadProjectId().
| QString PROJECT_DESCRIPTION::ProjectIdent |
Project's Code Name
Definition at line 233 of file common_definitions.h.
Referenced by Worker::CountLines(), Worker::CppCheck(), Worker::CreateSourceArchive(), Worker::DoDoxygen(), DoxygenManager::DoProject(), Worker::DoWork(), Worker::FindLibraries(), ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadProjectInfo(), ProjectListManager::LoadProjectTable(), ProjectListManager::MakeHTMLProjectPage(), ProjectListManager::MakeOSProjectPage(), Worker::PreProcessProject(), DoxygenManager::ProcessProject(), ProjectListManager::PrStateChange(), and DoxygenManager::ReceiveResult().
| int PROJECT_DESCRIPTION::ProjectIndex |
Database Index for the Project.
Definition at line 231 of file common_definitions.h.
Referenced by DoxygenManager::DoProject(), ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadProjectInfo(), ProjectSubstitute::LoadUserSubstitutes(), DoxygenManager::ProcessProject(), ProjectIdentifier::ReadProjectId(), ProgramVersion::ReadProjectInfo(), ProjectStatus::ReadProjectInfo(), and DoxygenManager::ReceiveResult().
| QString PROJECT_DESCRIPTION::ProjectName |
Project's Name
Definition at line 232 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadProjectInfo(), ProjectListManager::LoadProjectTable(), ProjectListManager::MakeHTMLProjectPage(), ProjectListManager::MakeOSProjectPage(), and ProjectIdentifier::ReadProjectId().
| uint PROJECT_DESCRIPTION::ProjectOptions |
An encoded set of Project Development Documentaton and other Options.
Definition at line 241 of file common_definitions.h.
Referenced by Worker::CreateSourceArchive(), Worker::DoWork(), ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadProjectInfo(), ProjectListManager::LoadProjectTable(), ProjectListManager::MakeHTMLProjectPage(), Worker::PreProcessProject(), ProjectOptionsManager::ReadProjectId(), and DoxygenManager::ReceiveResult().
| uint PROJECT_DESCRIPTION::ProjectSelections |
An encoded set of Project Selections from the Project List
Definition at line 242 of file common_definitions.h.
Referenced by ProjectDocManager::UpdateProjectToDatabase().