1 #ifndef CSM_WOLRD_CELLSELECTION_H
2 #define CSM_WOLRD_CELLSELECTION_H
51 void move (
int x,
int y);
Selection of cells in a paged worldspace.
Definition: cellselection.hpp:15
void move(int x, int y)
Definition: cellselection.cpp:74
bool add(const CellCoordinates &coordinates)
Definition: cellselection.cpp:17
Iterator begin() const
Definition: cellselection.cpp:7
Container mCells
Definition: cellselection.hpp:24
Container::const_iterator Iterator
Definition: cellselection.hpp:20
std::set< CellCoordinates > Container
Definition: cellselection.hpp:19
Definition: cellcoordinates.hpp:12
Iterator end() const
Definition: cellselection.cpp:12
CellCoordinates getCentre() const
Definition: cellselection.cpp:37
bool has(const CellCoordinates &coordinates) const
Definition: cellselection.cpp:27
int getSize() const
Return number of cells.
Definition: cellselection.cpp:32