18 #ifndef _GAZEBO_BASE_INSPECTOR_DIALOG_HH_
19 #define _GAZEBO_BASE_INSPECTOR_DIALOG_HH_
47 public:
void InitColorComboBox();
50 public:
void InitTextureComboBox();
54 public: QColor GetColor()
const;
58 public: QString GetTexture()
const;
62 public:
void SetColor(
const QColor _color);
66 public:
void SetTexture(
const QString _texture);
std::vector< QString > textureList
Vector of texture options.
Definition: BaseInspectorDialog.hh:78
Base Dialog for a specific inspector dialog.
Definition: BaseInspectorDialog.hh:35
QComboBox * colorComboBox
Combo box for selecting the color.
Definition: BaseInspectorDialog.hh:69
QComboBox * textureComboBox
Combo box for selecting the texture.
Definition: BaseInspectorDialog.hh:75
#define GZ_GUI_BUILDING_VISIBLE
Definition: system.hh:393
std::vector< QColor > colorList
Vector of color options.
Definition: BaseInspectorDialog.hh:72