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* backgroundPixmap |
Background pixmap for a level.
double baseHeight |
Level height from ground.
double height |
Level height.
int level |
Level number.
std::string name |
Level name.