Go to the documentation of this file.
18 #ifndef GZ_GUI_PLUGINS_MARKERMANAGER_HH_
19 #define GZ_GUI_PLUGINS_MARKERMANAGER_HH_
31 class MarkerManagerPrivate;
55 public:
virtual void LoadConfig(
const tinyxml2::XMLElement *_pluginElem)
59 private:
bool eventFilter(
QObject *_obj,
QEvent *_event)
override;
virtual void LoadConfig(const tinyxml2::XMLElement *_pluginElem) override
Load the plugin with a configuration file. Override this on custom plugins to handle custom configura...
Base class for Gazebo GUI plugins.
Definition: gz/gui/Plugin.hh:54
virtual ~MarkerManager()
Destructor.
MarkerManager()
Constructor.
This plugin will be in charge of handling the markers in the scene. It will allow to add,...
Definition: MarkerManager.hh:44