#include <WindowDoorInspectorDialog.hh>
|
void | Applied () |
| Qt signal emitted to indicate that changes should be applied. More...
|
|
gazebo::gui::WindowDoorInspectorDialog::WindowDoorInspectorDialog |
( |
int |
_mode = WINDOW , |
|
|
QWidget * |
_parent = 0 |
|
) |
| |
Constructor.
- Parameters
-
[in] | _mode | Dialog mode |
[in] | _parent | Parent QWidget. |
gazebo::gui::WindowDoorInspectorDialog::~WindowDoorInspectorDialog |
( |
| ) |
|
void gazebo::gui::WindowDoorInspectorDialog::Applied |
( |
| ) |
|
|
signal |
Qt signal emitted to indicate that changes should be applied.
double gazebo::gui::WindowDoorInspectorDialog::GetDepth |
( |
| ) |
const |
Get the item depth.
- Returns
- Depth in pixels.
double gazebo::gui::WindowDoorInspectorDialog::GetElevation |
( |
| ) |
const |
Get the item elevation.
- Returns
- Item elevation in pixels.
double gazebo::gui::WindowDoorInspectorDialog::GetHeight |
( |
| ) |
const |
Get the item height.
- Returns
- Height in pixels.
QPointF gazebo::gui::WindowDoorInspectorDialog::GetPosition |
( |
| ) |
const |
Get the item position.
- Returns
- Item position in pixel coordinates.
std::string gazebo::gui::WindowDoorInspectorDialog::GetType |
( |
| ) |
const |
Get the item type.
- Returns
- Item type.
double gazebo::gui::WindowDoorInspectorDialog::GetWidth |
( |
| ) |
const |
Get the item width.
- Returns
- Width in pixels.
void gazebo::gui::WindowDoorInspectorDialog::SetDepth |
( |
double |
_depth | ) |
|
Set the item depth.
- Parameters
-
[in] | _depth | Depth in pixels. |
void gazebo::gui::WindowDoorInspectorDialog::SetElevation |
( |
double |
_elevation | ) |
|
Set the item elevation.
- Parameters
-
[in] | _elevation | Item elevation in pixels. |
void gazebo::gui::WindowDoorInspectorDialog::SetHeight |
( |
double |
_height | ) |
|
Set the item height.
- Parameters
-
[in] | _height | Height in pixels. |
void gazebo::gui::WindowDoorInspectorDialog::SetName |
( |
const std::string & |
_name | ) |
|
Set the item name.
- Parameters
-
void gazebo::gui::WindowDoorInspectorDialog::SetPosition |
( |
const QPointF & |
_pos | ) |
|
Set the item scene position.
- Parameters
-
[in] | _pos | Position in pixel coordinates. |
void gazebo::gui::WindowDoorInspectorDialog::SetType |
( |
const std::string & |
_type | ) |
|
Set the item type.
- Parameters
-
void gazebo::gui::WindowDoorInspectorDialog::SetWidth |
( |
double |
_width | ) |
|
Set the item width.
- Parameters
-
[in] | _width | Width in pixels. |
The documentation for this class was generated from the following file: