doom3-gpl
Doom 3 GPL source release
|
#include <GLWidget.h>
Public Member Functions | |
idGLDrawableModel (const char *name) | |
idGLDrawableModel () | |
~idGLDrawableModel () | |
virtual void | setMedia (const char *name) |
virtual void | buttonDown (int button, float x, float y) |
virtual void | mouseMove (float x, float y) |
virtual void | draw (int x, int y, int w, int h) |
virtual void | Update () |
virtual bool | ScreenCoords () |
void | SetSkin (const char *skin) |
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 () |
void | SetRealTime (int i) |
float | getScale () |
void | setScale (float f) |
Protected Attributes | |
bool | worldDirty |
float | light |
idStr | skinStr |
idQuat | rotation |
idVec3 | lastPress |
float | radius |
idVec4 | rect |
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 121 of file GLWidget.h.
idGLDrawableModel::idGLDrawableModel | ( | const char * | name | ) |
Definition at line 506 of file GLWidget.cpp.
idGLDrawableModel::idGLDrawableModel | ( | ) |
Definition at line 512 of file GLWidget.cpp.
|
inline |
Definition at line 128 of file GLWidget.h.
Reimplemented from idGLDrawable.
Definition at line 533 of file GLWidget.cpp.
Reimplemented from idGLDrawableWorld.
Definition at line 622 of file GLWidget.cpp.
Reimplemented from idGLDrawable.
Definition at line 546 of file GLWidget.cpp.
|
inlinevirtual |
Reimplemented from idGLDrawable.
Definition at line 136 of file GLWidget.h.
Reimplemented from idGLDrawable.
Definition at line 517 of file GLWidget.cpp.
Definition at line 528 of file GLWidget.cpp.
Reimplemented from idGLDrawable.
Definition at line 135 of file GLWidget.h.
|
protected |
Definition at line 146 of file GLWidget.h.
|
protected |
Definition at line 143 of file GLWidget.h.
|
protected |
Definition at line 147 of file GLWidget.h.
|
protected |
Definition at line 148 of file GLWidget.h.
|
protected |
Definition at line 145 of file GLWidget.h.
|
protected |
Definition at line 144 of file GLWidget.h.
|
protected |
Definition at line 142 of file GLWidget.h.