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

#include <OgreD3D9VideoModeList.h>

+ Collaboration diagram for Ogre::D3D9VideoModeList:

Public Member Functions

 D3D9VideoModeList (D3D9Driver *pDriver)
 
 ~D3D9VideoModeList ()
 
size_t count ()
 
BOOL enumerate ()
 
D3D9VideoModeitem (size_t index)
 
D3D9VideoModeitem (const String &name)
 

Private Attributes

vector< D3D9VideoMode >::type mModeList
 
D3D9DrivermpDriver
 

Detailed Description

Definition at line 37 of file OgreD3D9VideoModeList.h.

Constructor & Destructor Documentation

Ogre::D3D9VideoModeList::D3D9VideoModeList ( D3D9Driver pDriver)
Ogre::D3D9VideoModeList::~D3D9VideoModeList ( )

Member Function Documentation

size_t Ogre::D3D9VideoModeList::count ( )
BOOL Ogre::D3D9VideoModeList::enumerate ( )
D3D9VideoMode* Ogre::D3D9VideoModeList::item ( size_t  index)
D3D9VideoMode* Ogre::D3D9VideoModeList::item ( const String name)

Member Data Documentation

vector<D3D9VideoMode>::type Ogre::D3D9VideoModeList::mModeList
private

Definition at line 41 of file OgreD3D9VideoModeList.h.

D3D9Driver* Ogre::D3D9VideoModeList::mpDriver
private

Definition at line 40 of file OgreD3D9VideoModeList.h.


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