Dialog for configuring a window or door item.
More...
#include <WindowDoorInspectorDialog.hh>
Inherits BaseInspectorDialog.
|
void | Applied () |
| Qt signal emitted to indicate that changes should be applied. More...
|
|
|
void | OnApply () |
| Qt callback when the Apply button is pressed. More...
|
|
void | OnCancel () |
| Qt callback when the Cancel button is pressed. More...
|
|
void | OnOK () |
| Qt callback when the Ok button is pressed. More...
|
|
Dialog for configuring a window or door item.
§ mode
Dialog modes.
Enumerator |
---|
WINDOW | Window mode.
|
DOOR | Door mode.
|
§ WindowDoorInspectorDialog()
Constructor.
- Parameters
-
[in] | _mode | Dialog mode |
[in] | _parent | Parent QWidget. |
§ ~WindowDoorInspectorDialog()
§ Applied
Qt signal emitted to indicate that changes should be applied.
§ Color()
Get the color.
- Returns
- Color.
§ Depth()
Get the item depth.
- Returns
- Depth in pixels.
§ Elevation()
double Elevation |
( |
| ) |
const |
Get the item elevation.
- Returns
- Item elevation in pixels.
§ Height()
Get the item height.
- Returns
- Height in pixels.
§ InitColorComboBox()
void InitColorComboBox |
( |
| ) |
|
|
inherited |
Initiate color combo box.
§ InitTextureComboBox()
void InitTextureComboBox |
( |
| ) |
|
|
inherited |
Initiate texture combo box.
§ OnApply
Qt callback when the Apply button is pressed.
§ OnCancel
Qt callback when the Cancel button is pressed.
§ OnOK
Qt callback when the Ok button is pressed.
§ Position()
ignition::math::Vector2d Position |
( |
| ) |
const |
Get the item position.
- Returns
- Item position in pixel coordinates.
§ SetColor()
Set the color.
- Parameters
-
§ SetDepth()
void SetDepth |
( |
const double |
_depth | ) |
|
Set the item depth.
- Parameters
-
[in] | _depth | Depth in pixels. |
§ SetElevation()
void SetElevation |
( |
const double |
_elevation | ) |
|
Set the item elevation.
- Parameters
-
[in] | _elevation | Item elevation in pixels. |
§ SetHeight()
void SetHeight |
( |
const double |
_height | ) |
|
Set the item height.
- Parameters
-
[in] | _height | Height in pixels. |
§ SetName()
void SetName |
( |
const std::string & |
_name | ) |
|
Set the item name.
- Parameters
-
§ SetPosition()
void SetPosition |
( |
const ignition::math::Vector2d & |
_pos | ) |
|
Set the item scene position.
- Parameters
-
[in] | _pos | Position in pixel coordinates. |
§ SetTexture()
void SetTexture |
( |
const std::string & |
_texture | ) |
|
|
inherited |
Set the texture.
- Parameters
-
§ SetType()
void SetType |
( |
const std::string & |
_type | ) |
|
Set the item type.
- Parameters
-
§ SetWidth()
void SetWidth |
( |
const double |
_width | ) |
|
Set the item width.
- Parameters
-
[in] | _width | Width in pixels. |
§ Texture()
std::string Texture |
( |
| ) |
const |
|
inherited |
Get the texture.
- Returns
- Texture.
§ Type()
std::string Type |
( |
| ) |
const |
Get the item type.
- Returns
- Item type.
§ Width()
Get the item width.
- Returns
- Width in pixels.
§ colorComboBox
Combo box for selecting the color.
§ textureComboBox
QComboBox* textureComboBox |
|
protectedinherited |
Combo box for selecting the texture.
The documentation for this class was generated from the following file: