Ref T709, added settings for lights and message box margins

This commit is contained in:
Klaus Basan
2019-08-14 23:57:48 +02:00
committed by Mat Sutcliffe
parent 024360a5df
commit 6e90ec5c72
4 changed files with 84 additions and 20 deletions

View File

@@ -39,6 +39,8 @@ namespace BlackMisc
IndexDBusServerAddress = CPropertyIndex::GlobalIndexCXSwiftBusSettings,
IndexMaxPlanes,
IndexDrawingLabels,
IndexBundleTaxiLandingLights,
IndexMessageBoxMargins,
IndexMaxDrawingDistance,
IndexFollowAircraftDistance,
IndexNightTextureMode
@@ -94,9 +96,11 @@ namespace BlackMisc
BLACK_METACLASS(
CXSwiftBusSettings,
BLACK_METAMEMBER(dBusServerAddress),
BLACK_METAMEMBER(msgBox),
BLACK_METAMEMBER(nightTextureMode),
BLACK_METAMEMBER(maxPlanes),
BLACK_METAMEMBER(drawingLabels),
BLACK_METAMEMBER(bundleTaxiLandingLights),
BLACK_METAMEMBER(maxDrawDistanceNM),
BLACK_METAMEMBER(followAircraftDistanceM),
BLACK_METAMEMBER(timestampMSecsSinceEpoch, 0, DisabledForComparison | DisabledForHashing)