Dialog for configuring a building level.
More...
#include <LevelInspectorDialog.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 building level.
§ LevelInspectorDialog()
Constructor.
- Parameters
-
[in] | _parent | Parent QWidget. |
§ ~LevelInspectorDialog()
§ Applied
Qt signal emitted to indicate that changes should be applied.
§ Color()
Get the color.
- Returns
- Color.
§ Height()
Get the height of the level.
- Returns
- The level height in pixels.
§ InitColorComboBox()
void InitColorComboBox |
( |
| ) |
|
|
inherited |
Initiate color combo box.
§ InitTextureComboBox()
void InitTextureComboBox |
( |
| ) |
|
|
inherited |
Initiate texture combo box.
§ LevelName()
std::string LevelName |
( |
| ) |
const |
Get the name of the level.
- Returns
- The level name.
§ 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.
§ SetColor()
Set the color.
- Parameters
-
§ SetHeight()
void SetHeight |
( |
const double |
_height | ) |
|
Set the height of the level.
- Parameters
-
[in] | _height | Level height in pixels. |
§ SetLevelName()
void SetLevelName |
( |
const std::string & |
_levelName | ) |
|
Set the name of the level.
- Parameters
-
[in] | _levelName | New level name. |
§ SetTexture()
void SetTexture |
( |
const std::string & |
_texture | ) |
|
|
inherited |
Set the texture.
- Parameters
-
§ ShowFloorWidget()
void ShowFloorWidget |
( |
const bool |
_show | ) |
|
Show or hide the floor widget.
- Parameters
-
[in] | _show | True to show the widget, false to hide. |
§ Texture()
std::string Texture |
( |
| ) |
const |
|
inherited |
Get the texture.
- Returns
- Texture.
§ 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: