doom3-gpl
Doom 3 GPL source release
|
#include <GLWidget.h>
Public Member Functions | |
idGLDrawableConsole () | |
~idGLDrawableConsole () | |
virtual void | setMedia (const char *name) |
virtual void | draw (int x, int y, int w, int h) |
virtual int | getRealTime () |
Public Member Functions inherited from idGLDrawable | |
idGLDrawable () | |
~idGLDrawable () | |
virtual void | buttonDown (int button, float x, float y) |
virtual void | buttonUp (int button, float x, float y) |
virtual void | mouseMove (float x, float y) |
virtual bool | ScreenCoords () |
void | SetRealTime (int i) |
virtual void | Update () |
float | getScale () |
void | setScale (float f) |
Additional Inherited Members | |
Protected Attributes inherited from idGLDrawable | |
float | scale |
float | xOffset |
float | yOffset |
float | zOffset |
float | pressX |
float | pressY |
bool | handleMove |
int | button |
int | realTime |
Definition at line 152 of file GLWidget.h.
|
inline |
Definition at line 155 of file GLWidget.h.
|
inline |
Definition at line 158 of file GLWidget.h.
Reimplemented from idGLDrawable.
Definition at line 827 of file GLWidget.cpp.
|
inlinevirtual |
Reimplemented from idGLDrawable.
Definition at line 167 of file GLWidget.h.
Reimplemented from idGLDrawable.
Definition at line 161 of file GLWidget.h.