PicFamily Struct Reference

PicFamily is a collection of the pieces of the same family. More...

#include <Pieces.h>

List of all members.

Public Member Functions

 PicFamily ()

Public Attributes

QString name
int startIndex
int numGroups
int onResetSetCount
QString iconFilename
int nSetsSelected
int nSelected


Detailed Description

PicFamily is a collection of the pieces of the same family.

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

See also:
PicBucket


Constructor & Destructor Documentation

PicFamily::PicFamily (  )  [inline]


Member Data Documentation

QString PicFamily::name

int PicFamily::nSetsSelected [mutable]

int PicFamily::nSelected [mutable]


The documentation for this struct was generated from the following file: