Public Member Functions | |
cGuiGfxElement (cGui *apGui) | |
void | Update (float afTimeStep) |
void | AddImage (cResourceImage *apImage) |
void | AddTexture (iTexture *apTexture) |
void | AddImageToBuffer (cResourceImage *apImage) |
void | SetOffset (const cVector3f &avOffset) |
const cVector3f & | GetOffset () const |
void | SetActiveSize (const cVector2f &avSize) |
const cVector2f & | GetActiveSize () |
cGuiGfxAnimation * | CreateAnimtion (const tString &asName) |
void | PlayAnimation (int alNum) |
cGuiGfxAnimation * | GetAnimation (int alIdx) |
void | SetAnimationTime (float afTime) |
void | SetAnimationPaused (bool abX) |
bool | GSetAnimationPaused () |
void | SetMaterial (iGuiMaterial *apMat) |
void | SetColor (const cColor &aColor) |
cVector2f | GetImageSize () |
void | Flush () |