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

#include <OgreD3D10DriverList.h>

+ Collaboration diagram for Ogre::D3D10DriverList:

Public Member Functions

 D3D10DriverList ()
 
 ~D3D10DriverList ()
 
size_t count () const
 
BOOL enumerate ()
 
D3D10Driveritem (size_t index)
 
D3D10Driveritem (const String &name)
 

Private Attributes

vector< D3D10Driver * >::type mDriverList
 
IDXGIFactory * mpDXGIFactory
 

Detailed Description

Definition at line 37 of file OgreD3D10DriverList.h.

Constructor & Destructor Documentation

Ogre::D3D10DriverList::D3D10DriverList ( )
Ogre::D3D10DriverList::~D3D10DriverList ( )

Member Function Documentation

size_t Ogre::D3D10DriverList::count ( ) const
BOOL Ogre::D3D10DriverList::enumerate ( )
D3D10Driver* Ogre::D3D10DriverList::item ( size_t  index)
D3D10Driver* Ogre::D3D10DriverList::item ( const String name)

Member Data Documentation

vector<D3D10Driver*>::type Ogre::D3D10DriverList::mDriverList
private

Definition at line 40 of file OgreD3D10DriverList.h.

IDXGIFactory* Ogre::D3D10DriverList::mpDXGIFactory
private

Definition at line 41 of file OgreD3D10DriverList.h.


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