8 #include <QtCore/QString>
28 {
"RunwayGuard", {QObject::tr(
"Runway Guard"),
false}},
34 {
"Approach",{QObject::tr(
"Approach"),
false}},
35 {
"Edge",{QObject::tr(
"Edge"),
false}},
36 {
"CenterLine",{QObject::tr(
"Center Line"),
false}},
37 {
"DistanceToGo",{QObject::tr(
"Distance To Go"),
true}},
38 {
"TDZ",{QObject::tr(
"Touch Down Zone"),
false}},
39 {
"DisplacedThreshold",{QObject::tr(
"Displaced Threshold"),
false}},
40 {
"PrethresholdEdgeLight",{QObject::tr(
"Prethreshold Edge"),
false}},
41 {
"ThresholdLighting",{QObject::tr(
"Threshold"),
false}},
42 {
"RapidExitTaxiwayLight",{QObject::tr(
"Rapid Exit Taxiway"),
false}},
43 {
"RunwayExitLight",{QObject::tr(
"Runway Exit"),
false}},
44 {
"TaxiwayLeadOnLight",{QObject::tr(
"Taxiway Lead On"),
false}},
45 {
"TaxiwayStopBarLight",{QObject::tr(
"Taxiway Stop Bar"),
false}},
46 {
"RunwayEndLight",{QObject::tr(
"Runway End"),
false}},
47 {
"REILS",{QObject::tr(
"Runway End Identifier"),
false}},
48 {
"VSGI",{QObject::tr(
"VSGI"),
false}},
54 {
"ApronLight",{QObject::tr(
"Apron"),
false}},
55 {
"ApronFloodLight",{QObject::tr(
"Apron Flood"),
true}},
56 {
"ClearanceBarLight",{QObject::tr(
"Clearance Bar"),
false}},
57 {
"TaxiwayCentreLight",{QObject::tr(
"Taxiway Centre"),
false}},
58 {
"TaxiwayEdgeLight",{QObject::tr(
"Taxiway Edge"),
false}},
59 {
"TaxiwayIdentifierMarkerBoardLight",{QObject::tr(
"Taxiway Identifier Marker Board"),
true}},
64 LightNameToDisplayName::const_iterator finder =
theCommonLights.find(lightGroup);
67 return finder->second.first;
71 return finder->second.first;
75 return finder->second.first;
std::map< unsigned char, QString > ConditionNameToDisplayName
Definition: aerodromeGuiDatas.h:12
Definition: rwRunwayConditionSetting.h:26
const LightNameToDisplayName theAerodromeLightsGroup
Definition: aerodromeGuiDatas.h:53
Definition: rwRunwayConditionSetting.h:27
QString LightGroupPrettyPrint(const std::string &lightGroup)
Definition: aerodromeGuiDatas.h:62
const LightNameToDisplayName theSingleLights
lights group of a runway in front and rear runway (see and add new in Runway.ope) ...
Definition: aerodromeGuiDatas.h:33
const LightNameToDisplayName theCommonLights
Definition: aerodromeGuiDatas.h:27
Definition: rwRunwayConditionSetting.h:28
const ConditionNameToDisplayName typedef std::map< std::string, std::pair< QString, bool > > LightNameToDisplayName
The if the bool is true, then this is an on/off switch rather than the setting of 0 - 100...
Definition: aerodromeGuiDatas.h:19
Definition: rwRunwayConditionSetting.h:20
Definition: rwRunwayConditionSetting.h:25
const ConditionNameToDisplayName theConditionNameToDisplayName
Definition: aerodromeGuiDatas.h:15