Base Dialog for a specific inspector dialog.
More...
#include <BaseInspectorDialog.hh>
Base Dialog for a specific inspector dialog.
gazebo::gui::BaseInspectorDialog::BaseInspectorDialog |
( |
QWidget * |
_parent | ) |
|
Constructor.
- Parameters
-
[in] | _parent | Parent QWidget |
gazebo::gui::BaseInspectorDialog::~BaseInspectorDialog |
( |
| ) |
|
QColor gazebo::gui::BaseInspectorDialog::GetColor |
( |
| ) |
const |
Get the color.
- Returns
- Color.
QString gazebo::gui::BaseInspectorDialog::GetTexture |
( |
| ) |
const |
Get the texture.
- Returns
- Texture.
void gazebo::gui::BaseInspectorDialog::InitColorComboBox |
( |
| ) |
|
Initiate color combo box.
void gazebo::gui::BaseInspectorDialog::InitTextureComboBox |
( |
| ) |
|
Initiate texture combo box.
void gazebo::gui::BaseInspectorDialog::SetColor |
( |
const QColor |
_color | ) |
|
Set the color.
- Parameters
-
void gazebo::gui::BaseInspectorDialog::SetTexture |
( |
const QString |
_texture | ) |
|
Set the texture.
- Parameters
-
QComboBox* gazebo::gui::BaseInspectorDialog::colorComboBox |
Combo box for selecting the color.
std::vector<QColor> gazebo::gui::BaseInspectorDialog::colorList |
QComboBox* gazebo::gui::BaseInspectorDialog::textureComboBox |
Combo box for selecting the texture.
std::vector<QString> gazebo::gui::BaseInspectorDialog::textureList |
Vector of texture options.
The documentation for this class was generated from the following file: