granatier
Cell Class Reference
#include <cell.h>
Public Member Functions | |
Cell () | |
~Cell () | |
QList< Element * > | getElements () const |
QList< Element * > | getElements (Granatier::Element::Type type) const |
Granatier::Cell::Type | getType () const |
bool | isWalkable (Element *p_element) const |
void | removeElement (Element *p_element) |
void | setElement (Element *p_element) |
void | setType (Granatier::Cell::Type p_type) |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
QList< Element * > Cell::getElements | ( | Granatier::Element::Type | type | ) | const |
Granatier::Cell::Type Cell::getType | ( | ) | const |
bool Cell::isWalkable | ( | Element * | p_element | ) | const |
void Cell::removeElement | ( | Element * | p_element | ) |
void Cell::setElement | ( | Element * | p_element | ) |
void Cell::setType | ( | Granatier::Cell::Type | p_type | ) |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.