Base Dialog for a specific inspector dialog.
More...
#include <BaseInspectorDialog.hh>
|
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.
gazebo::gui::BaseInspectorDialog::BaseInspectorDialog |
( |
QWidget * |
_parent | ) |
|
Constructor.
- Parameters
-
[in] | _parent | Parent QWidget |
gazebo::gui::BaseInspectorDialog::~BaseInspectorDialog |
( |
| ) |
|
void gazebo::gui::BaseInspectorDialog::Applied |
( |
| ) |
|
|
signal |
Qt signal emitted to indicate that changes should be applied.
Get the color.
- Returns
- Color.
void gazebo::gui::BaseInspectorDialog::InitColorComboBox |
( |
| ) |
|
Initiate color combo box.
void gazebo::gui::BaseInspectorDialog::InitTextureComboBox |
( |
| ) |
|
Initiate texture combo box.
void gazebo::gui::BaseInspectorDialog::OnApply |
( |
| ) |
|
|
protectedslot |
Qt callback when the Apply button is pressed.
void gazebo::gui::BaseInspectorDialog::OnCancel |
( |
| ) |
|
|
protectedslot |
Qt callback when the Cancel button is pressed.
void gazebo::gui::BaseInspectorDialog::OnOK |
( |
| ) |
|
|
protectedslot |
Qt callback when the Ok button is pressed.
void gazebo::gui::BaseInspectorDialog::SetColor |
( |
const common::Color & |
_color | ) |
|
Set the color.
- Parameters
-
void gazebo::gui::BaseInspectorDialog::SetTexture |
( |
const std::string & |
_texture | ) |
|
Set the texture.
- Parameters
-
std::string gazebo::gui::BaseInspectorDialog::Texture |
( |
| ) |
const |
Get the texture.
- Returns
- Texture.
QComboBox* gazebo::gui::BaseInspectorDialog::colorComboBox |
|
protected |
Combo box for selecting the color.
QComboBox* gazebo::gui::BaseInspectorDialog::textureComboBox |
|
protected |
Combo box for selecting the texture.
The documentation for this class was generated from the following file: