mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #873, updated internals component
* can trigger request of parts * opening logs * update parts in UI from aircraft
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d4b2238dc6
commit
273427d3d9
@@ -57,6 +57,9 @@ namespace BlackGui
|
||||
//! GUI to JSON
|
||||
void ps_guiToJson();
|
||||
|
||||
//! Current parts in UI
|
||||
void ps_setCurrentParts();
|
||||
|
||||
//! Enable / disable debugging
|
||||
void ps_enableDebug(int state);
|
||||
|
||||
@@ -66,6 +69,12 @@ namespace BlackGui
|
||||
//! Send a dummy status message
|
||||
void ps_logStatusMessage();
|
||||
|
||||
//! Show log files
|
||||
void ps_showLogFiles();
|
||||
|
||||
//! Request parts (aka aircraft config) from network
|
||||
void ps_requestPartsFromNetwork();
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CInternalsComponent> ui;
|
||||
|
||||
@@ -78,7 +87,6 @@ namespace BlackGui
|
||||
//! Set the context flags
|
||||
void contextFlagsToGui();
|
||||
};
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user