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 ( QWidget *  _parent = 0)
explicit

Constructor.

Parameters
[in]_parentParent QWidget.

Destructor.

Member Function Documentation

void OnAddLevel ( )
slot

Qt callback when the add level button has been pressed.

void OnCurrentLevelChanged ( int  _level)
slot

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

Parameters
[in]_levelChosen level.
void OnDeleteLevel ( )
slot

Qt callback when the delete level button has been pressed.

void OnShowElements ( )
slot

Qt callback when the show elements button has been pressed.

void OnShowFloorplan ( )
slot

Qt callback when the show floorplan button has been pressed.

void OnTriggerShowElements ( )
slot

Trigger show elements.

void OnTriggerShowFloorplan ( )
slot

Trigger show floorplan.


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