mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
Added extra mode for swift client mapping view
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user