Image control.
More...
#include <Image.h>
Public Member Functions |
| Image (u16 *pIndices, core::RectI rect, gfx::Renderer *pRenderer) |
| Constructor.
|
| ~Image () |
| Destructor.
|
virtual void | Render () |
| Render the control.
|
virtual void | SetUV (float u1, float v1, float u2, float v2) |
virtual | ~Control () |
virtual bool | CheckClick (int X, int Y) |
| Checks if control clicked.
|
virtual void | Connect (EventType eventtype, core::Functor2< void, Control *, EventArgs * > *Function) |
| Connect an event.
|
virtual void | SetPosistion (int X, int Y) |
| Sets the control position.
|
virtual void | SetSize (int Width, int Height) |
| Sets Control size.
|
virtual void | SetRect (int X, int Y, int Width, int Height) |
| Sets the control rect.
|
virtual void | SetRect (core::RectI rect) |
| Sets the control rect.
|
virtual bool | GetFocus () |
| Gets The Focuse Status.
|
virtual void | SetFocus (bool FocusStatus) |
| Set The Focuse Status.
|
| KgeUnknown () |
| Constructor.
|
virtual | ~KgeUnknown () |
| Destructor.
|
virtual void | AddRef () |
| Add a reference to the object.
|
virtual void | DecRef () |
| Decrease a reference from the object. if its reference count get 0 then the object will destroy.
|
u32 | GetRefCount () |
| Return resource reference count.
|
const char * | GetDebugText () |
| returns the instance debug text.
|
Protected Member Functions |
virtual void | Update () |
Detailed Description
Image control.
Definition at line 16 of file Image.h.
Constructor & Destructor Documentation
kge::gui::Image::~Image |
( |
| ) |
|
Member Function Documentation
virtual void kge::gui::Image::Render |
( |
| ) |
|
|
virtual |
virtual void kge::gui::Image::SetUV |
( |
float |
u1, |
|
|
float |
v1, |
|
|
float |
u2, |
|
|
float |
v2 |
|
) |
| |
|
virtual |
virtual void kge::gui::Image::Update |
( |
| ) |
|
|
protectedvirtual |
Member Data Documentation
The documentation for this class was generated from the following file:
- E:/mycodes/git/kge/Include/gui/Image.h