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... | |
FloorItem * | floorItem |
Level's floor item. More... | |
double | height |
Level height. More... | |
int | level |
Level number. More... | |
std::string | name |
Level name. More... | |
A convenient structure for storing level information.
|
inline |
Constructor.
QGraphicsPixmapItem* gazebo::gui::Level::backgroundPixmap |
Background pixmap for a level.
double gazebo::gui::Level::baseHeight |
Level height from ground.
double gazebo::gui::Level::height |
Level height.
int gazebo::gui::Level::level |
Level number.
std::string gazebo::gui::Level::name |
Level name.