VR-Forces 5.0.1 Developer's Guide
 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 {"CenterLine",QObject::tr("Center Line")}
 
const LightNameToDisplayName
const LightNameToDisplayName 
singleLights
 
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 {"CenterLine",QObject::tr("Center Line")}

Referenced by lightGroupPrettyPrint().

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:70
Definition: nonstandardStatePropertyTypes.h:72
Definition: nonstandardStatePropertyTypes.h:69
Definition: nonstandardStatePropertyTypes.h:73
Definition: nonstandardStatePropertyTypes.h:71

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)