Public Member Functions | Private Attributes | List of all members
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 ( )

Definition at line 45 of file OgreD3D9VideoMode.h.

References Ogre::modeCount.

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

Definition at line 46 of file OgreD3D9VideoMode.h.

References mDisplayMode, and Ogre::modeCount.

Ogre::D3D9VideoMode::D3D9VideoMode ( D3DDISPLAYMODE  d3ddm)

Definition at line 47 of file OgreD3D9VideoMode.h.

References Ogre::modeCount.

Ogre::D3D9VideoMode::~D3D9VideoMode ( )

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

Definition at line 58 of file OgreD3D9VideoMode.h.

D3DFORMAT Ogre::D3D9VideoMode::getFormat ( ) const

Definition at line 55 of file OgreD3D9VideoMode.h.

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

Definition at line 54 of file OgreD3D9VideoMode.h.

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

Definition at line 56 of file OgreD3D9VideoMode.h.

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

Definition at line 53 of file OgreD3D9VideoMode.h.

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

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:

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Tue Mar 18 2014 19:15:34