Gazebo Gui

API Reference

6.8.0

Event which is called to broadcast information about left mouse releases on the scene. For the 3D coordinates of that point on the scene, see LeftClickToScene. More...

#include <GuiEvents.hh>

Public Member Functions

 LeftClickOnScene (const common::MouseEvent &_mouse)
 Constructor. More...
 
const common::MouseEventMouse () const
 Return the left mouse event. More...
 
- Public Member Functions inherited from QEvent
 QEvent (Type type)
 
virtual ~QEvent ()
 
void accept ()
 
void ignore ()
 
bool isAccepted () const
 
void setAccepted (bool accepted)
 
bool spontaneous () const
 
Type type () const
 

Static Public Attributes

static const QEvent::Type kType = QEvent::Type(QEvent::MaxUser - 10)
 Unique type for this event. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from QEvent
int registerEventType (int hint)
 
- Properties inherited from QEvent
 accepted
 

Detailed Description

Event which is called to broadcast information about left mouse releases on the scene. For the 3D coordinates of that point on the scene, see LeftClickToScene.

See also
LeftClickToScene

Constructor & Destructor Documentation

◆ LeftClickOnScene()

LeftClickOnScene ( const common::MouseEvent _mouse)
explicit

Constructor.

Parameters
[in]_mouseThe left mouse event on the scene

Member Function Documentation

◆ Mouse()

const common::MouseEvent& Mouse ( ) const

Return the left mouse event.

Member Data Documentation

◆ kType

const QEvent::Type kType = QEvent::Type(QEvent::MaxUser - 10)
static

Unique type for this event.


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