mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 14:15:35 +08:00
refs #796, allow to toggle full interpolation
* add setup class, metadata registration, property index ... * removed enableDebugMessages, added setInterpolatorSetup * adjusted contexts * used in interolator
This commit is contained in:
@@ -110,21 +110,21 @@ namespace BlackMisc
|
||||
GlobalIndexICoordinateWithRelativePosition = 5100,
|
||||
GlobalIndexCCoordinateGeodetic = 5200,
|
||||
GlobalIndexCClient = 6000,
|
||||
GlobalIndexClientCapabilities = 6050, //!< used with map key
|
||||
GlobalIndexCUser = 6100,
|
||||
GlobalIndexCAuthenticatedUser = 6200,
|
||||
GlobalIndexCRole = 6300,
|
||||
GlobalIndexCServer = 6400,
|
||||
GlobalIndexCFsdSetup = 6500,
|
||||
GlobalIndexCUrl = 6600,
|
||||
GlobalIndexCAircraftModel = 6700,
|
||||
GlobalIndexCSimulatedAircraft = 6800,
|
||||
GlobalIndexCTextMessage = 6900,
|
||||
GlobalIndexCSimulatorSetup = 7000,
|
||||
GlobalIndexCSimulatorSettings = 7100,
|
||||
GlobalIndexCSimulatorMessageSettings = 7200,
|
||||
GlobalIndexCAircraftCfgEntries = 7300,
|
||||
GlobalIndexCDistributor = 7400,
|
||||
GlobalIndexClientCapabilities = 6100, //!< used with map key
|
||||
GlobalIndexCUser = 6200,
|
||||
GlobalIndexCAuthenticatedUser = 6300,
|
||||
GlobalIndexCRole = 6400,
|
||||
GlobalIndexCServer = 6500,
|
||||
GlobalIndexCFsdSetup = 6600,
|
||||
GlobalIndexCUrl = 6700,
|
||||
GlobalIndexCAircraftModel = 6800,
|
||||
GlobalIndexCSimulatedAircraft = 6900,
|
||||
GlobalIndexCTextMessage = 7000,
|
||||
GlobalIndexCSimulatorSetup = 7100,
|
||||
GlobalIndexCSimulatorSettings = 7200,
|
||||
GlobalIndexCSimulatorMessageSettings = 7300,
|
||||
GlobalIndexCAircraftCfgEntries = 7400,
|
||||
GlobalIndexCDistributor = 7500,
|
||||
GlobalIndexCVPilotModelRule = 8000,
|
||||
GlobalIndexCVoiceRoom = 9000,
|
||||
GlobalIndexCSettingKeyboardHotkey = 10000,
|
||||
@@ -139,6 +139,7 @@ namespace BlackMisc
|
||||
GlobalIndexCDockWidgetSettings = 14200,
|
||||
GlobalIndexCNavigatorSettings = 14300,
|
||||
GlobalIndexCSettingsReaders = 14400,
|
||||
GloablIndexInterpolatorSetup = 15000,
|
||||
GlobalIndexLineNumber = 20000, //!< pseudo index for line numbers
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user