#include <LinkInspector.hh>
Inherits QDialog.
|
void | Accepted () |
| Qt signal emitted to indicate that changes should be applied and the inspector closed. More...
|
|
void | Applied () |
| Qt signal emitted to indicate that changes should be applied. More...
|
|
void | Opened () |
| Set the item name. More...
|
|
void | ShowCollisions (const bool _show) |
| Qt signal emitted to indicate that all collisions should be shown/hidden. More...
|
|
void | ShowLinkFrame (const bool _show) |
| Qt signal emitted to indicate that link frame should be shown/hidden. More...
|
|
void | ShowVisuals (const bool _show) |
| Qt signal emitted to indicate that all visuals should be shown/hidden. More...
|
|
|
virtual void | enterEvent (QEvent *_event) |
| Qt event emiited when the mouse enters this widget. More...
|
|
Constructor.
- Parameters
-
[in] | _parent | Parent QWidget. |
Qt signal emitted to indicate that changes should be applied and the inspector closed.
Qt signal emitted to indicate that changes should be applied.
virtual void 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.
Get configurations of the link.
- Returns
- Tab widget with link configurations.
Get visual configurations of the link.
- Returns
- Tab widget with visual configurations.
std::string Name |
( |
| ) |
const |
Get the name of the link.
- Returns
- Name of the link.
Set the item name.
- Parameters
-
[in] | _name | Name to set to. Qt signal emitted to indicate that the inspector was opened. |
void SetLinkId |
( |
const std::string & |
_id | ) |
|
Set the id for this link.
- Parameters
-
void SetName |
( |
const std::string & |
_name | ) |
|
Set the name of the link.
- Parameters
-
[in] | Name | to set the link to. |
void SetShowCollisions |
( |
const bool |
_show | ) |
|
Set the state of show collisions button.
- Parameters
-
[in] | _show | If true, button is checked. |
void SetShowLinkFrame |
( |
const bool |
_show | ) |
|
Set the state of show link frame button.
- Parameters
-
[in] | _show | If true, button is checked. |
void SetShowVisuals |
( |
const bool |
_show | ) |
|
Set the state of show visuals button.
- Parameters
-
[in] | _show | If true, button is checked. |
void ShowCollisions |
( |
const bool |
_show | ) |
|
|
signal |
Qt signal emitted to indicate that all collisions should be shown/hidden.
- Parameters
-
void ShowLinkFrame |
( |
const bool |
_show | ) |
|
|
signal |
Qt signal emitted to indicate that link frame should be shown/hidden.
- Parameters
-
void ShowVisuals |
( |
const bool |
_show | ) |
|
|
signal |
Qt signal emitted to indicate that all visuals should be shown/hidden.
- Parameters
-
The documentation for this class was generated from the following file: