mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #828, added function to generate HTML file with matrix
* added utility functions * adjusted existing functions
This commit is contained in:
@@ -28,6 +28,13 @@ namespace BlackMisc
|
||||
|
||||
//! Merge with vPilot data if possible
|
||||
static bool mergeWithVPilotData(BlackMisc::Simulation::CAircraftModelList &modelToBeModified, const BlackMisc::Simulation::CAircraftModelList &vPilotModels, bool force = false);
|
||||
|
||||
//! Matrix airlines/aircraft ICAOs
|
||||
static QString createIcaoAirlineAircraftHtmlMatrix(const BlackMisc::Simulation::CAircraftModelList &models);
|
||||
|
||||
//! Matrix airlines/aircraft ICAOs
|
||||
static QString createIcaoAirlineAircraftHtmlMatrixFile(const BlackMisc::Simulation::CAircraftModelList &models, const QString &tempDir);
|
||||
|
||||
};
|
||||
} //namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user