mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T259, Ref T243 adjusted container, models and views to support CInterpolationSetupList
* added forward declarations * added some utility functions
This commit is contained in:
@@ -45,9 +45,15 @@ namespace BlackGui
|
||||
//! Remove callsigns
|
||||
int removeCallsigns(const BlackMisc::Aviation::CCallsignSet &callsigns);
|
||||
|
||||
//! Remove callsign
|
||||
int removeCallsign(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
|
||||
//! Update or insert data (based on callsign)
|
||||
int replaceOrAddObjectsByCallsign(const ContainerType &container);
|
||||
|
||||
//! Update or insert data (based on callsign)
|
||||
int replaceOrAddObjectByCallsign(const ObjectType &object);
|
||||
|
||||
//! Reselect by callsigns
|
||||
virtual void selectObjects(const ContainerType &selectedObjects) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user