mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
Issue #77 Move GlobalIndex enum from CPropertyIndex to CPropertyIndexRef
This commit is contained in:
@@ -38,7 +38,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexName = CPropertyIndex::GlobalIndexCAircraftCategory,
|
||||
IndexName = CPropertyIndexRef::GlobalIndexCAircraftCategory,
|
||||
IndexDescription,
|
||||
IndexLevelString,
|
||||
IndexLevelStringAndName,
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexAircraftDesignator = CPropertyIndex::GlobalIndexCAircraftIcaoCode,
|
||||
IndexAircraftDesignator = CPropertyIndexRef::GlobalIndexCAircraftIcaoCode,
|
||||
IndexIataCode,
|
||||
IndexFamily,
|
||||
IndexCombinedAircraftType,
|
||||
|
||||
@@ -33,8 +33,8 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexIsNull = CPropertyIndex::GlobalIndexINullable,
|
||||
IndexStrobe = CPropertyIndex::GlobalIndexCAircraftLights,
|
||||
IndexIsNull = CPropertyIndexRef::GlobalIndexINullable,
|
||||
IndexStrobe = CPropertyIndexRef::GlobalIndexCAircraftLights,
|
||||
IndexLanding,
|
||||
IndexTaxi,
|
||||
IndexBeacon,
|
||||
|
||||
@@ -40,7 +40,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexLights = CPropertyIndex::GlobalIndexCAircraftParts,
|
||||
IndexLights = CPropertyIndexRef::GlobalIndexCAircraftParts,
|
||||
IndexGearDown,
|
||||
IndexFlapsPercentage,
|
||||
IndexSpoilersOut,
|
||||
|
||||
@@ -54,7 +54,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexPosition = CPropertyIndex::GlobalIndexCAircraftSituation,
|
||||
IndexPosition = CPropertyIndexRef::GlobalIndexCAircraftSituation,
|
||||
IndexLatitude,
|
||||
IndexLongitude,
|
||||
IndexAltitude,
|
||||
|
||||
@@ -38,7 +38,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexCallsign = CPropertyIndex::GlobalIndexCAircraftSituationChange,
|
||||
IndexCallsign = CPropertyIndexRef::GlobalIndexCAircraftSituationChange,
|
||||
IndexIsNull,
|
||||
IndexSituationsCount,
|
||||
IndexConstAscending,
|
||||
|
||||
@@ -41,7 +41,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexAirlineDesignator = CPropertyIndex::GlobalIndexCAirlineIcaoCode,
|
||||
IndexAirlineDesignator = CPropertyIndexRef::GlobalIndexCAirlineIcaoCode,
|
||||
IndexIataCode,
|
||||
IndexAirlineName,
|
||||
IndexAirlineCountryIso,
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexIcao = BlackMisc::CPropertyIndex::GlobalIndexCAirport,
|
||||
IndexIcao = BlackMisc::CPropertyIndexRef::GlobalIndexCAirport,
|
||||
IndexLocation,
|
||||
IndexDescriptiveName,
|
||||
IndexPosition,
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexCallsign = CPropertyIndex::GlobalIndexCAtcStation,
|
||||
IndexCallsign = CPropertyIndexRef::GlobalIndexCAtcStation,
|
||||
IndexCallsignString,
|
||||
IndexCallsignStringCrossCopuled,
|
||||
IndexController,
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace BlackMisc
|
||||
//! Indexes
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexCallsignString = CPropertyIndex::GlobalIndexCCallsign,
|
||||
IndexCallsignString = CPropertyIndexRef::GlobalIndexCCallsign,
|
||||
IndexCallsignStringAsSet,
|
||||
IndexTelephonyDesignator,
|
||||
IndexSuffix,
|
||||
|
||||
@@ -171,7 +171,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexCallsign = CPropertyIndex::GlobalIndexCFlightPlan,
|
||||
IndexCallsign = CPropertyIndexRef::GlobalIndexCFlightPlan,
|
||||
IndexOriginAirportIcao,
|
||||
IndexDestinationAirportIcao,
|
||||
IndexAlternateAirportIcao,
|
||||
|
||||
@@ -44,7 +44,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexType = CPropertyIndex::GlobalIndexCInformationMessage,
|
||||
IndexType = CPropertyIndexRef::GlobalIndexCInformationMessage,
|
||||
IndexMessage,
|
||||
};
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexDescription = CPropertyIndex::GlobalIndexCLivery,
|
||||
IndexDescription = CPropertyIndexRef::GlobalIndexCLivery,
|
||||
IndexAirlineIcaoCode,
|
||||
IndexCombinedCode,
|
||||
IndexColorFuselage,
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace BlackMisc
|
||||
//! Column indexes
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexActiveFrequency = CPropertyIndex::GlobalIndexCModulator,
|
||||
IndexActiveFrequency = CPropertyIndexRef::GlobalIndexCModulator,
|
||||
IndexStandbyFrequency,
|
||||
IndexReceiveVolume,
|
||||
IndexTransmitVolume,
|
||||
|
||||
@@ -40,7 +40,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexUsername = CPropertyIndex::GlobalIndexCSimBriefData,
|
||||
IndexUsername = CPropertyIndexRef::GlobalIndexCSimBriefData,
|
||||
IndexUrl
|
||||
};
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ namespace BlackMisc
|
||||
//! Indexes
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexMode = CPropertyIndex::GlobalIndexCTransponder,
|
||||
IndexMode = CPropertyIndexRef::GlobalIndexCTransponder,
|
||||
IndexModeAsString,
|
||||
IndexTransponderCode,
|
||||
IndexTransponderCodeFormatted,
|
||||
|
||||
Reference in New Issue
Block a user