Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

CUI_ListBox Member List

This is the complete list of members for CUI_ListBox, including all inherited members.
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 nameCUI_Frame
BringToFront(void)CUI_Frame [virtual]
CallbackFunc(int id, int numparam, void *param)CUI_ListBox [virtual]
callbackfunc typedefCUI_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 typedefCUI_ListBox [protected]
m_activeItemsCUI_ListBox [protected]
m_animationCUI_Frame [protected]
m_callbackFuncCUI_Frame [protected]
m_coordsysCUI_Frame [protected]
m_countCUI_Frame [protected]
m_counterCUI_Frame [protected]
m_cursorCUI_Frame [protected]
m_flagsCUI_Frame [protected]
m_fontCUI_Control [protected]
m_frameIDCUI_Frame [protected]
m_framesCUI_Frame [protected]
m_hoverShaderCUI_ListBox [protected]
m_itemBorderCUI_ListBox [protected]
m_itemListCUI_ListBox [protected]
m_itemShaderCUI_ListBox [protected]
m_itemSizeCUI_ListBox [protected]
m_oldFadeCUI_Frame [protected]
m_ownedByUICUI_Frame [protected]
m_parentCUI_Frame [protected]
m_selectedCUI_ListBox [protected]
m_selectedShaderCUI_ListBox [protected]
m_shaderCUI_Frame [protected]
m_toggleOffIconCUI_ListBox [protected]
m_toggleOnIconCUI_ListBox [protected]
m_toolTipFrameCUI_Frame [protected]
m_toolTipTextCUI_Frame [protected]
m_uiCUI_Frame [protected]
m_xCUI_Frame [protected]
m_x2CUI_Frame [protected]
m_yCUI_Frame [protected]
m_y2CUI_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]

Generated on Mon Sep 29 23:07:03 2003 for glGUI by doxygen 1.3.4