ark::supervisor::SupervisorUtilityPlugin
Defined in header “ark/supervisor/gui/supervisor_utility_plugin.hh”.
This plugin allows you to interact with a supervisor to query and control processes.
Methods
-
SupervisorUtilityPlugin(std::string name, std::string comms_namespace)
Constructor. -
~SupervisorUtilityPlugin()
Destructor; implemented in source for forward declares. -
void initialize(gui::PluginInterface & interface)
Called to initialize and construct this plugin. -
void save_settings(QSettings & settings)
Invoked from the parent GUI application to give this plugin a chance to save its settings. -
void restore_settings(QSettings & settings)
Called from the parent GUI application to give this plugin a chance to restore its settings.