|
| | addItem (...) |
| | Function: addItem(item)
Add a new item to this list control. More...
|
| |
| | addItems (...) |
| | Function: addItems(items)
Adds a list of listitems or strings to this list control. More...
|
| |
|
bool | canAcceptMessages (int actionId) override |
| |
|
| ControlList (long x, long y, long width, long height, const char *font=NULL, const char *textColor=NULL, const char *buttonTexture=NULL, const char *buttonFocusTexture=NULL, const char *selectedColor=NULL, long _imageWidth=10, long _imageHeight=10, long _itemTextXOffset=CONTROL_TEXT_OFFSET_X, long _itemTextYOffset=CONTROL_TEXT_OFFSET_Y, long _itemHeight=27, long _space=2, long _alignmentY=XBFONT_CENTER_Y) |
| |
|
CGUIControl * | Create () override |
| |
| | getItemHeight () |
| | Function: getItemHeight()
Returns the control's current item height as an integer. More...
|
| |
| | getListItem (...) |
| | Function: getListItem(index)
Returns a given ListItem in this List. More...
|
| |
| | getSelectedItem () |
| | Function: getSelectedItem()
Returns the selected item as a ListItem object. More...
|
| |
| | getSelectedPosition () |
| | Function: getSelectedPosition()
Returns the position of the selected item as an integer. More...
|
| |
| | getSpace () |
| | Function: getSpace()
Returns the control's space between items as an integer. More...
|
| |
| | getSpinControl () |
| | Function: getSpinControl()
Returns the associated ControlSpin object. More...
|
| |
| | removeItem (...) |
| | Function: removeItem(index)
Remove an item by index number. More...
|
| |
| | reset () |
| | Function: reset()
Clear all ListItems in this control list. More...
|
| |
| | selectItem (...) |
| | Function: selectItem(item)
Select an item by index number. More...
|
| |
|
void | sendLabelBind (int tail) |
| |
| | setImageDimensions (...) |
| | Function: setImageDimensions(imageWidth, imageHeight)
Sets the width/height of items icon or thumbnail. More...
|
| |
| | setItemHeight (...) |
| | Function: setItemHeight(itemHeight)
Sets the height of items. More...
|
| |
| | setPageControlVisible (...) |
| | Function: setPageControlVisible(visible)
Sets the spin control's visible/hidden state. More...
|
| |
| | setSpace (...) |
| | Function: setSpace(space)
Set's the space between items. More...
|
| |
| | setStaticContent (...) |
| | Function: setStaticContent(items)
Fills a static list with a list of listitems. More...
|
| |
| | size () |
| | Function: size()
Returns the total number of items in this list control as an integer. More...
|
| |
| | controlDown (...) |
| | Function: controlDown(control)
Set's the controls down navigation. More...
|
| |
| | controlLeft (...) |
| | Function: controlLeft(control)
Set's the controls left navigation. More...
|
| |
| | controlRight (...) |
| | Function: controlRight(control)
Set's the controls right navigation. More...
|
| |
| | controlUp (...) |
| | Function: controlUp(control)
Set's the controls up navigation. More...
|
| |
| | getHeight () |
| | Function: getHeight()
Returns the control's current height as an integer. More...
|
| |
| | getId () inline bool operator |
| | Function: getId()
Returns the control's current id as an integer. More...
|
| |
| | getWidth () |
| | Function: getWidth()
Returns the control's current width as an integer. More...
|
| |
| | getX () |
| | Function: getX()
Returns the control's current X position. More...
|
| |
| | getY () |
| | Function: getY()
Returns the control's current Y position. More...
|
| |
| | isVisible (...) |
| | Function: isVisible()
Get the control's visible/hidden state. More...
|
| |
| | setAnimations (...) |
| | Function: setAnimations([(event, attr,)*])
Set's the control's animations. More...
|
| |
| | setEnableCondition (...) |
| | Function: setEnableCondition(enable)
Set's the control's enabled condition. More...
|
| |
| | setEnabled (...) |
| | Function: setEnabled(enabled)
Set's the control's enabled/disabled state. More...
|
| |
| | setHeight (...) |
| | Function: setHeight(height)
Set's the controls height. More...
|
| |
| | setNavigation (...) |
| | Function: setNavigation(up, down, left, right)
Set's the controls navigation. More...
|
| |
| | setPosition (...) |
| | Function: setPosition(x, y)
Set's the controls position. More...
|
| |
| | setVisible (...) |
| | Function: setVisible(visible)
Set's the control's visible/hidden state. More...
|
| |
| | setVisibleCondition (...) |
| | Function: setVisibleCondition(visible[,allowHiddenFocus])
Set's the control's visible condition. More...
|
| |
| | setWidth (...) |
| | Function: setWidth(width)
Set's the controls width. More...
|
| |