Issue #77 Move GlobalIndex enum from CPropertyIndex to CPropertyIndexRef

This commit is contained in:
Mat Sutcliffe
2020-11-01 20:12:55 +00:00
parent 0971c8ce68
commit 363758e8ea
92 changed files with 210 additions and 211 deletions

View File

@@ -65,7 +65,7 @@ namespace BlackMisc
//! Properties by index
enum ColumnIndex
{
IndexBase = BlackMisc::CPropertyIndex::GlobalIndexCCloudLayer,
IndexBase = BlackMisc::CPropertyIndexRef::GlobalIndexCCloudLayer,
IndexTop,
IndexPrecipitationRate,
IndexPrecipitation,

View File

@@ -41,7 +41,7 @@ namespace BlackMisc
//! Properties by index
enum ColumnIndex
{
IndexIdentifier = CPropertyIndex::GlobalIndexCGridPoint,
IndexIdentifier = CPropertyIndexRef::GlobalIndexCGridPoint,
IndexPosition,
IndexCloudLayers,
IndexTemperatureLayers,

View File

@@ -87,7 +87,7 @@ namespace BlackMisc
//! Properties by index
enum ColumnIndex
{
IndexPresentWeather = BlackMisc::CPropertyIndex::GlobalIndexCPresentWeather,
IndexPresentWeather = BlackMisc::CPropertyIndexRef::GlobalIndexCPresentWeather,
IndexIntensity,
IndexDescriptor,
IndexWeatherPhenomena

View File

@@ -36,7 +36,7 @@ namespace BlackMisc
//! Properties by index
enum ColumnIndex
{
IndexTemperatureLayer = BlackMisc::CPropertyIndex::GlobalIndexCTemperatureLayer,
IndexTemperatureLayer = BlackMisc::CPropertyIndexRef::GlobalIndexCTemperatureLayer,
IndexLevel,
IndexTemperature,
IndexDewPoint,

View File

@@ -36,7 +36,7 @@ namespace BlackMisc
//! Properties by index
enum ColumnIndex
{
IndexBase = BlackMisc::CPropertyIndex::GlobalIndexCVisibilityLayer,
IndexBase = BlackMisc::CPropertyIndexRef::GlobalIndexCVisibilityLayer,
IndexTop,
IndexVisibility,
};

View File

@@ -38,7 +38,7 @@ namespace BlackMisc
//! Properties by index
enum ColumnIndex
{
IndexScenarioIndex = CPropertyIndex::GlobalIndexCWeatherScenario,
IndexScenarioIndex = CPropertyIndexRef::GlobalIndexCWeatherScenario,
IndexScenarioName,
IndexScenarioDescription
};

View File

@@ -36,7 +36,7 @@ namespace BlackMisc
//! Properties by index
enum ColumnIndex
{
IndexLevel = BlackMisc::CPropertyIndex::GlobalIndexCWindLayer,
IndexLevel = BlackMisc::CPropertyIndexRef::GlobalIndexCWindLayer,
IndexDirection,
IndexDirectionVariable,
IndexSpeed,