Go to the documentation of this file.
18 #ifndef GZ_GUI_PLUGINS_SHUTDOWNBUTTON_HH_
19 #define GZ_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 Gazebo GUI plugins.
Definition: gz/gui/Plugin.hh:54