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

#include <OgreD3D10VideoModeList.h>

+ Collaboration diagram for Ogre::D3D10VideoModeList:

Public Member Functions

 D3D10VideoModeList (D3D10Driver *pDriver)
 
 ~D3D10VideoModeList ()
 
size_t count ()
 
BOOL enumerate ()
 
D3D10VideoModeitem (size_t index)
 
D3D10VideoModeitem (const String &name)
 

Private Attributes

vector< D3D10VideoMode >::type mModeList
 
D3D10DrivermpDriver
 

Detailed Description

Definition at line 36 of file OgreD3D10VideoModeList.h.

Constructor & Destructor Documentation

Ogre::D3D10VideoModeList::D3D10VideoModeList ( D3D10Driver pDriver)
Ogre::D3D10VideoModeList::~D3D10VideoModeList ( )

Member Function Documentation

size_t Ogre::D3D10VideoModeList::count ( )
BOOL Ogre::D3D10VideoModeList::enumerate ( )
D3D10VideoMode* Ogre::D3D10VideoModeList::item ( size_t  index)
D3D10VideoMode* Ogre::D3D10VideoModeList::item ( const String name)

Member Data Documentation

vector<D3D10VideoMode>::type Ogre::D3D10VideoModeList::mModeList
private

Definition at line 40 of file OgreD3D10VideoModeList.h.

D3D10Driver* Ogre::D3D10VideoModeList::mpDriver
private

Definition at line 39 of file OgreD3D10VideoModeList.h.


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