Public Member Functions | Private Attributes
Ogre::D3D9Driver Class Reference

#include <OgreD3D9Driver.h>

Inheritance diagram for Ogre::D3D9Driver:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 D3D9Driver ()
 D3D9Driver (const D3D9Driver &ob)
 D3D9Driver (unsigned int adapterNumber, const D3DCAPS9 &deviceCaps, const D3DADAPTER_IDENTIFIER9 &adapterIdentifer, const D3DDISPLAYMODE &desktopDisplayMode)
 ~D3D9Driver ()
const D3DCAPS9 & getD3D9DeviceCaps () const
String DriverName () const
String DriverDescription () const
unsigned int getAdapterNumber () const
const D3DADAPTER_IDENTIFIER9 & getAdapterIdentifier () const
const D3DDISPLAYMODE & getDesktopMode () const
D3D9VideoModeListgetVideoModeList ()
void * operator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info
void * operator new (size_t sz)
void * operator new (size_t sz, void *ptr)
 placement operator new
void * operator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info
void * operator new[] (size_t sz)
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 *)

Private Attributes

unsigned int mAdapterNumber
D3DCAPS9 mD3D9DeviceCaps
D3DADAPTER_IDENTIFIER9 mAdapterIdentifier
D3DDISPLAYMODE mDesktopDisplayMode
D3D9VideoModeListmVideoModeList

Detailed Description

Definition at line 40 of file OgreD3D9Driver.h.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 59 of file OgreD3D9Driver.h.

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

Definition at line 58 of file OgreD3D9Driver.h.

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

Definition at line 54 of file OgreD3D9Driver.h.

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

Definition at line 60 of file OgreD3D9Driver.h.

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

Definition at line 95 of file OgreMemoryAllocatedObject.h.

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

Definition at line 101 of file OgreMemoryAllocatedObject.h.

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

Definition at line 107 of file OgreMemoryAllocatedObject.h.

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

Definition at line 112 of file OgreMemoryAllocatedObject.h.

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

Definition at line 118 of file OgreMemoryAllocatedObject.h.

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

operator new, with debug line info

Definition at line 67 of file OgreMemoryAllocatedObject.h.

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

Definition at line 72 of file OgreMemoryAllocatedObject.h.

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

placement operator new

Definition at line 78 of file OgreMemoryAllocatedObject.h.

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

array operator new, with debug line info

Definition at line 85 of file OgreMemoryAllocatedObject.h.

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

Definition at line 90 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.

Definition at line 68 of file OgreD3D9Driver.h.

D3DDISPLAYMODE Ogre::D3D9Driver::mDesktopDisplayMode [private]

Definition at line 74 of file OgreD3D9Driver.h.

Definition at line 77 of file OgreD3D9Driver.h.


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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Sun Sep 2 2012 07:27:47