A convenient structure for storing level information. More...
#include <EditorView.hh>
Public Member Functions | |
| Level () | |
| Constructor. | |
Public Attributes | |
| QGraphicsPixmapItem * | backgroundPixmap |
| Background pixmap for a level. | |
| double | baseHeight |
| Level height from ground. | |
| FloorItem * | floorItem |
| Level's floor item. | |
| double | height |
| Level height. | |
| int | level |
| Level number. | |
| std::string | name |
| Level name. | |
A convenient structure for storing level information.
|
inline |
Constructor.
References backgroundPixmap, baseHeight, floorItem, height, level, and name.
| QGraphicsPixmapItem* backgroundPixmap |
Background pixmap for a level.
Referenced by Level().