|
Project Documentation Manager BRIGADOON-0002
Project Documentation Manager
|
Information about the Primary Tool. More...
#include <common_definitions.h>
Data Fields | |
| int | CompFamilyIndex |
| QString | ShortName |
| QString | FullName |
| QString | CompilerToolImage |
| QString | CompilerDirectory |
| uint | SoftwareLicenceRestriction |
| uint | DocumentationLicenceRestriction |
| uint | HardwareLicenceRestriction |
Information about the Primary Tool.
This provides information about the primary development tool. Some tools like Qt have a free version where there are restrictions on the licencing of any product developed using that tool.
Definition at line 494 of file common_definitions.h.
| int COMP_FAMILY_INFO::CompFamilyIndex |
Database Index of the Primary tool
Definition at line 496 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadCompilerFamilyData(), DevelopmentFamily::ReadProjectId(), and ProjectIdentifier::ReadProjectId().
| QString COMP_FAMILY_INFO::CompilerDirectory |
Directory/URL holding more information
Definition at line 500 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadCompilerFamilyData(), and ProjectSubstitute::LoadFileSubsList().
| QString COMP_FAMILY_INFO::CompilerToolImage |
Pointer to Tool's Logo or Image
Definition at line 499 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadCompilerFamilyData(), and ProjectSubstitute::LoadFileSubsList().
| uint COMP_FAMILY_INFO::DocumentationLicenceRestriction |
Documentation Licence Restriction eforced by Tool
Definition at line 502 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadCompilerFamilyData().
| QString COMP_FAMILY_INFO::FullName |
Full name of the Tool
Definition at line 498 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadCompilerFamilyData(), and ProjectSubstitute::LoadFileSubsList().
| uint COMP_FAMILY_INFO::HardwareLicenceRestriction |
Hardware Licence Restriction eforced by Tool
Definition at line 503 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadCompilerFamilyData().
| QString COMP_FAMILY_INFO::ShortName |
Short name of the Tool
Definition at line 497 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadCompilerFamilyData(), and ProjectSubstitute::LoadFileSubsList().
| uint COMP_FAMILY_INFO::SoftwareLicenceRestriction |
Software Licence Restriction eforced by Tool
Definition at line 501 of file common_definitions.h.
Referenced by ReadProjectInfo::LoadCompilerFamilyData().