#include <K3dMngGraphics.h>
Inheritance diagram for K3dMngGraphics:
Public Member Functions | |
K3dMngGraphics (K3dGameData *_pGameData) | |
~K3dMngGraphics (void) | |
void | InitMngGraphics () |
void | UpdateMngGraphics () |
void | DrawMngGraphics () |
void | DeleteMngGraphics () |
Private Attributes | |
K3dGameData * | m_pGameData |
Global game data, data centered game system. | |
K3dOpenGL * | m_pOpenGL |
Pointer to OpenGL interface. |
Definition at line 45 of file K3dMngGraphics.h.
K3dMngGraphics::K3dMngGraphics | ( | K3dGameData * | _pGameData | ) |
Definition at line 38 of file K3dMngGraphics.cpp.
References K3dSceneData::GetOpenGL(), m_pGameData, and m_pOpenGL.
K3dMngGraphics::~K3dMngGraphics | ( | void | ) |
Definition at line 52 of file K3dMngGraphics.cpp.
void K3dMngGraphics::InitMngGraphics | ( | ) |
Definition at line 57 of file K3dMngGraphics.cpp.
References K3dFontBmp::LoadBmpFonts(), K3dGui::LoadGui(), K2dImageBuild::LoadImages(), and K3dTextureBuild::LoadTextures().
Referenced by K3dMngSystem::InitMngSystem().
void K3dMngGraphics::UpdateMngGraphics | ( | ) |
void K3dMngGraphics::DrawMngGraphics | ( | ) |
Definition at line 71 of file K3dMngGraphics.cpp.
References K3dFontBmp::DrawFontBmp(), K3dGui::DrawGui(), K2dImageWork::DrawImages(), m_pOpenGL, K3dFontBmp::ResetValues(), K3dOpenGL::Set2DProjection(), and K3dFontBmp::SetFrame().
Referenced by K3dMngSystem::DrawMngSystem().
void K3dMngGraphics::DeleteMngGraphics | ( | ) |
Definition at line 87 of file K3dMngGraphics.cpp.
References K3dFontBmp::DeleteFontBmp(), K3dGui::DeleteGui(), and K2dImageBuild::DeleteImages().
Referenced by K3dMngSystem::DeleteMngSystem().
K3dGameData* K3dMngGraphics::m_pGameData [private] |
Global game data, data centered game system.
Reimplemented from K3dFontBmp.
Reimplemented in K3dScene, and K3dMngSystem.
Definition at line 52 of file K3dMngGraphics.h.
Referenced by K3dMngGraphics().
K3dOpenGL* K3dMngGraphics::m_pOpenGL [private] |
Pointer to OpenGL interface.
Definition at line 53 of file K3dMngGraphics.h.
Referenced by DrawMngGraphics(), and K3dMngGraphics().