mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 13:15:39 +08:00
refs #840, add support for interpolation hints
This commit is contained in:
committed by
Mathew Sutcliffe
parent
534b9fb09e
commit
46fafde7a0
@@ -109,6 +109,7 @@ namespace BlackMisc
|
||||
GlobalIndexICoordinateGeodetic = 5000,
|
||||
GlobalIndexICoordinateWithRelativePosition = 5100,
|
||||
GlobalIndexCCoordinateGeodetic = 5200,
|
||||
GlobalIndexCElevationPlane = 5300,
|
||||
GlobalIndexCClient = 6000,
|
||||
GlobalIndexClientCapabilities = 6100, //!< used with map key
|
||||
GlobalIndexCUser = 6200,
|
||||
@@ -142,7 +143,8 @@ namespace BlackMisc
|
||||
GlobalIndexCSettingsReaders = 14400,
|
||||
GlobalIndexCViewUpdateSettings = 14500,
|
||||
GlobalIndexCGeneralGuiSettings = 14600,
|
||||
GloablIndexInterpolatorSetup = 15000,
|
||||
GlobalIndexCInterpolatioRenderingSetup = 15000,
|
||||
GlobalIndexCInterpolationHints = 15100,
|
||||
GlobalIndexLineNumber = 20000, //!< pseudo index for line numbers
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user