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

Device manager interface. More...

#include <OgreD3D9DeviceManager.h>

+ Inheritance diagram for Ogre::D3D9DeviceManager:
+ Collaboration diagram for Ogre::D3D9DeviceManager:

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 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)
 
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.

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

Ogre::D3D9DeviceManager::D3D9DeviceManager ( )
Ogre::D3D9DeviceManager::~D3D9DeviceManager ( )

Member Function Documentation

void Ogre::D3D9DeviceManager::destroyInactiveRenderDevices ( )
D3D9Driver* Ogre::D3D9DeviceManager::findDriver ( D3D9RenderWindow renderWindow)
protected
D3D9Device* Ogre::D3D9DeviceManager::getActiveDevice ( )
D3D9Device* Ogre::D3D9DeviceManager::getActiveRenderTargetDevice ( )
D3D9Device* Ogre::D3D9DeviceManager::getDevice ( UINT  index)
UINT Ogre::D3D9DeviceManager::getDeviceCount ( )
D3D9Device* Ogre::D3D9DeviceManager::getDeviceFromD3D9Device ( IDirect3DDevice9 *  d3d9Device)
void Ogre::D3D9DeviceManager::linkRenderWindow ( D3D9RenderWindow renderWindow)
void Ogre::D3D9DeviceManager::notifyOnDeviceDestroy ( D3D9Device device)
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.

D3D9Device* Ogre::D3D9DeviceManager::selectDevice ( D3D9RenderWindow renderWindow,
D3D9RenderWindowList renderWindowsGroup 
)
protected
void Ogre::D3D9DeviceManager::setActiveDevice ( D3D9Device device)
void Ogre::D3D9DeviceManager::setActiveRenderTargetDevice ( D3D9Device device)

Member Data Documentation

D3D9Device* Ogre::D3D9DeviceManager::mActiveDevice
protected

Definition at line 72 of file OgreD3D9DeviceManager.h.

D3D9Device* Ogre::D3D9DeviceManager::mActiveRenderWindowDevice
protected

Definition at line 73 of file OgreD3D9DeviceManager.h.

DeviceList Ogre::D3D9DeviceManager::mRenderDevices
protected

Definition at line 71 of file OgreD3D9DeviceManager.h.


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