Ref T312, UI simulator settings to check listeners manually per push button

This commit is contained in:
Klaus Basan
2018-08-27 18:50:04 +02:00
parent 2c1055cc2e
commit be816f076d
3 changed files with 255 additions and 269 deletions

View File

@@ -22,8 +22,6 @@
#include <QScopedPointer>
#include <QString>
class QWidget;
namespace BlackCore { class CPluginManagerSimulator; }
namespace BlackMisc { namespace Simulation { class CSimulatorPluginInfo; } }
namespace Ui { class CSettingsSimulatorComponent; }
@@ -56,7 +54,7 @@ namespace BlackGui
//! Apply disable rendering
void onApplyDisableRendering();
//! Apply time sync
//! Apply time synchronization
void onApplyTimeSync();
//! Clear restricted rendering
@@ -74,6 +72,9 @@ namespace BlackGui
//! Select/deselect enabled/disabled plugins
void reloadPluginConfig();
//! Check plugins again
void checkSimulatorPlugins();
//! Set the GUI values
void setGuiValues();