Public Member Functions | Public Attributes | List of all members
gazebo::gui::Level Class Reference

A convenient structure for storing level information. More...

#include <EditorView.hh>

Public Member Functions

 Level ()
 Constructor. More...
 

Public Attributes

QGraphicsPixmapItem * backgroundPixmap
 Background pixmap for a level. More...
 
double baseHeight
 Level height from ground. More...
 
FloorItemfloorItem
 Level's floor item. More...
 
double height
 Level height. More...
 
int level
 Level number. More...
 
std::string name
 Level name. More...
 

Detailed Description

A convenient structure for storing level information.

Constructor & Destructor Documentation

gazebo::gui::Level::Level ( )
inline

Constructor.

Member Data Documentation

QGraphicsPixmapItem* gazebo::gui::Level::backgroundPixmap

Background pixmap for a level.

double gazebo::gui::Level::baseHeight

Level height from ground.

FloorItem* gazebo::gui::Level::floorItem

Level's floor item.

double gazebo::gui::Level::height

Level height.

int gazebo::gui::Level::level

Level number.

std::string gazebo::gui::Level::name

Level name.


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