VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Typedefs | Functions | Variables
aerodromeGuiDatas.h File Reference

Go to the source code of this file.

Typedefs

typedef std::map< std::string,
QString > 
LightNameToDisplayName
 

Functions

QString lightGroupPrettyPrint (const std::string &lightGroup)
 

Variables

const LightNameToDisplayName commonLights
 
const LightNameToDisplayName singleLights
 lights group of a runway in front and rear runway (see and add new in Runway.ope) More...
 
const LightNameToDisplayName aerodromeLightsGroup
 
const std::map< int, QString > runwayConditions
 

Typedef Documentation

typedef std::map<std::string, QString> LightNameToDisplayName

Function Documentation

QString lightGroupPrettyPrint ( const std::string &  lightGroup)
inline

Variable Documentation

const LightNameToDisplayName commonLights
Initial value:
{
{"CenterLine",QObject::tr("Center Line")},
{"Edge",QObject::tr("Edge")},
{"DistanceToGo",QObject::tr("Distance To Go")}
}

Referenced by lightGroupPrettyPrint().

const LightNameToDisplayName singleLights
Initial value:
{
{"TDZ",QObject::tr("Touch Down Zone")},
{"DisplacedThreshold",QObject::tr("Displaced Threshold")},
{"ThresholdLightning",QObject::tr("Threshold Lightning")},
{"PAPI",QObject::tr("PAPI")},
{"REILS",QObject::tr("Runway End Identifier")}
}

lights group of a runway in front and rear runway (see and add new in Runway.ope)

Referenced by lightGroupPrettyPrint().

const LightNameToDisplayName aerodromeLightsGroup
Initial value:
{
{"RunwayExit", QObject::tr("Runway Exit")},
{"TaxiwayIdentifierMarkerBoard",QObject::tr("Taxiway Identifier Marker Board")},
{"TaxiwayEdge",QObject::tr("Taxiway Edge")},
{"ClearanceBar",QObject::tr("Clearance Bar")},
{"TaxiwayCentre",QObject::tr("Taxiway Centre")},
{"RunwayGuard",QObject::tr("Runway Guard")},
{"TaxiwayStopBar",QObject::tr("Taxiway Stop Bar")},
{"TaxiwayLeadOn",QObject::tr("Taxiway Lead On")},
{"TaxiwayGuard",QObject::tr("Taxiway Guard")},
{"RETIL",QObject::tr("Rapid Exit Taxiway")},
{"Apron",QObject::tr("Apron")},
{"ApronFlood",QObject::tr("Apron Flood")},
{"Obstruction",QObject::tr("Obstruction")}
}

Referenced by lightGroupPrettyPrint().

const std::map<int, QString> runwayConditions
Initial value:
{
{DtUnknownCondition, QObject::tr("Unknown")},
{DtDry, QObject::tr("Dry")},
{DtWet, QObject::tr("Wet")},
{DtIce, QObject::tr("Ice")},
{DtSnow, QObject::tr("Snow")}
}
Definition: nonstandardStatePropertyTypes.h:69
Definition: nonstandardStatePropertyTypes.h:71
Definition: nonstandardStatePropertyTypes.h:68
Definition: nonstandardStatePropertyTypes.h:72
Definition: nonstandardStatePropertyTypes.h:70

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)