KShisen
PossibleMove Class Reference
#include <board.h>
Public Member Functions | |
PossibleMove (Path &path) | |
PossibleMove (Path &path, Path &slide) | |
void | Debug () const |
bool | isInPath (int x, int y) const |
Public Attributes | |
bool | m_hasSlide |
Path | m_path |
Path | m_slide |
Detailed Description
Class holding a possible move and its functions.
A PossibleMove is a connection Path between two tiles and optionally a slide Path. Sometimes for a couple of tiles to match there may be multiple possible moves for the player to choose between.
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
bool PossibleMove::m_hasSlide |
Path PossibleMove::m_slide |
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:36 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:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.