refs #822, display file ts in views

* consolidated models
* renamed flags
This commit is contained in:
Klaus Basan
2016-12-04 19:17:55 +01:00
parent 02798a7f2b
commit 6e1efaf88a
5 changed files with 20 additions and 15 deletions

View File

@@ -40,12 +40,12 @@ namespace BlackGui
enum AircraftModelMode
{
NotSet,
OwnSimulatorModel, //!< models existing for my simulator
OwnModelSet, //!< own model set
OwnSimulatorModelMapping, //!< models of my simulator, but in mapping mode
Database, //!< Database entry
VPilotRuleModel, //!< vPilot rule turned into model
StashModel //!< stashed models
OwnAircraftModelClient, //!< models existing for my simulator
OwnAircraftModelMappingTool, //!< models of my simulator, but in mapping mode
OwnModelSet, //!< own model set
StashModel, //!< stashed models
Database, //!< Database entry
VPilotRuleModel //!< vPilot rule turned into model
};
//! Constructor