mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
Issue #77 Move GlobalIndex enum from CPropertyIndex to CPropertyIndexRef
This commit is contained in:
@@ -65,7 +65,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexBase = BlackMisc::CPropertyIndex::GlobalIndexCCloudLayer,
|
||||
IndexBase = BlackMisc::CPropertyIndexRef::GlobalIndexCCloudLayer,
|
||||
IndexTop,
|
||||
IndexPrecipitationRate,
|
||||
IndexPrecipitation,
|
||||
|
||||
@@ -41,7 +41,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexIdentifier = CPropertyIndex::GlobalIndexCGridPoint,
|
||||
IndexIdentifier = CPropertyIndexRef::GlobalIndexCGridPoint,
|
||||
IndexPosition,
|
||||
IndexCloudLayers,
|
||||
IndexTemperatureLayers,
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexPresentWeather = BlackMisc::CPropertyIndex::GlobalIndexCPresentWeather,
|
||||
IndexPresentWeather = BlackMisc::CPropertyIndexRef::GlobalIndexCPresentWeather,
|
||||
IndexIntensity,
|
||||
IndexDescriptor,
|
||||
IndexWeatherPhenomena
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexTemperatureLayer = BlackMisc::CPropertyIndex::GlobalIndexCTemperatureLayer,
|
||||
IndexTemperatureLayer = BlackMisc::CPropertyIndexRef::GlobalIndexCTemperatureLayer,
|
||||
IndexLevel,
|
||||
IndexTemperature,
|
||||
IndexDewPoint,
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexBase = BlackMisc::CPropertyIndex::GlobalIndexCVisibilityLayer,
|
||||
IndexBase = BlackMisc::CPropertyIndexRef::GlobalIndexCVisibilityLayer,
|
||||
IndexTop,
|
||||
IndexVisibility,
|
||||
};
|
||||
|
||||
@@ -38,7 +38,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexScenarioIndex = CPropertyIndex::GlobalIndexCWeatherScenario,
|
||||
IndexScenarioIndex = CPropertyIndexRef::GlobalIndexCWeatherScenario,
|
||||
IndexScenarioName,
|
||||
IndexScenarioDescription
|
||||
};
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexLevel = BlackMisc::CPropertyIndex::GlobalIndexCWindLayer,
|
||||
IndexLevel = BlackMisc::CPropertyIndexRef::GlobalIndexCWindLayer,
|
||||
IndexDirection,
|
||||
IndexDirectionVariable,
|
||||
IndexSpeed,
|
||||
|
||||
Reference in New Issue
Block a user