mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T111, changed internals page to use aircraft parts form
This commit is contained in:
committed by
Mathew Sutcliffe
parent
eea6039d58
commit
90b757473c
@@ -48,15 +48,6 @@ namespace BlackGui
|
||||
//! Send aircraft parts
|
||||
void ps_sendAircraftParts();
|
||||
|
||||
//! Set all lights
|
||||
void ps_setAllLights();
|
||||
|
||||
//! Set all engines
|
||||
void ps_setAllEngines();
|
||||
|
||||
//! GUI to JSON
|
||||
void ps_guiToJson();
|
||||
|
||||
//! Current parts in UI
|
||||
void ps_setCurrentParts();
|
||||
|
||||
@@ -81,12 +72,6 @@ namespace BlackGui
|
||||
private:
|
||||
QScopedPointer<Ui::CInternalsComponent> ui;
|
||||
|
||||
//! Get parts object
|
||||
BlackMisc::Aviation::CAircraftParts guiToAircraftParts() const;
|
||||
|
||||
//! GUI set by parts
|
||||
void partsToGui(const BlackMisc::Aviation::CAircraftParts &parts);
|
||||
|
||||
//! Set the context flags
|
||||
void contextFlagsToGui();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user