LevelWidget Class Reference

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...
 

Detailed Description

A widget for adding and changing building levels.

Constructor & Destructor Documentation

§ LevelWidget()

LevelWidget ( QWidget *  _parent = 0)

Constructor.

Parameters
[in]_parentParent QWidget.

§ ~LevelWidget()

Destructor.

Member Function Documentation

§ OnAddLevel

void OnAddLevel ( )
slot

Qt callback when the add level button has been pressed.

§ OnCurrentLevelChanged

void OnCurrentLevelChanged ( int  _level)
slot

Qt callback when the selection of the level combo box has been changed.

Parameters
[in]_levelChosen level.

§ OnDeleteLevel

void OnDeleteLevel ( )
slot

Qt callback when the delete level button has been pressed.

§ OnShowElements

void OnShowElements ( )
slot

Qt callback when the show elements button has been pressed.

§ OnShowFloorplan

void OnShowFloorplan ( )
slot

Qt callback when the show floorplan button has been pressed.

§ OnTriggerShowElements

void OnTriggerShowElements ( )
slot

Trigger show elements.

§ OnTriggerShowFloorplan

void OnTriggerShowFloorplan ( )
slot

Trigger show floorplan.


The documentation for this class was generated from the following file: