mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
refs #535, updated aircraft model / view
* add functions to apply changes to selected objects * allow to highlight models by their model strings * Utility function to show which parts come from DB * model strings can be obtained sorted/unsorted
This commit is contained in:
@@ -34,6 +34,15 @@ namespace BlackGui
|
||||
//! Set display mode
|
||||
void setAircraftModelMode(Models::CAircraftModelListModel::AircraftModelMode mode);
|
||||
|
||||
//! Apply to selected objects
|
||||
void applyToSelected(const BlackMisc::Aviation::CLivery &livery);
|
||||
|
||||
//! Apply to selected objects
|
||||
void applyToSelected(const BlackMisc::Aviation::CAircraftIcaoCode &icao);
|
||||
|
||||
//! Apply to selected objects
|
||||
void applyToSelected(const BlackMisc::Simulation::CDistributor &distributor);
|
||||
|
||||
signals:
|
||||
//! Request to load VPilot data
|
||||
void requestVPilotRules();
|
||||
|
||||
Reference in New Issue
Block a user