|
| CLASS_PROTOTYPE (UIListBase) |
|
void | FrameInitialized (void) override |
|
int | getCurrentItem (void) |
|
virtual int | getNumItems (void) |
|
virtual void | DeleteAllItems (void) |
|
virtual void | DeleteItem (int which) |
|
UIVertScroll * | GetScrollBar (void) |
|
void | SetUseScrollBar (qboolean bUse) |
|
| CLASS_PROTOTYPE (UIWidget) |
|
virtual void | Shutdown (void) |
|
virtual void | InitFrame (UIWidget *parentview, float x, float y, float width, float height, int border=-1, const char *fontname="verdana-12") |
|
void | InitFrame (UIWidget *parentview, const UIRect2D &r, int border, const char *fontname="verdana-12") |
|
void | LayoutSize (Event *ev) |
|
void | LayoutRect (Event *ev) |
|
void | LayoutName (Event *ev) |
|
void | LayoutTitle (Event *ev) |
|
void | LayoutFont (Event *ev) |
|
void | LayoutBgColor (Event *ev) |
|
void | LayoutFgColor (Event *ev) |
|
void | LayoutBorderStyle (Event *ev) |
|
void | LayoutBorderColor (Event *ev) |
|
void | LayoutShader (Event *ev) |
|
void | LayoutTileShader (Event *ev) |
|
void | LayoutHoverShader (Event *ev) |
|
void | LayoutPressedShader (Event *ev) |
|
void | LayoutFadeIn (Event *ev) |
|
void | LayoutStopSound (Event *ev) |
|
void | LayoutClickSound (Event *ev) |
|
void | LayoutStretch (Event *ev) |
|
void | LayoutVirtualRes (Event *ev) |
|
void | LayoutInitData (Event *ev) |
|
void | LayoutDirection (Event *ev) |
|
void | LayoutAlign (Event *ev) |
|
void | LayoutStuffCommand (Event *ev) |
|
void | LayoutLinkCvar (Event *ev) |
|
void | LayoutNoParentClipping (Event *ev) |
|
void | LayoutNoParentAdjustment (Event *ev) |
|
void | LayoutOrderNumber (Event *ev) |
|
void | TextAlignment (Event *ev) |
|
void | LayoutAliasCache (Event *ev) |
|
void | SetEnabledCvar (Event *ev) |
|
void | SetScaleCvar (Event *ev) |
|
void | SetDontLocalize (Event *ev) |
|
void | EventFadeSequence (Event *ev) |
|
void | SetVirtualScale (vec2_t out) |
|
void | SetDontLocalize () |
|
void | setParent (UIWidget *parent) |
|
class UIWidget * | getParent (void) |
|
class UIWidget * | getFirstChild (void) |
|
class UIWidget * | getNextSibling (void) |
|
class UIWidget * | getNextChild (UIWidget *child) |
|
class UIWidget * | getPrevChild (UIWidget *child) |
|
class UIWidget * | getPrevSibling (void) |
|
class UIWidget * | getPrevSibling (UIWidget *curr) |
|
class UIWidget * | getLastSibling (void) |
|
class UIWidget * | findSibling (str name) |
|
void | Enable (void) |
|
void | Disable (void) |
|
bool | isEnabled (void) |
|
bool | IsDying (void) |
|
class UIWidget * | FindResponder (const UIPoint2D &pos) |
|
void | setFont (const char *name) |
|
void | setFontHorizontalAlignment (fonthorzjustify_t alignment) |
|
void | setFontVerticalAlignment (fontvertjustify_t alignment) |
|
void | setShow (bool visible) |
|
bool | getShow (void) |
|
class UColor | getBackgroundColor (void) |
|
virtual void | setBackgroundColor (const UColor &color, bool setbordercolor) |
|
class UBorderColor | getBorderColor (void) |
|
void | setBorderColor (const UBorderColor &color) |
|
class UColor | getForegroundColor (void) |
|
virtual void | setForegroundColor (const UColor &color) |
|
borderstyle_t | getBorderStyle (void) |
|
void | setBorderStyle (borderstyle_t style) |
|
class UISize2D | getSize (void) |
|
void | setSize (const UISize2D &newsize) |
|
class UIRect2D | getFrame (void) |
|
void | setFrame (const UIRect2D &newframe) |
|
class UIPoint2D | getOrigin (void) |
|
void | setOrigin (const UIPoint2D &neworigin) |
|
void | setName (str name) |
|
const char * | getName (void) |
|
void | setTitle (str title) |
|
const char * | getTitle (void) |
|
void | setDirection (direction_t dir) |
|
direction_t | getDirection (void) |
|
void | setMotionType (motion_t type) |
|
motion_t | getMotionType (void) |
|
void | setMotionTime (float time) |
|
float | getMotionTime (void) |
|
void | setAlign (int align) |
|
int | getAlign (void) |
|
void | setMaterial (UIReggedMaterial *mat) |
|
void | setHoverMaterial (UIReggedMaterial *mat) |
|
void | setPressedMaterial (UIReggedMaterial *mat) |
|
class UIPoint2D | getLocalPoint (const UIPoint2D &pos) |
|
class UIPoint2D | getGlobalPoint (const UIPoint2D &pos) |
|
virtual void | setBackgroundAlpha (float f) |
|
float | getBackgroundAlpha (void) |
|
void | Display (const UIRect2D &drawframe, float parent_alpha) |
|
virtual void | CharEvent (int ch) |
|
virtual void | UpdateData (void) |
|
virtual void | UpdateUIElement (void) |
|
float | getTitleWidth (void) |
|
float | getTitleHeight (void) |
|
bool | CanActivate (void) |
|
void | AllowActivate (bool canactivate) |
|
bool | IsActive (void) |
|
bool | IsVisible (void) |
|
virtual void | LinkCvar (str cvarname) |
|
void | LinkCommand (str cmd) |
|
void | ExecuteShowCommands (void) |
|
void | ExecuteHideCommands (void) |
|
void | InitializeCommandHandler (void(*fcn)(const char *, void *)) |
|
class UIWidget * | FindWidget (str name) |
|
void | ResetMotion (motion_t type) |
|
virtual void | Realign (void) |
|
void | BringToFrontPropogated (void) |
|
class UIWidget * | IsThisOrChildActive (void) |
|
class UIPoint2D | MouseEventToClientPoint (Event *ev) |
|
class UIRect2D | getClientFrame (void) |
|
void | setAlwaysOnBottom (bool b) |
|
void | setAlwaysOnTop (bool b) |
|
bool | getAlwaysOnBottom (void) |
|
bool | getAlwaysOnTop (void) |
|
bool | SendSignal (Event &event) |
|
void | ShowCommand (Event *ev) |
|
void | HideCommand (Event *ev) |
|
void | AddFlag (int flag) |
|
void | SetHovermaterialActive (bool a) |
|
void | SetPressedmaterialActive (bool a) |
|
int | getOrderNum (void) |
|
class str | getCommand (void) |
|
void | ActivateOrder (void) |
|
void | EnableEvent (Event *ev) |
|
void | DisableEvent (Event *ev) |
|
void | setConfigstringIndex (int cs) |
|
int | getConfigstringIndex (void) |
|
bool | PassEventToWidget (str name, Event *ev) |
|
UIFont * | getFont () const |
|
bool | isVirtual () const |
|
const vec2_t & | getVirtualScale () const |
|
const vec2_t & | getHighResScale () const |
|
| CLASS_PROTOTYPE (USignal) |
|
bool | SendSignal (Event &ev) |
|
bool | Connect (Listener *object, Event &inevent, Event &outevent) |
|
bool | Disconnect (Listener *object, Event &ev) |
|
bool | Disconnect (Listener *object) |
|
| CLASS_PROTOTYPE (Listener) |
|
virtual Listener * | GetScriptOwner (void) |
|
virtual void | SetScriptOwner (Listener *newOwner) |
|
void | Archive (Archiver &arc) override |
|
void | CancelEventsOfType (Event *ev) |
|
void | CancelEventsOfType (Event &ev) |
|
void | CancelFlaggedEvents (int flags) |
|
void | CancelPendingEvents (void) |
|
qboolean | EventPending (Event &ev) |
|
void | PostEvent (Event *ev, float delay, int flags=0) |
|
void | PostEvent (const Event &ev, float delay, int flags=0) |
|
qboolean | PostponeAllEvents (float time) |
|
qboolean | PostponeEvent (Event &ev, float time) |
|
bool | ProcessEvent (const Event &ev) |
|
bool | ProcessEvent (Event *ev) |
|
bool | ProcessEvent (Event &ev) |
|
ScriptVariable & | ProcessEventReturn (Event *ev) |
|
void | ProcessContainerEvent (const Container< Event * > &conev) |
|
qboolean | ProcessPendingEvents (void) |
|
bool | ProcessScriptEvent (Event &ev) |
|
bool | ProcessScriptEvent (Event *ev) |
|
int | GetFlags (Event *event) const |
|
qboolean | ValidEvent (str name) const |
|
void | CommandDelay (Event *ev) |
|
void | Remove (Event *ev) |
|
void | ScriptRemove (Event *ev) |
|
void | EventInheritsFrom (Event *ev) |
|
void | EventIsInheritedBy (Event *ev) |
|
void | GetClassname (Event *ev) |
|
virtual ClassDef * | classinfo (void) const |
|
void | warning (const char *function, const char *format,...) const |
|
void | error (const char *function, const char *format,...) const |
|
qboolean | inheritsFrom (ClassDef *c) const |
|
qboolean | inheritsFrom (const char *name) const |
|
qboolean | isInheritedBy (const char *name) const |
|
qboolean | isInheritedBy (ClassDef *c) const |
|
const char * | getClassname (void) const |
|
const char * | getClassID (void) const |
|
const char * | getSuperclass (void) const |
|
void * | operator new (size_t s) |
|
void | operator delete (void *ptr) |
|
void * | operator new (size_t size, void *placement) |
|
void | operator delete (void *ptr, void *placement) |
|
template<typename T> |
void * | operator new (size_t size, T &placement) |
|
template<typename T> |
void | operator delete (void *ptr, T &placement) |
|