mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
refs #568, adjusted GUI components
* use incremental updates * use new signatures * handle successfully published models * some custom menus are gone, because they are now part of the specialized views
This commit is contained in:
@@ -48,6 +48,13 @@ namespace BlackGui
|
||||
//! Set the provider
|
||||
virtual void setProvider(BlackMisc::Network::IWebDataServicesProvider *webDataReaderProvider) override;
|
||||
|
||||
//! Get latest model if any
|
||||
BlackMisc::Simulation::CAircraftModel getLatestModel() const;
|
||||
|
||||
public slots:
|
||||
//! Load new data
|
||||
void requestUpdatedData();
|
||||
|
||||
private slots:
|
||||
//! Models have been read
|
||||
void ps_modelsRead(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Network::CEntityFlags::ReadState readState, int count);
|
||||
|
||||
Reference in New Issue
Block a user