Dialog for configuring a wall item.
More...
#include <WallInspectorDialog.hh>
Dialog for configuring a wall item.
gazebo::gui::WallInspectorDialog::WallInspectorDialog |
( |
QWidget * |
_parent = 0 | ) |
|
Constructor.
- Parameters
-
[in] | _parent | Parent QWidget. |
gazebo::gui::WallInspectorDialog::~WallInspectorDialog |
( |
| ) |
|
ignition::math::Vector2d gazebo::gui::WallInspectorDialog::EndPosition |
( |
| ) |
const |
Get the end position of the wall segment.
- Returns
- Wall segment end position in pixel coordinates.
double gazebo::gui::WallInspectorDialog::Height |
( |
| ) |
const |
Get the height of the wall.
- Returns
- Wall height in pixels.
double gazebo::gui::WallInspectorDialog::Length |
( |
| ) |
const |
Get the length the wall segment.
- Returns
- Wall segment length in pixels.
void gazebo::gui::WallInspectorDialog::SetEndPosition |
( |
const ignition::math::Vector2d & |
_pos | ) |
|
Set the end position of the wall segment.
- Parameters
-
[in] | _pos | end position of the wall segment in pixel coordinates. |
void gazebo::gui::WallInspectorDialog::SetHeight |
( |
const double |
_height | ) |
|
Set the height of the wall.
- Parameters
-
[in] | _height | Height of wall in pixels. |
void gazebo::gui::WallInspectorDialog::SetLength |
( |
const double |
_length | ) |
|
Set the length of the wall segment.
- Parameters
-
[in] | _length | Length of the wall segment in pixels. |
void gazebo::gui::WallInspectorDialog::SetName |
( |
const std::string & |
_name | ) |
|
Set the name of the wall.
- Parameters
-
[in] | _name | Name to set the wall to. |
void gazebo::gui::WallInspectorDialog::SetStartPosition |
( |
const ignition::math::Vector2d & |
_pos | ) |
|
Set the start position of the wall segment.
- Parameters
-
[in] | _pos | Start position of the wall segment in pixel coordinates. |
void gazebo::gui::WallInspectorDialog::SetThickness |
( |
const double |
_thickness | ) |
|
Set the thickness of the wall.
- Parameters
-
[in] | _thickness | Thickness of wall in pixels. |
ignition::math::Vector2d gazebo::gui::WallInspectorDialog::StartPosition |
( |
| ) |
const |
Get the start position of the wall segment.
- Returns
- Wall segment start position in pixel coordinates.
double gazebo::gui::WallInspectorDialog::Thickness |
( |
| ) |
const |
Get the thickness of the wall.
- Returns
- Wall thickness in pixels.
The documentation for this class was generated from the following file: