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

#include <OgreD3D9Driver.h>

+ Inheritance diagram for Ogre::D3D9Driver:
+ Collaboration diagram for Ogre::D3D9Driver:

Public Member Functions

 D3D9Driver ()
 
 D3D9Driver (const D3D9Driver &ob)
 
 D3D9Driver (unsigned int adapterNumber, const D3DCAPS9 &deviceCaps, const D3DADAPTER_IDENTIFIER9 &adapterIdentifer, const D3DDISPLAYMODE &desktopDisplayMode)
 
 ~D3D9Driver ()
 
String DriverDescription () const
 
String DriverName () const
 
const D3DADAPTER_IDENTIFIER9 & getAdapterIdentifier () const
 
unsigned int getAdapterNumber () const
 
const D3DCAPS9 & getD3D9DeviceCaps () const
 
const D3DDISPLAYMODE & getDesktopMode () const
 
D3D9VideoModeListgetVideoModeList ()
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, void *)
 
void operator delete (void *ptr, const char *, int, const char *)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, const char *, int, const char *)
 
void * operator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info More...
 
void * operator new (size_t sz)
 
void * operator new (size_t sz, void *ptr)
 placement operator new More...
 
void * operator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info More...
 
void * operator new[] (size_t sz)
 

Private Attributes

D3DADAPTER_IDENTIFIER9 mAdapterIdentifier
 
unsigned int mAdapterNumber
 
D3DCAPS9 mD3D9DeviceCaps
 
D3DDISPLAYMODE mDesktopDisplayMode
 
D3D9VideoModeListmVideoModeList
 

Detailed Description

Definition at line 40 of file OgreD3D9Driver.h.

Constructor & Destructor Documentation

Ogre::D3D9Driver::D3D9Driver ( )
Ogre::D3D9Driver::D3D9Driver ( const D3D9Driver ob)
Ogre::D3D9Driver::D3D9Driver ( unsigned int  adapterNumber,
const D3DCAPS9 &  deviceCaps,
const D3DADAPTER_IDENTIFIER9 &  adapterIdentifer,
const D3DDISPLAYMODE &  desktopDisplayMode 
)
Ogre::D3D9Driver::~D3D9Driver ( )

Member Function Documentation

String Ogre::D3D9Driver::DriverDescription ( ) const
String Ogre::D3D9Driver::DriverName ( ) const
const D3DADAPTER_IDENTIFIER9& Ogre::D3D9Driver::getAdapterIdentifier ( ) const
inline

Definition at line 59 of file OgreD3D9Driver.h.

unsigned int Ogre::D3D9Driver::getAdapterNumber ( ) const
inline

Definition at line 58 of file OgreD3D9Driver.h.

const D3DCAPS9& Ogre::D3D9Driver::getD3D9DeviceCaps ( ) const
inline

Definition at line 54 of file OgreD3D9Driver.h.

const D3DDISPLAYMODE& Ogre::D3D9Driver::getDesktopMode ( ) const
inline

Definition at line 60 of file OgreD3D9Driver.h.

D3D9VideoModeList* Ogre::D3D9Driver::getVideoModeList ( )
template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

Definition at line 96 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
void *   
)
inlineinherited

Definition at line 102 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 108 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr)
inlineinherited

Definition at line 113 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 119 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

operator new, with debug line info

Definition at line 68 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz)
inlineinherited

Definition at line 73 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
void *  ptr 
)
inlineinherited

placement operator new

Definition at line 79 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

array operator new, with debug line info

Definition at line 86 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz)
inlineinherited

Definition at line 91 of file OgreMemoryAllocatedObject.h.

Member Data Documentation

D3DADAPTER_IDENTIFIER9 Ogre::D3D9Driver::mAdapterIdentifier
private

Definition at line 71 of file OgreD3D9Driver.h.

unsigned int Ogre::D3D9Driver::mAdapterNumber
private

Definition at line 65 of file OgreD3D9Driver.h.

D3DCAPS9 Ogre::D3D9Driver::mD3D9DeviceCaps
private

Definition at line 68 of file OgreD3D9Driver.h.

D3DDISPLAYMODE Ogre::D3D9Driver::mDesktopDisplayMode
private

Definition at line 74 of file OgreD3D9Driver.h.

D3D9VideoModeList* Ogre::D3D9Driver::mVideoModeList
private

Definition at line 77 of file OgreD3D9Driver.h.


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