#include <Pieces.h>
Collaboration diagram for PicGroupDef:

Public Member Functions | |
| PicGroupDef () | |
| QImage | blendImage () |
| int | numPics () const |
| bool | fTexExist () |
Public Attributes | |
| QVector< PicDef > | pics |
| Texture * | tex |
| Texture * | baseTex |
| QString | name |
| EDrawType | drawtype |
| float | r |
| float | g |
| float | b |
| float | exR |
| float | exG |
| float | exB |
| Texture * | sideTex |
| int | sideTexX |
| int | sideTexY |
| EBlackness | blackness |
A "PicGroup" is a group of pieces that generally has the same look currently all groups are of 6 pieces which make a single cube which has a unique apperance. All the pieces in a PicGroup usually share the same color or texture this class holds everything there is to know about this pieces group instances of this object are held by PicBucket
| PicGroupDef::PicGroupDef | ( | ) | [inline] |
| QImage PicGroupDef::blendImage | ( | ) |
| int PicGroupDef::numPics | ( | ) | const [inline] |
| bool PicGroupDef::fTexExist | ( | ) | [inline] |
| QVector<PicDef> PicGroupDef::pics |
| QString PicGroupDef::name |
| float PicGroupDef::r |
| float PicGroupDef::g |
| float PicGroupDef::b |
| float PicGroupDef::exR |
| float PicGroupDef::exG |
| float PicGroupDef::exB |