MercuryWindowEE Class Reference

Merucry window driver for the PlayStation 2. More...

#include <MercuryWindowEE.h>

Inheritance diagram for MercuryWindowEE:

Inheritance graph
[legend]
Collaboration diagram for MercuryWindowEE:

Collaboration graph
[legend]
List of all members.

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 ()

Detailed Description

Merucry window driver for the PlayStation 2.

Definition at line 7 of file MercuryWindowEE.h.


Constructor & Destructor Documentation

MercuryWindowEE::MercuryWindowEE (  ) 

Definition at line 11 of file MercuryWindowEE.cpp.

MercuryWindowEE::~MercuryWindowEE (  ) 

Definition at line 17 of file MercuryWindowEE.cpp.


Member Function Documentation

bool MercuryWindowEE::MakeWindow ( const char *  title,
int  width,
int  height,
int  bits,
bool  fullscreenflag 
) [virtual]

Implements MercuryWindow.

Definition at line 22 of file MercuryWindowEE.cpp.

bool MercuryWindowEE::MakeRender ( const char *  title,
int  width,
int  height,
int  bits,
bool  fullscreenflag,
RendererType  RT 
) [virtual]

Implements MercuryWindow.

Definition at line 86 of file MercuryWindowEE.cpp.

void MercuryWindowEE::DestroyWindow (  )  [virtual]

Implements MercuryWindow.

Definition at line 29 of file MercuryWindowEE.cpp.

virtual void MercuryWindowEE::SwapBuffers (  )  [inline, virtual]

Reimplemented from MercuryWindow.

Definition at line 15 of file MercuryWindowEE.h.

void * MercuryWindowEE::GetProcAddress ( MString  s  )  [virtual]

Definition at line 34 of file MercuryWindowEE.cpp.

bool MercuryWindowEE::Update ( const float  dTime  )  [virtual]

Implements MercuryWindow.

Definition at line 45 of file MercuryWindowEE.cpp.

bool MercuryWindowEE::HasFocus (  )  [virtual]

Reimplemented from MercuryWindow.

Definition at line 66 of file MercuryWindowEE.cpp.

void MercuryWindowEE::DestroyWindowAndRender (  )  [virtual]

Implements MercuryWindow.

Definition at line 71 of file MercuryWindowEE.cpp.

bool MercuryWindowEE::RestoreDevice (  )  [virtual]

Implements MercuryWindow.

Definition at line 76 of file MercuryWindowEE.cpp.

bool MercuryWindowEE::MakeRenderCurrent (  )  [virtual]

Implements MercuryWindow.

Definition at line 81 of file MercuryWindowEE.cpp.

void MercuryWindowEE::SwapBuffersInternal (  )  [protected, virtual]

Implements MercuryWindow.

Definition at line 39 of file MercuryWindowEE.cpp.


The documentation for this class was generated from the following files:
Hosted by SourceForge.net Logo