OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::D3D9Driver Class Reference

#include <OgreD3D9Driver.h>

+ Inheritance 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, const char *, int, const char *)
 
void operator delete (void *ptr, void *)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, const char *, int, const char *)
 
void * operator new (size_t sz)
 
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 *ptr)
 placement operator new More...
 
void * operator new[] (size_t sz)
 
void * operator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info More...
 

Constructor & Destructor Documentation

◆ D3D9Driver() [1/3]

Ogre::D3D9Driver::D3D9Driver ( )

◆ D3D9Driver() [2/3]

Ogre::D3D9Driver::D3D9Driver ( const D3D9Driver ob)

◆ D3D9Driver() [3/3]

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

◆ ~D3D9Driver()

Ogre::D3D9Driver::~D3D9Driver ( )

Member Function Documentation

◆ DriverDescription()

String Ogre::D3D9Driver::DriverDescription ( ) const

◆ DriverName()

String Ogre::D3D9Driver::DriverName ( ) const

◆ getAdapterIdentifier()

const D3DADAPTER_IDENTIFIER9& Ogre::D3D9Driver::getAdapterIdentifier ( ) const
inline

◆ getAdapterNumber()

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

◆ getD3D9DeviceCaps()

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

◆ getDesktopMode()

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

◆ getVideoModeList()

D3D9VideoModeList* Ogre::D3D9Driver::getVideoModeList ( )

◆ operator delete() [1/3]

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

◆ operator delete() [2/3]

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

◆ operator delete() [3/3]

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

◆ operator delete[]() [1/2]

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

◆ operator delete[]() [2/2]

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

◆ operator new() [1/3]

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

◆ operator new() [2/3]

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

◆ operator new() [3/3]

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

placement operator new

◆ operator new[]() [1/2]

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

◆ operator new[]() [2/2]

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


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