#include <Pieces.h>
Public Member Functions | |
PicFamily () | |
Public Attributes | |
QString | name |
int | startIndex |
int | numGroups |
int | onResetSetCount |
QString | iconFilename |
int | nSetsSelected |
int | nSelected |
Pieces groups divide into several families such as the Happy Cube family and the Marble Cube family. each family contains 6 cubes. this class does not hold the pieces of the groups. it only holds the indexes of where it is possible to find them in the PicBucket data structures. It does not hold any meaningful role in the engine and is used only for GUI purposes instances of this object are reside in PicBucket
PicFamily::PicFamily | ( | ) | [inline] |
QString PicFamily::name |
QString PicFamily::iconFilename |
int PicFamily::nSetsSelected [mutable] |
int PicFamily::nSelected [mutable] |