doom3-gpl
Doom 3 GPL source release
|
#include <GLWidget.h>
Public Member Functions | |
idGLDrawableMaterial (const idMaterial *mat) | |
idGLDrawableMaterial () | |
~idGLDrawableMaterial () | |
virtual void | setMedia (const char *name) |
virtual void | draw (int x, int y, int w, int h) |
virtual void | buttonUp (int button) |
virtual void | buttonDown (int button, float x, float y) |
virtual void | mouseMove (float x, float y) |
virtual void | Update () |
Public Member Functions inherited from idGLDrawableWorld | |
idGLDrawableWorld () | |
~idGLDrawableWorld () | |
void | AddTris (srfTriangles_t *tris, const idMaterial *mat) |
void | InitWorld () |
Public Member Functions inherited from idGLDrawable | |
idGLDrawable () | |
~idGLDrawable () | |
virtual void | buttonUp (int button, float x, float y) |
virtual int | getRealTime () |
virtual bool | ScreenCoords () |
void | SetRealTime (int i) |
float | getScale () |
void | setScale (float f) |
Protected Attributes | |
const idMaterial * | material |
bool | worldDirty |
float | light |
Protected Attributes inherited from idGLDrawableWorld | |
idRenderWorld * | world |
idRenderModel * | worldModel |
qhandle_t | worldModelDef |
qhandle_t | lightDef |
qhandle_t | modelDef |
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 88 of file GLWidget.h.
|
inline |
Definition at line 91 of file GLWidget.h.
|
inline |
Definition at line 98 of file GLWidget.h.
|
inline |
Definition at line 105 of file GLWidget.h.
Reimplemented from idGLDrawable.
Definition at line 288 of file GLWidget.cpp.
Definition at line 110 of file GLWidget.h.
Reimplemented from idGLDrawableWorld.
Definition at line 354 of file GLWidget.cpp.
Reimplemented from idGLDrawable.
Definition at line 294 of file GLWidget.cpp.
Reimplemented from idGLDrawable.
Definition at line 476 of file GLWidget.cpp.
Reimplemented from idGLDrawable.
Definition at line 113 of file GLWidget.h.
|
protected |
Definition at line 118 of file GLWidget.h.
|
protected |
Definition at line 113 of file GLWidget.h.
|
protected |
Definition at line 117 of file GLWidget.h.