Go to the documentation of this file.
18 #ifndef IGNITION_GAZEBO_GUI_SELECTENTITIES_HH_
19 #define IGNITION_GAZEBO_GUI_SELECTENTITIES_HH_
23 #include <gz/gui/Plugin.hh>
31 class SelectEntitiesPrivate;
46 public:
virtual void LoadConfig(
const tinyxml2::XMLElement *_pluginElem)
50 private:
bool eventFilter(QObject *_obj, QEvent *_event)
override;
virtual void LoadConfig(const tinyxml2::XMLElement *_pluginElem) override
This library is part of the Gazebo project.
virtual ~SelectEntities()
Destructor.
This plugin is in charge of selecting and deselecting the entities from the Scene3D and emit the corr...
Definition: SelectEntities.hh:35
SelectEntities()
Constructor.