Crazy Eddie's GUI System  ${CEGUI_VERSION}
CEGUI::BoolArray2D Class Reference

Public Member Functions

 BoolArray2D (int width, int height)
 
int width () const
 
int height () const
 
bool elementAtLocation (int x, int y) const
 
void setElementAtLocation (int x, int y, bool value)
 
void clear (bool value=false)
 
void resetSize (int width, int height)