|  | 
| bool | canAcceptMessages (int actionId) override | 
|  | 
|  | ControlRadioButton (long x, long y, long width, long height, const String &label, const char *focusOnTexture=NULL, const char *noFocusOnTexture=NULL, const char *focusOffTexture=NULL, const char *noFocusOffTexture=NULL, long textOffsetX=CONTROL_TEXT_OFFSET_X, long textOffsetY=CONTROL_TEXT_OFFSET_Y, long _alignment=(XBFONT_LEFT|XBFONT_CENTER_Y), const char *font=NULL, const char *textColor=NULL, const char *disabledColor=NULL, long angle=0, const char *shadowColor=NULL, const char *focusedColor=NULL, const char *disabledOnTexture=NULL, const char *disabledOffTexture=NULL) | 
|  | 
| CGUIControl * | Create () override | 
|  | 
|  | isSelected () | 
|  | Function:  isSelected() 
Returns the radio buttons's selected status.  More...
 
 | 
|  | 
|  | setLabel (...) | 
|  | Function:  setLabel(label[, font, textColor, disabledColor, shadowColor, focusedColor]) 
Set's the radio buttons text attributes.  More...
 
 | 
|  | 
|  | setRadioDimension (...) | 
|  | Function:  setRadioDimension(x, y, width, height) 
Sets the radio buttons's radio texture's position and size.  More...
 
 | 
|  | 
|  | setSelected (...) | 
|  | Function:  setSelected(selected) 
Sets the radio buttons's selected status.  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...
 
 | 
|  |