Base Dialog for a specific inspector dialog.
More...
#include <BaseInspectorDialog.hh>
Inherits QDialog.
Inherited by LevelInspectorDialog, StairsInspectorDialog, WallInspectorDialog, and WindowDoorInspectorDialog.
|
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...
|
|
Base Dialog for a specific inspector dialog.
§ BaseInspectorDialog()
Constructor.
- Parameters
-
[in] | _parent | Parent QWidget |
§ ~BaseInspectorDialog()
§ Applied
Qt signal emitted to indicate that changes should be applied.
§ Color()
Get the color.
- Returns
- Color.
§ InitColorComboBox()
void InitColorComboBox |
( |
| ) |
|
Initiate color combo box.
§ InitTextureComboBox()
void InitTextureComboBox |
( |
| ) |
|
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.
§ SetColor()
Set the color.
- Parameters
-
§ SetTexture()
void SetTexture |
( |
const std::string & |
_texture | ) |
|
Set the texture.
- Parameters
-
§ Texture()
std::string Texture |
( |
| ) |
const |
Get the texture.
- Returns
- Texture.
§ colorComboBox
Combo box for selecting the color.
§ textureComboBox
QComboBox* textureComboBox |
|
protected |
Combo box for selecting the texture.
The documentation for this class was generated from the following file: