33 const eC_UInt& uiTexID,
34 const eC_UInt& uiXPos,
const eC_UInt& uiYPos,
35 const eC_UInt& uiWidth,
const eC_UInt& uiHeight,
void* pkData);
69 GUIBitmapPlaneID_t uiNewBitmapID,
71 const eC_Value& vWidth,
const eC_Value& vHeight);
The bitmap plane base class.
Definition: GUIBitmapPlane.h:152
This is the Guiliani base class all controls are derived from.
Definition: GUIObject.h:81
OpenGL graphic wrapper base class. This is the base class for all OpenGL related graphic wrappers (Op...
Definition: GfxWrapGL.h:61
RefreshCall_t
Definition: GfxWrap.h:113
OpenGL (non-'OpenGL-ES') graphic wrapper.
Definition: GfxWrapOGL.h:17
virtual CGUIBitmapPlane * CreateGfxDependentBitmap(GUIBitmapPlaneID_t uiNewBitmapID, const CGUIObject &rkParentObject, const eC_Value &vWidth, const eC_Value &vHeight)
virtual eC_Bool Refresh(const RefreshCall_t eRefreshCallType)
CGfxWrapOGL(CGfxEnv *pkGfxEnv)
virtual ~CGfxWrapOGL(void)
virtual void ReadTextureData(const eC_UInt &uiTexID, const eC_UInt &uiXPos, const eC_UInt &uiYPos, const eC_UInt &uiWidth, const eC_UInt &uiHeight, void *pkData)
static eC_Bool CreateInstance(CGfxEnv *pkGfxEnv)