A widget for adding and changing building levels. More...
#include <LevelWidget.hh>
Inherits QWidget.
Public Slots | |
void | OnAddLevel () |
Qt callback when the add level button has been pressed. More... | |
void | OnCurrentLevelChanged (int _level) |
Qt callback when the selection of the level combo box has been changed. More... | |
void | OnDeleteLevel () |
Qt callback when the delete level button has been pressed. More... | |
void | OnShowElements () |
Qt callback when the show elements button has been pressed. More... | |
void | OnShowFloorplan () |
Qt callback when the show floorplan button has been pressed. More... | |
void | OnTriggerShowElements () |
Trigger show elements. More... | |
void | OnTriggerShowFloorplan () |
Trigger show floorplan. More... | |
Public Member Functions | |
LevelWidget (QWidget *_parent=0) | |
Constructor. More... | |
~LevelWidget () | |
Destructor. More... | |
A widget for adding and changing building levels.
|
explicit |
Constructor.
[in] | _parent | Parent QWidget. |
~LevelWidget | ( | ) |
Destructor.
|
slot |
Qt callback when the add level button has been pressed.
|
slot |
Qt callback when the selection of the level combo box has been changed.
[in] | _level | Chosen level. |
|
slot |
Qt callback when the delete level button has been pressed.
|
slot |
Qt callback when the show elements button has been pressed.
|
slot |
Qt callback when the show floorplan button has been pressed.
|
slot |
Trigger show elements.
|
slot |
Trigger show floorplan.