OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::D3D9VideoMode Class Reference

#include <OgreD3D9VideoMode.h>

Public Member Functions

 D3D9VideoMode ()
 
 D3D9VideoMode (const D3D9VideoMode &ob)
 
 D3D9VideoMode (D3DDISPLAYMODE d3ddm)
 
 ~D3D9VideoMode ()
 
unsigned int getColourDepth () const
 
String getDescription () const
 
D3DDISPLAYMODE getDisplayMode () const
 
D3DFORMAT getFormat () const
 
unsigned int getHeight () const
 
unsigned int getRefreshRate () const
 
unsigned int getWidth () const
 
void increaseRefreshRate (unsigned int rr)
 

Private Attributes

D3DDISPLAYMODE mDisplayMode
 
unsigned int modeNumber
 

Detailed Description

Definition at line 38 of file OgreD3D9VideoMode.h.

Constructor & Destructor Documentation

Ogre::D3D9VideoMode::D3D9VideoMode ( )
inline

Definition at line 45 of file OgreD3D9VideoMode.h.

References Ogre::modeCount.

Ogre::D3D9VideoMode::D3D9VideoMode ( const D3D9VideoMode ob)
inline

Definition at line 46 of file OgreD3D9VideoMode.h.

References mDisplayMode, and Ogre::modeCount.

Ogre::D3D9VideoMode::D3D9VideoMode ( D3DDISPLAYMODE  d3ddm)
inline

Definition at line 47 of file OgreD3D9VideoMode.h.

References Ogre::modeCount.

Ogre::D3D9VideoMode::~D3D9VideoMode ( )
inline

Definition at line 48 of file OgreD3D9VideoMode.h.

References Ogre::modeCount.

Member Function Documentation

unsigned int Ogre::D3D9VideoMode::getColourDepth ( ) const
String Ogre::D3D9VideoMode::getDescription ( ) const
D3DDISPLAYMODE Ogre::D3D9VideoMode::getDisplayMode ( ) const
inline

Definition at line 58 of file OgreD3D9VideoMode.h.

D3DFORMAT Ogre::D3D9VideoMode::getFormat ( ) const
inline

Definition at line 55 of file OgreD3D9VideoMode.h.

unsigned int Ogre::D3D9VideoMode::getHeight ( void  ) const
inline

Definition at line 54 of file OgreD3D9VideoMode.h.

unsigned int Ogre::D3D9VideoMode::getRefreshRate ( ) const
inline

Definition at line 56 of file OgreD3D9VideoMode.h.

unsigned int Ogre::D3D9VideoMode::getWidth ( void  ) const
inline

Definition at line 53 of file OgreD3D9VideoMode.h.

void Ogre::D3D9VideoMode::increaseRefreshRate ( unsigned int  rr)
inline

Definition at line 59 of file OgreD3D9VideoMode.h.

Member Data Documentation

D3DDISPLAYMODE Ogre::D3D9VideoMode::mDisplayMode
private

Definition at line 41 of file OgreD3D9VideoMode.h.

Referenced by D3D9VideoMode().

unsigned int Ogre::D3D9VideoMode::modeNumber
private

Definition at line 42 of file OgreD3D9VideoMode.h.


The documentation for this class was generated from the following file: