Signals | Public Member Functions | Protected Member Functions | List of all members
gazebo::gui::LinkInspector Class Reference

#include <LinkInspector.hh>

Inheritance diagram for gazebo::gui::LinkInspector:
Inheritance graph
[legend]

Signals

void Accepted ()
 Qt signal emitted to indicate that changes should be applied and the inspector closed. More...
 
void Applied ()
 Set the item name. More...
 

Public Member Functions

 LinkInspector (QWidget *_parent=0)
 Constructor. More...
 
 ~LinkInspector ()
 Destructor. More...
 
CollisionConfigGetCollisionConfig () const
 Get collision configurations of the link. More...
 
LinkConfigGetLinkConfig () const
 Get configurations of the link. More...
 
std::string GetName () const
 Get the name of the link. More...
 
VisualConfigGetVisualConfig () const
 Get visual configurations of the link. More...
 
void SetName (const std::string &_name)
 Set the name of the link. More...
 

Protected Member Functions

virtual void enterEvent (QEvent *_event)
 Qt event emiited when the mouse enters this widget. More...
 

Constructor & Destructor Documentation

gazebo::gui::LinkInspector::LinkInspector ( QWidget *  _parent = 0)

Constructor.

Parameters
[in]_parentParent QWidget.
gazebo::gui::LinkInspector::~LinkInspector ( )

Destructor.

Member Function Documentation

void gazebo::gui::LinkInspector::Accepted ( )
signal

Qt signal emitted to indicate that changes should be applied and the inspector closed.

void gazebo::gui::LinkInspector::Applied ( )
signal

Set the item name.

Parameters
[in]_nameName to set to. Qt signal emitted to indicate that changes should be applied.
virtual void gazebo::gui::LinkInspector::enterEvent ( QEvent *  _event)
protectedvirtual

Qt event emiited when the mouse enters this widget.

Parameters
[in]_eventQt event.
CollisionConfig* gazebo::gui::LinkInspector::GetCollisionConfig ( ) const

Get collision configurations of the link.

Returns
Tab widget with visual configurations.
LinkConfig* gazebo::gui::LinkInspector::GetLinkConfig ( ) const

Get configurations of the link.

Returns
Tab widget with link configurations.
std::string gazebo::gui::LinkInspector::GetName ( ) const

Get the name of the link.

Returns
Name of the link.
VisualConfig* gazebo::gui::LinkInspector::GetVisualConfig ( ) const

Get visual configurations of the link.

Returns
Tab widget with visual configurations.
void gazebo::gui::LinkInspector::SetName ( const std::string &  _name)

Set the name of the link.

Parameters
[in]Nameto set the link to.

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