refs #793, display mismatch between rendered and network model

* utility functions to display that info
* added in aircraft model
This commit is contained in:
Klaus Basan
2016-11-05 01:16:23 +01:00
parent 8a5d50a167
commit f1ce5fc173
3 changed files with 45 additions and 1 deletions

View File

@@ -353,6 +353,15 @@ namespace BlackMisc
//! Has a network model been set?
bool hasNetworkModel() const;
//! Difference of network and (rendered) aircraft ICAO code
QString getNetworkModelAircraftIcaoDifference() const;
//! Difference of network and (rendered) airline ICAO code
QString getNetworkModelAirlineIcaoDifference() const;
//! Difference of network and (rendered) livery code
QString getNetworkModelLiveryDifference() const;
//! \copydoc BlackMisc::Simulation::CAircraftModel::getIconPath
const QString &getIconPath() const { return m_model.getIconPath(); }