refs #614, allow to merge own models with vPilot rules (this can be used if no DB data are available yet)

* menus
* utility functions
This commit is contained in:
Klaus Basan
2016-03-29 09:32:31 +02:00
parent a1d6492ff2
commit b1c32dac10
12 changed files with 186 additions and 60 deletions

View File

@@ -92,6 +92,12 @@ namespace BlackMisc
//! Is all simulators?
bool isAllSimulators() const;
//! Microsoft Simulator?
bool isMicrosoftSimulator() const;
//! Microsoft Simulator or P3D?
bool isMicrosoftOrPrepare3DSimulator() const;
//! Number simulators selected
int numberSimulators() const;