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

#include <OgreD3D9VideoModeList.h>

+ Inheritance diagram for Ogre::D3D9VideoModeList:
+ Collaboration diagram for Ogre::D3D9VideoModeList:

Public Member Functions

 D3D9VideoModeList (D3D9Driver *pDriver)
 
 ~D3D9VideoModeList ()
 
size_t count ()
 
BOOL enumerate ()
 
D3D9VideoModeitem (size_t index)
 
D3D9VideoModeitem (const String &name)
 
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)
 

Private Attributes

D3D9DrivermDriver
 
vector< D3D9VideoMode >::type mModeList
 

Detailed Description

Definition at line 37 of file OgreD3D9VideoModeList.h.

Constructor & Destructor Documentation

Ogre::D3D9VideoModeList::D3D9VideoModeList ( D3D9Driver pDriver)
Ogre::D3D9VideoModeList::~D3D9VideoModeList ( )

Member Function Documentation

size_t Ogre::D3D9VideoModeList::count ( )
BOOL Ogre::D3D9VideoModeList::enumerate ( )
D3D9VideoMode* Ogre::D3D9VideoModeList::item ( size_t  index)
D3D9VideoMode* Ogre::D3D9VideoModeList::item ( const String name)
template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

Definition at line 95 of file OgreMemoryAllocatedObject.h.

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

Definition at line 101 of file OgreMemoryAllocatedObject.h.

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

Definition at line 107 of file OgreMemoryAllocatedObject.h.

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

Definition at line 112 of file OgreMemoryAllocatedObject.h.

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

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

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

Definition at line 72 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 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 
)
inlineinherited

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

Definition at line 90 of file OgreMemoryAllocatedObject.h.

Member Data Documentation

D3D9Driver* Ogre::D3D9VideoModeList::mDriver
private

Definition at line 40 of file OgreD3D9VideoModeList.h.

vector<D3D9VideoMode>::type Ogre::D3D9VideoModeList::mModeList
private

Definition at line 41 of file OgreD3D9VideoModeList.h.


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