| Activate(bool active=true) | CUI_Frame | [virtual] |
| AddChild(CUI_Frame *frame) | CUI_Control | [inline, protected, virtual] |
| CUI_Frame::AddChild(CUI_Frame *frame, bool back=false) | CUI_Frame | [virtual] |
| AddClickableToList(void *voidlist) | CUI_Control | [virtual] |
| AddItem(char *text=NULL, unsigned int itemID=0, IUI_Shader *icon=NULL, unsigned short flags=UI_ITEM_BUTTON) | CUI_ListBox | [virtual] |
| AddItem(CUI_ListItem *item) | CUI_ListBox | [virtual] |
| Animate(double dtime, IUI_Renderer *renderer) | CUI_Frame | [virtual] |
| animation_t enum name | CUI_Frame | |
| BringToFront(void) | CUI_Frame | [virtual] |
| CallbackFunc(int id, int numparam, void *param) | CUI_ListBox | [virtual] |
| callbackfunc typedef | CUI_Frame | |
| Click(int &id, int &numparam, void **param) | CUI_Frame | [inline, virtual] |
| Convert(float &x, float &y) | CUI_Frame | [virtual] |
| ConvertFromGlobal(float &x, float &y) | CUI_Frame | [virtual] |
| CUI_Control(CUI_UI *ui=NULL, float x=0, float y=0, float x2=1, float y2=1, CUI_Frame *parent=NULL, IUI_Shader *shader=NULL, IUI_Shader *cursor=NULL, CUI_CoordSys *coordsys=NULL) | CUI_Control | |
| CUI_Frame(CUI_UI *ui=NULL, float x=0, float y=0, float x2=1, float y2=1, CUI_Frame *parent=NULL, IUI_Shader *shader=NULL, IUI_Shader *cursor=NULL, CUI_CoordSys *coordsys=NULL) | CUI_Frame | |
| CUI_ListBox(CUI_UI *ui=NULL, float x=0, float y=0, float x2=1, float y2=1, CUI_Frame *parent=NULL, IUI_Shader *shader=NULL, IUI_Shader *cursor=NULL, CUI_CoordSys *coordsys=NULL, IUI_Shader *itemshader=NULL, IUI_Shader *hovershader=NULL, IUI_Shader *selectedshader=NULL, IUI_Border *itemborder=NULL, IUI_Font *font=NULL) | CUI_ListBox | |
| DeleteChild(CUI_Frame *frame) | CUI_Control | [inline, protected, virtual] |
| DeleteParam(void *param) | CUI_Frame | [inline, virtual] |
| Drag(float x, float y, float dx, float dy, int &id, int &numparam, void **param) | CUI_Frame | [inline, virtual] |
| Enable(bool enable=true) | CUI_Frame | [virtual] |
| EnableItem(unsigned int itemID, bool enable=true) | CUI_ListBox | [virtual] |
| FindItem(unsigned int itemID) | CUI_ListBox | [protected] |
| GetActiveItems() | CUI_ListBox | [inline, virtual] |
| GetAnimation() | CUI_Frame | [inline, virtual] |
| GetBorder(void) | CUI_Frame | [inline, virtual] |
| GetCoordSys(void) | CUI_Frame | [inline, virtual] |
| GetCounter() | CUI_Frame | [inline, virtual] |
| GetCursor(void) | CUI_Frame | [virtual] |
| GetFlag(unsigned long flag) | CUI_Frame | [virtual] |
| GetFont(void) | CUI_Frame | [inline, virtual] |
| GetFrameID(void) | CUI_Frame | [inline, virtual] |
| GetParent(void) | CUI_Frame | [virtual] |
| GetRect(v4_f rect) | CUI_Frame | [virtual] |
| GetSelectedIconShader() | CUI_ListBox | [inline, virtual] |
| GetSelectedID() | CUI_ListBox | [inline, virtual] |
| GetSelectedText() | CUI_ListBox | [inline, virtual] |
| GetShader(void) | CUI_Frame | [virtual] |
| GetToolTipFrame() | CUI_Frame | [inline, virtual] |
| GetToolTipText() | CUI_Frame | [inline, virtual] |
| IsClickable() | CUI_Control | [inline, virtual] |
| IsControl() | CUI_Control | [inline, virtual] |
| IsDraggable() | CUI_Frame | [inline, virtual] |
| IsOwnedByUI() | CUI_Frame | [inline, virtual] |
| LISTITEMLIST typedef | CUI_ListBox | [protected] |
| m_activeItems | CUI_ListBox | [protected] |
| m_animation | CUI_Frame | [protected] |
| m_callbackFunc | CUI_Frame | [protected] |
| m_coordsys | CUI_Frame | [protected] |
| m_count | CUI_Frame | [protected] |
| m_counter | CUI_Frame | [protected] |
| m_cursor | CUI_Frame | [protected] |
| m_flags | CUI_Frame | [protected] |
| m_font | CUI_Control | [protected] |
| m_frameID | CUI_Frame | [protected] |
| m_frames | CUI_Frame | [protected] |
| m_hoverShader | CUI_ListBox | [protected] |
| m_itemBorder | CUI_ListBox | [protected] |
| m_itemList | CUI_ListBox | [protected] |
| m_itemShader | CUI_ListBox | [protected] |
| m_itemSize | CUI_ListBox | [protected] |
| m_oldFade | CUI_Frame | [protected] |
| m_ownedByUI | CUI_Frame | [protected] |
| m_parent | CUI_Frame | [protected] |
| m_selected | CUI_ListBox | [protected] |
| m_selectedShader | CUI_ListBox | [protected] |
| m_shader | CUI_Frame | [protected] |
| m_toggleOffIcon | CUI_ListBox | [protected] |
| m_toggleOnIcon | CUI_ListBox | [protected] |
| m_toolTipFrame | CUI_Frame | [protected] |
| m_toolTipText | CUI_Frame | [protected] |
| m_ui | CUI_Frame | [protected] |
| m_x | CUI_Frame | [protected] |
| m_x2 | CUI_Frame | [protected] |
| m_y | CUI_Frame | [protected] |
| m_y2 | CUI_Frame | [protected] |
| Move(float x, float y, float x2, float y2) | CUI_Frame | [virtual] |
| Move(float x, float y) | CUI_Frame | [virtual] |
| ProcessKey(unsigned long key) | CUI_ListBox | [virtual] |
| RemoveItem(unsigned int itemID) | CUI_ListBox | [virtual] |
| Render(double dtime, IUI_Renderer *renderer) | CUI_ListBox | [virtual] |
| RenderBackground(double dtime, IUI_Renderer *renderer) | CUI_Frame | [virtual] |
| RenderChildren(double dtime, IUI_Renderer *renderer) | CUI_Frame | [virtual] |
| RenderStart(double dtime, IUI_Renderer *renderer) | CUI_Frame | [virtual] |
| ResetCounter(bool count) | CUI_Frame | [inline, virtual] |
| Save(char *filename) | CUI_Frame | [virtual] |
| Save(FILE *file) | CUI_Frame | [virtual] |
| Select(CUI_Frame *frame) | CUI_ListBox | [virtual] |
| Select(unsigned int id) | CUI_ListBox | [inline, virtual] |
| SelectNext() | CUI_ListBox | [protected] |
| SelectPrevious() | CUI_ListBox | [protected] |
| SetAnimation(animation_t anim) | CUI_Frame | [inline, virtual] |
| SetBorder(IUI_Border *border) | CUI_Control | [inline, protected, virtual] |
| SetCoordSys(CUI_CoordSys *coordsys) | CUI_Control | [inline, protected, virtual] |
| SetCursor(IUI_Shader *cursor) | CUI_Frame | [virtual] |
| SetFlag(unsigned long flag, bool set) | CUI_Frame | [virtual] |
| SetFont(IUI_Font *font) | CUI_Control | [inline, virtual] |
| SetFrameCallback(callbackfunc func) | CUI_Frame | [inline, virtual] |
| SetFrameID(unsigned long id) | CUI_Frame | [inline, virtual] |
| SetHoverShader(IUI_Shader *shader) | CUI_ListBox | [inline, virtual] |
| SetItemBorder(IUI_Border *border) | CUI_ListBox | [inline, virtual] |
| SetItemFlag(unsigned int itemID, unsigned short flag, bool enable=true) | CUI_ListBox | [virtual] |
| SetItemIcon(unsigned int itemID, IUI_Shader *icon) | CUI_ListBox | [virtual] |
| SetItemShader(IUI_Shader *shader) | CUI_ListBox | [inline, virtual] |
| SetItemSize(float size) | CUI_ListBox | [inline, virtual] |
| SetOwnedByUI() | CUI_Frame | [inline, virtual] |
| SetParent(CUI_Frame *frame) | CUI_Frame | [virtual] |
| SetSelectedShader(IUI_Shader *shader) | CUI_ListBox | [inline, virtual] |
| SetShader(IUI_Shader *shader) | CUI_Frame | [virtual] |
| SetText(const char *text) | CUI_Frame | [inline, virtual] |
| SetToggleIcons(IUI_Shader *off, IUI_Shader *on) | CUI_ListBox | [inline, virtual] |
| SetToolTipFrame(CUI_Frame *frame) | CUI_Frame | [inline, virtual] |
| SetToolTipText(char *text) | CUI_Frame | [virtual] |
| SetToRange(IUI_Renderer *renderer) | CUI_Frame | [virtual] |
| SetUI(CUI_UI *ui) | CUI_Frame | [inline, virtual] |
| TestHit(float x, float y) | CUI_Frame | [virtual] |
| UI_FADELINE enum value (defined in CUI_Frame) | CUI_Frame | |
| UI_FADESIN enum value (defined in CUI_Frame) | CUI_Frame | |
| UI_NONE enum value (defined in CUI_Frame) | CUI_Frame | |
| UpdateView() | CUI_ListBox | [virtual] |
| ~CUI_Control() | CUI_Control | |
| ~CUI_Frame() | CUI_Frame | [virtual] |
| ~CUI_ListBox() | CUI_ListBox | [virtual] |