doom3-gpl
Doom 3 GPL source release
|
#include <sys_public.h>
Public Member Functions | |
virtual void | DebugPrintf (const char *fmt,...) id_attribute((format(printf |
virtual void virtual void | DebugVPrintf (const char *fmt, va_list arg)=0 |
virtual double | GetClockTicks (void)=0 |
virtual double | ClockTicksPerSecond (void)=0 |
virtual cpuid_t | GetProcessorId (void)=0 |
virtual const char * | GetProcessorString (void)=0 |
virtual const char * | FPU_GetState (void)=0 |
virtual bool | FPU_StackIsEmpty (void)=0 |
virtual void | FPU_SetFTZ (bool enable)=0 |
virtual void | FPU_SetDAZ (bool enable)=0 |
virtual void | FPU_EnableExceptions (int exceptions)=0 |
virtual bool | LockMemory (void *ptr, int bytes)=0 |
virtual bool | UnlockMemory (void *ptr, int bytes)=0 |
virtual void | GetCallStack (address_t *callStack, const int callStackSize)=0 |
virtual const char * | GetCallStackStr (const address_t *callStack, const int callStackSize)=0 |
virtual const char * | GetCallStackCurStr (int depth)=0 |
virtual void | ShutdownSymbols (void)=0 |
virtual int | DLL_Load (const char *dllName)=0 |
virtual void * | DLL_GetProcAddress (int dllHandle, const char *procName)=0 |
virtual void | DLL_Unload (int dllHandle)=0 |
virtual void | DLL_GetFileName (const char *baseName, char *dllName, int maxLength)=0 |
virtual sysEvent_t | GenerateMouseButtonEvent (int button, bool down)=0 |
virtual sysEvent_t | GenerateMouseMoveEvent (int deltax, int deltay)=0 |
virtual void | OpenURL (const char *url, bool quit)=0 |
virtual void | StartProcess (const char *exePath, bool quit)=0 |
Definition at line 537 of file sys_public.h.
|
pure virtual |
Implemented in idSysLocal.
Reimplemented in idSysLocal.
Implemented in idSysLocal.
|
pure virtual |
Implemented in idSysLocal.
Implemented in idSysLocal.
Implemented in idSysLocal.
Implemented in idSysLocal.
Implemented in idSysLocal.
Implemented in idSysLocal.
Implemented in idSysLocal.
Implemented in idSysLocal.
Implemented in idSysLocal.
|
pure virtual |
Implemented in idSysLocal.
|
pure virtual |
Implemented in idSysLocal.
Implemented in idSysLocal.
Implemented in idSysLocal.
|
pure virtual |
Implemented in idSysLocal.
|
pure virtual |
Implemented in idSysLocal.
Implemented in idSysLocal.
Implemented in idSysLocal.
Implemented in idSysLocal.
Implemented in idSysLocal.
Implemented in idSysLocal.
Implemented in idSysLocal.
Implemented in idSysLocal.