#include <LinkInspector.hh>
|
void | Accepted () |
| Qt signal emitted to indicate that changes should be applied and the inspector closed. More...
|
|
void | Applied () |
| Set the item name. More...
|
|
|
virtual void | enterEvent (QEvent *_event) |
| Qt event emiited when the mouse enters this widget. More...
|
|
gazebo::gui::LinkInspector::LinkInspector |
( |
QWidget * |
_parent = 0 | ) |
|
Constructor.
- Parameters
-
[in] | _parent | Parent QWidget. |
gazebo::gui::LinkInspector::~LinkInspector |
( |
| ) |
|
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] | _name | Name 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
-
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] | Name | to set the link to. |
The documentation for this class was generated from the following file: