mkRPG
Public Member Functions | Static Public Member Functions
Cell Class Reference

The Cell class. More...

#include <map.h>

Inheritance diagram for Cell:
TypedObject< CellType > InheritableObject GameObject

Public Member Functions

Cell Cell (CellType &type, GameObject &parent)
bool isSelected () const
void setSelected (bool s=true)
void invertSelected ()
void addSelection ()
bool isPreSelected () const
void confirmPreSelection (bool add=true)
void clearPreSelection ()
CellTypecellType ()
void setCellType (CellType &type)
void operator= (Cell &c)

Static Public Member Functions

static CellcellArray (CellType &type, GameObject &parent, int n)

Detailed Description

The Cell class.


The documentation for this class was generated from the following files:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Defines