|
Project Documentation Manager BRIGADOON-0002
Project Documentation Manager
|
Information that is common to all Projects. More...
#include <common_definitions.h>
Data Fields | |
| int | ProgramInformationIndex |
| QString | SiteName |
| QString | SiteURL |
| QString | SiteLogo |
| QString | SharedTemplateDirectory |
| QString | LocalDevelopmentDirectory |
| QString | ProjectPrefix |
| QString | PrimaryWebsiteDirectory |
| QString | PublisherName |
| QString | PublisherWebsite |
| QString | PublisherContactEmail |
| QString | ProjectListHeaderFilename |
| QString | ProjectListFooterFilename |
| QString | ProjectListLineFilename |
| QString | ProjectListWebpageFilename |
| QString | ProjectListOpenSimFilename |
| QString | DefaultReturnAddress |
| QString | DevelopmentDoxyDocDirectory |
| QString | CurrentUser |
| int | SuffixSize |
Information that is common to all Projects.
This structure contains information that is commonly used by all projects, such as the Name of the website holding the generated documentation and the location of the project templates.
Definition at line 392 of file common_definitions.h.
| QString PROGRAM_INFORMATION::CurrentUser |
The person currently using the Program
Definition at line 412 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), and ReadProjectInfo::LoadProjectInfo().
| QString PROGRAM_INFORMATION::DefaultReturnAddress |
URL to which Project Documentation exits to
Definition at line 410 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadProjectInfo().
| QString PROGRAM_INFORMATION::DevelopmentDoxyDocDirectory |
Directory where the Development Doxygen Document Files are held
Definition at line 411 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadProjectInfo().
| QString PROGRAM_INFORMATION::LocalDevelopmentDirectory |
Directory where Local Development is held.
Definition at line 399 of file common_definitions.h.
Referenced by Worker::CountLines(), Worker::CreateSourceArchive(), Worker::FindLibraries(), ProjectSubstitute::LoadFileSubsList(), and ReadProjectInfo::LoadProjectInfo().
| QString PROGRAM_INFORMATION::PrimaryWebsiteDirectory |
Primary Directory where Web site results are placed.
Definition at line 401 of file common_definitions.h.
Referenced by Worker::CppCheck(), Worker::CreateSourceArchive(), Worker::DoDoxygen(), ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadProjectInfo(), Worker::PreProcessProject(), and DoxygenManager::ReceiveResult().
| int PROGRAM_INFORMATION::ProgramInformationIndex |
Index of the Program Information.
Definition at line 394 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadProjectInfo().
| QString PROGRAM_INFORMATION::ProjectListFooterFilename |
Filename of the Project List Footer
Definition at line 406 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadProjectInfo().
| QString PROGRAM_INFORMATION::ProjectListHeaderFilename |
Filename of the Project List Header
Definition at line 405 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadProjectInfo().
| QString PROGRAM_INFORMATION::ProjectListLineFilename |
Filename of the Project List Line
Definition at line 407 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadProjectInfo().
| QString PROGRAM_INFORMATION::ProjectListOpenSimFilename |
Filename of the Project List OPen Simulator Page
Definition at line 409 of file common_definitions.h.
| QString PROGRAM_INFORMATION::ProjectListWebpageFilename |
Filename of the Project List Web Page
Definition at line 408 of file common_definitions.h.
| QString PROGRAM_INFORMATION::ProjectPrefix |
Project text Profix to the Project Ident
Definition at line 400 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadProjectInfo().
| QString PROGRAM_INFORMATION::PublisherContactEmail |
Publisher's Contact's Email Address
Definition at line 404 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), and ReadProjectInfo::LoadProjectInfo().
| QString PROGRAM_INFORMATION::PublisherName |
Publisher, Name
Definition at line 402 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), and ReadProjectInfo::LoadProjectInfo().
| QString PROGRAM_INFORMATION::PublisherWebsite |
Publisher's URL
Definition at line 403 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), and ReadProjectInfo::LoadProjectInfo().
| QString PROGRAM_INFORMATION::SharedTemplateDirectory |
Location of the Template Directory
Definition at line 398 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadProjectInfo(), and DoxygenManager::ReceiveResult().
| QString PROGRAM_INFORMATION::SiteLogo |
Pointer to the Destination Web Site's Logo
Definition at line 397 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), and ReadProjectInfo::LoadProjectInfo().
| QString PROGRAM_INFORMATION::SiteName |
Destination Web Site Name
Definition at line 395 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), and ReadProjectInfo::LoadProjectInfo().
| QString PROGRAM_INFORMATION::SiteURL |
URL of the Destination Web Site
Definition at line 396 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadProjectInfo(), ProjectListManager::MakeHTMLProjectPage(), and ProjectListManager::MakeOSProjectPage().
| int PROGRAM_INFORMATION::SuffixSize |
Number of digits in the number part of the Project Ident.
Definition at line 413 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadProjectInfo().