Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
Ogre::D3D9DeviceManager Class Reference

Device manager interface. More...

#include <OgreD3D9DeviceManager.h>

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

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

◆ ConstDeviceIterator

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

Definition at line 63 of file OgreD3D9DeviceManager.h.

◆ D3D9RenderWindowList

Definition at line 64 of file OgreD3D9DeviceManager.h.

◆ DeviceIterator

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

Definition at line 62 of file OgreD3D9DeviceManager.h.

◆ DeviceList

Definition at line 61 of file OgreD3D9DeviceManager.h.

Constructor & Destructor Documentation

◆ D3D9DeviceManager()

Ogre::D3D9DeviceManager::D3D9DeviceManager ( )

◆ ~D3D9DeviceManager()

Ogre::D3D9DeviceManager::~D3D9DeviceManager ( )

Member Function Documentation

◆ destroyInactiveRenderDevices()

void Ogre::D3D9DeviceManager::destroyInactiveRenderDevices ( )

◆ findDriver()

D3D9Driver* Ogre::D3D9DeviceManager::findDriver ( D3D9RenderWindow renderWindow)
protected

◆ getActiveDevice()

D3D9Device* Ogre::D3D9DeviceManager::getActiveDevice ( )

◆ getActiveRenderTargetDevice()

D3D9Device* Ogre::D3D9DeviceManager::getActiveRenderTargetDevice ( )

◆ getDevice()

D3D9Device* Ogre::D3D9DeviceManager::getDevice ( UINT  index)

◆ getDeviceCount()

UINT Ogre::D3D9DeviceManager::getDeviceCount ( )

◆ getDeviceFromD3D9Device()

D3D9Device* Ogre::D3D9DeviceManager::getDeviceFromD3D9Device ( IDirect3DDevice9 *  d3d9Device)

◆ linkRenderWindow()

void Ogre::D3D9DeviceManager::linkRenderWindow ( D3D9RenderWindow renderWindow)

◆ notifyOnDeviceDestroy()

void Ogre::D3D9DeviceManager::notifyOnDeviceDestroy ( D3D9Device device)

◆ operator delete() [1/3]

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

Definition at line 96 of file OgreMemoryAllocatedObject.h.

◆ operator delete() [2/3]

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.

◆ operator delete() [3/3]

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

Definition at line 102 of file OgreMemoryAllocatedObject.h.

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

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

Definition at line 113 of file OgreMemoryAllocatedObject.h.

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

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.

◆ operator new() [1/3]

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

Definition at line 73 of file OgreMemoryAllocatedObject.h.

◆ operator new() [2/3]

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.

◆ operator new() [3/3]

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.

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

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

Definition at line 91 of file OgreMemoryAllocatedObject.h.

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

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.

◆ selectDevice()

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

◆ setActiveDevice()

void Ogre::D3D9DeviceManager::setActiveDevice ( D3D9Device device)

◆ setActiveRenderTargetDevice()

void Ogre::D3D9DeviceManager::setActiveRenderTargetDevice ( D3D9Device device)

Member Data Documentation

◆ mActiveDevice

D3D9Device* Ogre::D3D9DeviceManager::mActiveDevice
protected

Definition at line 72 of file OgreD3D9DeviceManager.h.

◆ mActiveRenderWindowDevice

D3D9Device* Ogre::D3D9DeviceManager::mActiveRenderWindowDevice
protected

Definition at line 73 of file OgreD3D9DeviceManager.h.

◆ mRenderDevices

DeviceList Ogre::D3D9DeviceManager::mRenderDevices
protected

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 Tue Apr 13 2021 08:53:15