applyTheme(UiTheme *t) | UiObject | [inline] |
BasicObject(const char *name, BasicObject *parent) | BasicObject | |
BasicObject(TiXmlElement *el, BasicObject *p) | BasicObject | |
bCanNeutral | GuiBorder | [protected] |
bottom (defined in GuiBorder) | GuiBorder | |
bShowBorder | GuiBorder | [protected] |
Callback typedef | BasicObject | |
changeTheme(UiTheme *t, const char *classname) (defined in GuiDynamicButton) | GuiDynamicButton | [protected, virtual] |
child_iter typedef (defined in BasicObject) | BasicObject | [protected] |
child_list typedef (defined in BasicObject) | BasicObject | [protected] |
child_reverse_iter typedef (defined in BasicObject) | BasicObject | [protected] |
children (defined in BasicObject) | BasicObject | [protected] |
create(TiXmlElement *el, GuiElement *parent=NULL) | GuiElement | [static] |
createWithoutChildren(TiXmlElement *el, GuiElement *parent=NULL) | GuiElement | [static] |
decRequireOnFrame() | GuiElement | [inline, protected, virtual] |
destroy() | BasicObject | [inline] |
ds_fast enum value (defined in GuiDynamicButton) | GuiDynamicButton | |
ds_none enum value (defined in GuiDynamicButton) | GuiDynamicButton | |
DynamicState enum name (defined in GuiDynamicButton) | GuiDynamicButton | |
eDynamic (defined in GuiDynamicButton) | GuiDynamicButton | |
EventIter typedef (defined in BasicObject) | BasicObject | [protected] |
FocusType enum name | UiObject | |
FocusTypes typedef | UiObject | |
ftDisplay enum value (defined in UiObject) | UiObject | |
ftKeyboard enum value (defined in UiObject) | UiObject | |
ftMouse enum value (defined in UiObject) | UiObject | |
getAbsCenterPoint(Sint32 &x, Sint32 &y) | GuiElement | |
getAbsWindow() | GuiElement | |
getBmps() | GuiBorder | [inline] |
getBtnState() | GuiDynamicButton | [inline, protected] |
getCheck() const (defined in GuiCheckableBtn) | GuiCheckableBtn | [inline] |
getChildWithName(const char *name) | BasicObject | |
getClassName() | GuiRadioBtn | [inline, virtual] |
getClientCenterPoint(Sint32 &x, Sint32 &y) | GuiElement | |
getClientWindow() const | GuiElement | |
getClip() | GuiElement | |
getDrawWindow() | GuiElement | |
getFunc(const char *name) (defined in BasicObject) | BasicObject | [inline, static] |
getFuncByName(const char *name) | BasicObject | |
getFunction(const char *name) (defined in BasicObject) | BasicObject | [static] |
getFunctionByName(const char *name) | BasicObject | |
getiter() (defined in GuiRadioBtn) | GuiRadioBtn | [inline] |
getName() const | BasicObject | [inline] |
getObject(const char *name) (defined in BasicObject) | BasicObject | [inline, static] |
getObjectByName(const char *name) | BasicObject | |
getParent() const | GuiElement | |
getRedraw() | GuiElement | [inline] |
getRelCenterPoint(Sint32 &x, Sint32 &y) | GuiElement | |
getRelWindow() const | GuiElement | |
getState() const (defined in GuiDynamicButton) | GuiDynamicButton | [inline] |
getToplevel() | GuiElement | |
getWndSize(Uint32 &w, Uint32 &h) const | GuiElement | |
getXmlData() | BasicObject | [inline] |
GuiBorder(const SDL_Rect &r, GuiElement *p, const char *name, SdlSurfaceContainer *bmps=0, bool themestyle=true) | GuiBorder | |
GuiBorder(TiXmlElement *el, GuiElement *p) | GuiBorder | |
GuiCheckableBtn(const SDL_Rect &r, GuiElement *p, const char *name, const char *t=0, SdlSurfaceContainer *b=0, SdlAudio *u=0, SdlAudio *d=0) (defined in GuiCheckableBtn) | GuiCheckableBtn | |
GuiCheckableBtn(TiXmlElement *el, GuiElement *p) | GuiCheckableBtn | |
GuiDynamicButton(const SDL_Rect &r, GuiElement *p, const char *name, const char *t, SdlSurfaceContainer *b=0, SdlAudio *u=0, SdlAudio *d=0) (defined in GuiDynamicButton) | GuiDynamicButton | |
GuiDynamicButton(TiXmlElement *el, GuiElement *p) | GuiDynamicButton | |
GuiElement(const SDL_Rect &r, GuiElement *p, const char *name) | GuiElement | |
GuiElement(TiXmlElement *el, GuiElement *p) | GuiElement | |
GuiRadioBtn(const SDL_Rect &r, GuiRadioContainer *p, const char *name, const char *t=0, SdlSurfaceContainer *b=0, SdlAudio *u=0, SdlAudio *d=0) (defined in GuiRadioBtn) | GuiRadioBtn | |
GuiRadioBtn(TiXmlElement *el, GuiRadioContainer *p) | GuiRadioBtn | |
hasSurface() const | GuiElement | [inline, virtual] |
incRequireOnFrame() | GuiElement | [inline, protected, virtual] |
init() | BasicObject | [inline] |
invert | GuiBorder | |
isEnabled() const | GuiElement | |
isGuiElement() const | GuiElement | [inline, virtual] |
isNetSocket() const | BasicObject | [inline, virtual] |
isOglElement() const | UiObject | [inline, virtual] |
isUiObject() const | UiObject | [inline, virtual] |
isVisible() const | GuiElement | |
left | GuiBorder | |
matchName(const char *name) | BasicObject | |
mouseover enum value (defined in GuiDynamicButton) | GuiDynamicButton | |
moveBy(Sint32 x, Sint32 y) | GuiElement | |
moveRelCenterTo(Sint32 x, Sint32 y) | GuiElement | |
moveTo(Sint32 x, Sint32 y) | GuiElement | |
nBmpHeight | GuiBorder | [protected] |
nBmpWidth | GuiBorder | [protected] |
nCornerHeight (defined in GuiBorder) | GuiBorder | [protected] |
nCornerWidth | GuiBorder | [protected] |
neutral (defined in GuiBorder) | GuiBorder | |
newelement(void *presult, BasicObject *o, void *xmldata) (defined in GuiElement) | GuiElement | [inline, static] |
newguiobject(void *presult, BasicObject *o, void *xmldata) (defined in GuiRadioBtn) | GuiRadioBtn | [inline, static] |
normal enum value (defined in GuiDynamicButton) | GuiDynamicButton | |
numChildren() | BasicObject | [inline] |
onButtonPress(Sint32 x, Sint32 y) (defined in GuiDynamicButton) | GuiDynamicButton | [protected, virtual] |
onButtonRelease(bool bInClient) (defined in GuiDynamicButton) | GuiDynamicButton | [protected, virtual] |
onCheck(bool checked) | GuiRadioBtn | [protected, virtual] |
onDestroy() | GuiElement | [protected, virtual] |
onEnabledChanged(bool enabled) | GuiElement | [protected, virtual] |
oneStepToBottom() | UiObject | |
oneStepToTop() | UiObject | |
onFocus(FocusTypes gained) | UiObject | [inline, protected, virtual] |
onFrame(SdlSurface *dst) | GuiDynamicButton | [protected, virtual] |
UiObject::onFrame() | UiObject | [inline, protected, virtual] |
onInit() | GuiRadioBtn | [protected, virtual] |
onKeyDown(SDL_KeyboardEvent *ev) | UiObject | [inline, protected, virtual] |
onKeyUp(SDL_KeyboardEvent *ev) | UiObject | [inline, protected, virtual] |
onMouseDown(SDL_MouseButtonEvent *ev) | GuiCheckableBtn | [protected, virtual] |
onMouseMotion(SDL_MouseMotionEvent *ev) | UiObject | [inline, protected, virtual] |
onMouseMove(Uint32 x, Uint32 y) | GuiElement | [inline, protected, virtual] |
onMouseOut() | GuiElement | [protected, virtual] |
onMouseOver() | GuiElement | [protected, virtual] |
onMouseUp(SDL_MouseButtonEvent *ev) | GuiCheckableBtn | [protected, virtual] |
onRelease(FocusTypes lost) | UiObject | [inline, protected, virtual] |
onResize() | GuiBorder | [protected, virtual] |
onThemeChanged(UiTheme *t) | GuiRadioBtn | [protected, virtual] |
parentitem (defined in BasicObject) | BasicObject | [protected] |
pressed enum value (defined in GuiDynamicButton) | GuiDynamicButton | |
resizeBy(Sint32 dw, Sint32 dh) | GuiElement | |
resizeTo(Uint32 w, Uint32 h) | GuiElement | |
right (defined in GuiBorder) | GuiBorder | |
setAbsWindow(const SDL_Rect &r) | GuiElement | |
setBmps(SdlSurfaceContainer *sc) | GuiBorder | |
setBorderVisible(bool show) (defined in GuiDynamicButton) | GuiDynamicButton | |
setBtnState(StateType t) | GuiDynamicButton | [inline, protected] |
setButtonBmps(SdlSurfaceContainer *b=0) (defined in GuiDynamicButton) | GuiDynamicButton | |
setCallbackData(BasicObject *d) (defined in GuiCheckableBtn) | GuiCheckableBtn | [inline] |
setCheck(bool b) (defined in GuiCheckableBtn) | GuiCheckableBtn | |
setCheckCallback(Callback c) (defined in GuiCheckableBtn) | GuiCheckableBtn | [inline] |
setDrawRectDirty() | GuiElement | [protected] |
setEnabled(bool b) | GuiElement | |
setRedraw() | GuiElement | |
setRelWindow(const SDL_Rect &r) | GuiElement | |
setSounds(SdlAudio *u, SdlAudio *d) (defined in GuiDynamicButton) | GuiDynamicButton | |
setText(const char *t=0) (defined in GuiDynamicButton) | GuiDynamicButton | |
setVisible(bool b) | GuiElement | |
StateType enum name (defined in GuiDynamicButton) | GuiDynamicButton | |
toBottom() | UiObject | |
togglevisibility(void *sender, BasicObject *aim, void *) | GuiElement | [inline, static] |
top (defined in GuiBorder) | GuiBorder | |
toTop() | UiObject | |
tr(const char *text) | UiObject | [static] |
UiObject(BasicObject *parent, const char *name) | UiObject | |
UiObject(TiXmlElement *el, BasicObject *parent) | UiObject | |
xmlData | BasicObject | [protected] |
~BasicObject() (defined in BasicObject) | BasicObject | [virtual] |
~GuiBorder() (defined in GuiBorder) | GuiBorder | [virtual] |
~GuiCheckableBtn() (defined in GuiCheckableBtn) | GuiCheckableBtn | [virtual] |
~GuiDynamicButton() (defined in GuiDynamicButton) | GuiDynamicButton | [virtual] |
~GuiElement() (defined in GuiElement) | GuiElement | [virtual] |
~GuiRadioBtn() (defined in GuiRadioBtn) | GuiRadioBtn | [virtual] |
~UiObject() (defined in UiObject) | UiObject | [virtual] |