Added extra mode for swift client mapping view

This commit is contained in:
Klaus Basan
2015-12-08 19:58:49 +01:00
parent 27bbb3d58c
commit 2a10aa93ec
3 changed files with 17 additions and 8 deletions

View File

@@ -31,11 +31,12 @@ namespace BlackGui
enum AircraftModelMode
{
NotSet,
OwnSimulatorModel, ///< model existing with my sim
MappedModel, ///< Model based on mapping operation
Database, ///< Database entry
VPilotRuleModel, ///< vPilot rule turned into model
StashModel ///< stashed models
OwnSimulatorModel, ///< models existing for my simulator
OwnSimulatorModelMapping, ///< models of my simulator, but in mapping mode
MappedModel, ///< model based on mapping operation
Database, ///< Database entry
VPilotRuleModel, ///< vPilot rule turned into model
StashModel ///< stashed models
};
//! Constructor