18 #ifndef _BUILDING_EDITOR_PALETTE_PRIVATE_HH_
19 #define _BUILDING_EDITOR_PALETTE_PRIVATE_HH_
std::vector< QString > textureList
List of default textures to be picked.
Definition: BuildingEditorPalettePrivate.hh:53
std::string currentMode
The current draw mode, empty for none.
Definition: BuildingEditorPalettePrivate.hh:47
QLineEdit * modelNameEdit
Edit the name of the building model.
Definition: BuildingEditorPalettePrivate.hh:38
std::vector< QColor > colorList
List of default colors to be picked.
Definition: BuildingEditorPalettePrivate.hh:50
std::vector< event::ConnectionPtr > connections
A list of gui editor events connected to this palette.
Definition: BuildingEditorPalettePrivate.hh:44
std::string buildingDefaultName
Default name of the building model.
Definition: BuildingEditorPalettePrivate.hh:35
QButtonGroup * brushes
All the brushes (wall, door, window, stair, etc).
Definition: BuildingEditorPalettePrivate.hh:41
Definition: BuildingEditorPalettePrivate.hh:32