|
| CLASS_PROTOTYPE (Menu) |
|
| Menu (str name) |
|
void | AddMenuItem (UIWidget *item) |
|
void | DeleteMenuItem (UIWidget *item) |
|
void | setName (str name) |
|
void | ShowMenu (Event *ev) |
|
void | HideMenu (Event *ev) |
|
void | ForceShow (void) |
|
void | ForceHide (void) |
|
UIWidget * | GetContainerWidget (void) |
|
UIWidget * | GetNamedWidget (const char *pszName) |
|
void | Update (void) |
|
void | RealignWidgets (void) |
|
float | GetMaxMotionTime (void) |
|
void | ActivateMenu (void) |
|
qboolean | isFullscreen (void) |
|
void | setFullscreen (qboolean bFullScreen) |
|
int | getVidMode (void) |
|
void | setVidMode (int iMode) |
|
qboolean | isVisible (void) |
|
void | SaveCVars (void) |
|
void | RestoreCVars (void) |
|
void | ResetCVars (void) |
|
void | PassEventToWidget (str name, Event *ev) |
|
void | PassEventToAllWidgets (Event &ev) |
|
void | CheckRestart (void) |
|
| 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) |
|