gz/sim/gui/GuiEvents.hh
uint64_t Entity
An Entity identifies a single object in simulation such as a model, link, or light....
Definition: gz/sim/Entity.hh:58
Event that contains entities newly created or removed from the GUI, but that aren't present on the se...
Definition: gz/sim/gui/GuiEvents.hh:115
This library is part of the Gazebo project.
True if a transform control is currently active (translate / rotate / scale). False if we're in selec...
Definition: gz/sim/gui/GuiEvents.hh:165
Component< Entity, class ParentEntityTag > ParentEntity
This component holds an entity's parent entity.
Definition: gz/sim/components/ParentEntity.hh:41
Event that notifies an entity is to be added to the model editor.
Definition: gz/sim/gui/GuiEvents.hh:188
Event that notifies when new entities have been selected.
Definition: gz/sim/gui/GuiEvents.hh:50
Event that notifies when all entities have been deselected.
Definition: gz/sim/gui/GuiEvents.hh:88
EntitiesSelected(const std::vector< Entity > &_entities, bool _fromUser=false)
Constructor.
Definition: gz/sim/gui/GuiEvents.hh:56
Event that notifies a visual plugin is to be loaded.
Definition: gz/sim/gui/GuiEvents.hh:221
Event that notifies a visual plugin is to be loaded.
Definition: gz/sim/gui/GuiEvents.hh:243
bool TransformControlActive()
Get the event's value.
Definition: gz/sim/gui/GuiEvents.hh:178
std::vector< Entity > Data() const
Get the data sent with the event.
Definition: gz/sim/gui/GuiEvents.hh:65
Event that notifies when new entities have been created or removed on the server. This is a duplicati...
Definition: gz/sim/gui/GuiEvents.hh:141
bool FromUser() const
Get whether the event was generated by the user.
Definition: gz/sim/gui/GuiEvents.hh:72
TransformControlModeActive(const bool _tranformModeActive)
Constructor.
Definition: gz/sim/gui/GuiEvents.hh:169
DeselectAllEntities(bool _fromUser=false)
Constructor.
Definition: gz/sim/gui/GuiEvents.hh:93
bool FromUser() const
Get whether the event was generated by the user.
Definition: gz/sim/gui/GuiEvents.hh:100