Ref T111, changed internals page to use aircraft parts form

This commit is contained in:
Klaus Basan
2017-08-05 00:47:22 +02:00
committed by Mathew Sutcliffe
parent eea6039d58
commit 90b757473c
3 changed files with 17 additions and 347 deletions

View File

@@ -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();
};