#include <BuildingEditorPalettePrivate.hh>
Public Attributes | |
QButtonGroup * | brushes |
All the brushes (wall, door, window, stair, etc). More... | |
std::map< std::string, int > | brushIdToModeMap |
Link each button ID to a draw mode. More... | |
std::string | buildingDefaultName |
Default name of the building model. More... | |
std::vector< QColor > | colorList |
List of default colors to be picked. More... | |
std::vector< event::ConnectionPtr > | connections |
A list of gui editor events connected to this palette. More... | |
std::string | currentMode |
The current draw mode, empty for none. More... | |
QPushButton * | customColorButton |
Custom color button. More... | |
QColorDialog * | customColorDialog |
Custom color dialog. More... | |
std::string | lastDefaultColor |
Name of the last default color mode. More... | |
std::string | lastDefaultTexture |
Name of the last default texture mode. More... | |
QLineEdit * | modelNameEdit |
Edit the name of the building model. More... | |
std::vector< QString > | textureList |
List of default textures to be picked. More... | |
QButtonGroup* gazebo::gui::BuildingEditorPalettePrivate::brushes |
All the brushes (wall, door, window, stair, etc).
std::map<std::string, int> gazebo::gui::BuildingEditorPalettePrivate::brushIdToModeMap |
Link each button ID to a draw mode.
std::string gazebo::gui::BuildingEditorPalettePrivate::buildingDefaultName |
Default name of the building model.
std::vector<QColor> gazebo::gui::BuildingEditorPalettePrivate::colorList |
List of default colors to be picked.
std::vector<event::ConnectionPtr> gazebo::gui::BuildingEditorPalettePrivate::connections |
A list of gui editor events connected to this palette.
std::string gazebo::gui::BuildingEditorPalettePrivate::currentMode |
The current draw mode, empty for none.
QPushButton* gazebo::gui::BuildingEditorPalettePrivate::customColorButton |
Custom color button.
QColorDialog* gazebo::gui::BuildingEditorPalettePrivate::customColorDialog |
Custom color dialog.
std::string gazebo::gui::BuildingEditorPalettePrivate::lastDefaultColor |
Name of the last default color mode.
std::string gazebo::gui::BuildingEditorPalettePrivate::lastDefaultTexture |
Name of the last default texture mode.
QLineEdit* gazebo::gui::BuildingEditorPalettePrivate::modelNameEdit |
Edit the name of the building model.
std::vector<QString> gazebo::gui::BuildingEditorPalettePrivate::textureList |
List of default textures to be picked.