gz/sim/gui/GuiEvents.hh
std::string modelSdfString
The sdf string of the model to be previewed.
Definition: gz/sim/gui/GuiEvents.hh:186
This library is part of the Ignition Robotics project.
STL class.
SpawnPreviewModel(std::string &_modelSdfString)
Constructor.
Definition: gz/sim/gui/GuiEvents.hh:170
Event called to spawn a preview resource, which takes the path to the SDF file. Used by plugins that ...
Definition: gz/sim/gui/GuiEvents.hh:191
static const QEvent::Type kType
Unique type for this event.
Definition: gz/sim/gui/GuiEvents.hh:118
Event called to spawn a preview model. Used by plugins that spawn models.
Definition: gz/sim/gui/GuiEvents.hh:166
Event that notifies when new entities have been selected.
Definition: gz/sim/gui/GuiEvents.hh:90
Event that notifies when all entities have been deselected.
Definition: gz/sim/gui/GuiEvents.hh:128
Event called in the render thread of a 3D scene. It's safe to make rendering calls in this event's ca...
Definition: gz/sim/gui/GuiEvents.hh:154
EntitiesSelected(const std::vector< Entity > &_entities, bool _fromUser=false)
Constructor.
Definition: gz/sim/gui/GuiEvents.hh:96
std::vector< Entity > Data() const
Get the data sent with the event.
Definition: gz/sim/gui/GuiEvents.hh:105
static const QEvent::Type kType
The QEvent representing a snap event occurrence.
Definition: gz/sim/gui/GuiEvents.hh:76
bool FromUser() const
Get whether the event was generated by the user.
Definition: gz/sim/gui/GuiEvents.hh:112
math::Vector3d Scale() const
Get the scale snapping values.
Definition: gz/sim/gui/GuiEvents.hh:70
The class for sending and receiving custom snap value events.
Definition: gz/sim/gui/GuiEvents.hh:40
static const QEvent::Type kType
Unique type for this event.
Definition: gz/sim/gui/GuiEvents.hh:161
static const QEvent::Type kType
Unique type for this event.
Definition: gz/sim/gui/GuiEvents.hh:146
static const QEvent::Type kType
Unique type for this event.
Definition: gz/sim/gui/GuiEvents.hh:201
SnapIntervals(const math::Vector3d &_xyz, const math::Vector3d &_rpy, const math::Vector3d &_scale)
Constructor.
Definition: gz/sim/gui/GuiEvents.hh:46
std::string FilePath() const
Get the path of the SDF file.
Definition: gz/sim/gui/GuiEvents.hh:205
math::Vector3d RPY() const
Get the RPY snapping values.
Definition: gz/sim/gui/GuiEvents.hh:63
math::Vector3d XYZ() const
Get the XYZ snapping values.
Definition: gz/sim/gui/GuiEvents.hh:56
std::string ModelSdfString() const
Get the sdf string of the model.
Definition: gz/sim/gui/GuiEvents.hh:180
std::string filePath
The path of SDF file to be previewed.
Definition: gz/sim/gui/GuiEvents.hh:211
static const QEvent::Type kType
Unique type for this event.
Definition: gz/sim/gui/GuiEvents.hh:176
DeselectAllEntities(bool _fromUser=false)
Constructor.
Definition: gz/sim/gui/GuiEvents.hh:133
bool FromUser() const
Get whether the event was generated by the user.
Definition: gz/sim/gui/GuiEvents.hh:140
SpawnPreviewPath(const std::string &_filePath)
Constructor.
Definition: gz/sim/gui/GuiEvents.hh:195