Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes
Ogre::D3D9DeviceManager Class Reference

Device manager interface. More...

#include <OgreD3D9DeviceManager.h>

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

List of all members.

Public Member Functions

 D3D9DeviceManager ()
 ~D3D9DeviceManager ()
void destroyInactiveRenderDevices ()
D3D9DevicegetActiveDevice ()
D3D9DevicegetActiveRenderTargetDevice ()
D3D9DevicegetDevice (UINT index)
UINT getDeviceCount ()
D3D9DevicegetDeviceFromD3D9Device (IDirect3DDevice9 *d3d9Device)
void linkRenderWindow (D3D9RenderWindow *renderWindow)
void notifyOnDeviceDestroy (D3D9Device *device)
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
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 setActiveDevice (D3D9Device *device)
void setActiveRenderTargetDevice (D3D9Device *device)

Protected Types

typedef DeviceList::const_iterator ConstDeviceIterator
typedef vector
< D3D9RenderWindow * >::type 
D3D9RenderWindowList
typedef DeviceList::iterator DeviceIterator
typedef vector< D3D9Device * >
::type 
DeviceList

Protected Member Functions

D3D9DriverfindDriver (D3D9RenderWindow *renderWindow)
D3D9DeviceselectDevice (D3D9RenderWindow *renderWindow, D3D9RenderWindowList &renderWindowsGroup)

Protected Attributes

D3D9DevicemActiveDevice
D3D9DevicemActiveRenderWindowDevice
DeviceList mRenderDevices

Detailed Description

Device manager interface.

Definition at line 40 of file OgreD3D9DeviceManager.h.


Member Typedef Documentation

typedef DeviceList::const_iterator Ogre::D3D9DeviceManager::ConstDeviceIterator [protected]

Definition at line 63 of file OgreD3D9DeviceManager.h.

Definition at line 64 of file OgreD3D9DeviceManager.h.

typedef DeviceList::iterator Ogre::D3D9DeviceManager::DeviceIterator [protected]

Definition at line 62 of file OgreD3D9DeviceManager.h.

Definition at line 61 of file OgreD3D9DeviceManager.h.


Constructor & Destructor Documentation


Member Function Documentation

D3D9Device* Ogre::D3D9DeviceManager::getDeviceFromD3D9Device ( IDirect3DDevice9 *  d3d9Device)
template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr) [inherited]

Definition at line 96 of file OgreMemoryAllocatedObject.h.

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

Definition at line 102 of file OgreMemoryAllocatedObject.h.

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

Definition at line 108 of file OgreMemoryAllocatedObject.h.

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

Definition at line 113 of file OgreMemoryAllocatedObject.h.

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

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 
) [inherited]

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) [inherited]

Definition at line 73 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 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 
) [inherited]

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) [inherited]

Definition at line 91 of file OgreMemoryAllocatedObject.h.

D3D9Device* Ogre::D3D9DeviceManager::selectDevice ( D3D9RenderWindow renderWindow,
D3D9RenderWindowList renderWindowsGroup 
) [protected]

Member Data Documentation

Definition at line 72 of file OgreD3D9DeviceManager.h.

Definition at line 73 of file OgreD3D9DeviceManager.h.

Definition at line 71 of file OgreD3D9DeviceManager.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 Mon Jul 27 2020 13:40:57