|
Project Documentation Manager BRIGADOON-0002
Project Documentation Manager
|
Fields describing a Licence. More...
#include <common_definitions.h>
Data Fields | |
| int | LicenceIndex |
| QString | ShortName |
| QString | FullName |
| QString | LicenceURL |
| QString | LicenceImage |
Fields describing a Licence.
This structure contains all of he infomation required to describe a licence.
Definition at line 87 of file common_definitions.h.
| QString LICENCE_INFO::FullName |
The Full name of the Licence.
Definition at line 91 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), and ReadProjectInfo::LoadLicenceData().
| QString LICENCE_INFO::LicenceImage |
A Pointer to an image representing the Licence.
Definition at line 93 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), and ReadProjectInfo::LoadLicenceData().
| int LICENCE_INFO::LicenceIndex |
The index of the licence entity in the Licence Database.
Definition at line 89 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadLicenceData(), ProjectListManager::MakeHTMLProjectPage(), and ProjectIdentifier::ReadProjectId().
| QString LICENCE_INFO::LicenceURL |
The URL of a complete description of the Licence.
Definition at line 92 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadLicenceData(), and ProjectListManager::MakeHTMLProjectPage().
| QString LICENCE_INFO::ShortName |
The abbreviated name of the licence.
Definition at line 90 of file common_definitions.h.
Referenced by ProjectSubstitute::LoadFileSubsList(), ReadProjectInfo::LoadLicenceData(), ProjectListManager::LoadProjectTable(), and ProjectListManager::MakeHTMLProjectPage().