Ignition Gazebo

API Reference

3.5.0
DeselectAllEntities Class Reference

Event that notifies when all entities have been deselected. More...

#include <GuiEvents.hh>

Public Member Functions

 DeselectAllEntities (bool _fromUser=false)
 Constructor. More...
 
bool FromUser () const
 Get whether the event was generated by the user. More...
 

Static Public Attributes

static const QEvent::Type kType = QEvent::Type(QEvent::User + 2)
 Unique type for this event. More...
 

Detailed Description

Event that notifies when all entities have been deselected.

Constructor & Destructor Documentation

◆ DeselectAllEntities()

DeselectAllEntities ( bool  _fromUser = false)
inlineexplicit

Constructor.

Parameters
[in]_fromUserTrue if the event was directly generated by the user, false in case it's been propagated through a different mechanism.

Member Function Documentation

◆ FromUser()

bool FromUser ( ) const
inline

Get whether the event was generated by the user.

Returns
True for the user.

Member Data Documentation

◆ kType

const QEvent::Type kType = QEvent::Type(QEvent::User + 2)
static

Unique type for this event.


The documentation for this class was generated from the following file: