Ref T773, allow to clear/write log. from interpolation UI via buttons

This commit is contained in:
Klaus Basan
2020-02-14 00:41:31 +01:00
committed by Mat Sutcliffe
parent 33b3cd5461
commit 70e08fdf8b
4 changed files with 80 additions and 18 deletions

View File

@@ -96,9 +96,6 @@ namespace BlackGui
//! Toggle start/stop
void toggleStartStop();
//! Display log in simulator
void showLogInSimulator();
//! Follow aircraft in simulator
void followInSimulator();
@@ -150,6 +147,14 @@ namespace BlackGui
//! Clear elevation results
void clearElevationResults();
//! Clear log. command
void clearLogCommand();
//! Write log. command
void writeLogCommand();
//! Display log in simulator
void logPosCommand();
//! Check if can do logging, otherwise stop and display message
bool checkLogPrerequisites();