#include <MercuryWindowEE.h>
Inheritance diagram for MercuryWindowEE:


Public Member Functions | |
| MercuryWindowEE () | |
| ~MercuryWindowEE () | |
| virtual bool | MakeWindow (const char *title, int width, int height, int bits, bool fullscreenflag) |
| virtual bool | MakeRender (const char *title, int width, int height, int bits, bool fullscreenflag, RendererType RT) |
| virtual void | DestroyWindow () |
| virtual void | SwapBuffers () |
| virtual void * | GetProcAddress (MString s) |
| virtual bool | Update (const float dTime) |
| virtual bool | HasFocus () |
| virtual void | DestroyWindowAndRender () |
| virtual bool | RestoreDevice () |
| virtual bool | MakeRenderCurrent () |
Protected Member Functions | |
| virtual void | SwapBuffersInternal () |
Definition at line 7 of file MercuryWindowEE.h.
| MercuryWindowEE::MercuryWindowEE | ( | ) |
Definition at line 11 of file MercuryWindowEE.cpp.
| MercuryWindowEE::~MercuryWindowEE | ( | ) |
Definition at line 17 of file MercuryWindowEE.cpp.
| bool MercuryWindowEE::MakeWindow | ( | const char * | title, | |
| int | width, | |||
| int | height, | |||
| int | bits, | |||
| bool | fullscreenflag | |||
| ) | [virtual] |
| bool MercuryWindowEE::MakeRender | ( | const char * | title, | |
| int | width, | |||
| int | height, | |||
| int | bits, | |||
| bool | fullscreenflag, | |||
| RendererType | RT | |||
| ) | [virtual] |
| void MercuryWindowEE::DestroyWindow | ( | ) | [virtual] |
| virtual void MercuryWindowEE::SwapBuffers | ( | ) | [inline, virtual] |
| void * MercuryWindowEE::GetProcAddress | ( | MString | s | ) | [virtual] |
Definition at line 34 of file MercuryWindowEE.cpp.
| bool MercuryWindowEE::Update | ( | const float | dTime | ) | [virtual] |
| bool MercuryWindowEE::HasFocus | ( | ) | [virtual] |
| void MercuryWindowEE::DestroyWindowAndRender | ( | ) | [virtual] |
| bool MercuryWindowEE::RestoreDevice | ( | ) | [virtual] |
| bool MercuryWindowEE::MakeRenderCurrent | ( | ) | [virtual] |
| void MercuryWindowEE::SwapBuffersInternal | ( | ) | [protected, virtual] |