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

Level ( )
inline

Constructor.

Member Data Documentation

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.


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