18 #ifndef IGNITION_GUI_PLUGINS_SHUTDOWNBUTTON_HH_ 19 #define IGNITION_GUI_PLUGINS_SHUTDOWNBUTTON_HH_ 24 # define ShutdownButton_EXPORTS_API 26 # if (defined(ShutdownButton_EXPORTS)) 27 # define ShutdownButton_EXPORTS_API __declspec(dllexport) 29 # define ShutdownButton_EXPORTS_API __declspec(dllimport) 51 public:
void LoadConfig(
const tinyxml2::XMLElement *_pluginElem)
override;
54 public slots:
void OnStop();
Base class for Ignition GUI plugins.
Definition: Plugin.hh:54