#include <OgreDDDriverList.h>
Public Methods | |
DDDriverList () | |
~DDDriverList () | |
BOOL | enumerate (void) |
DDDriver * | item (int index) |
Returns the item at the specified position. More... | |
unsigned int | count (void) const |
Private Methods | |
void | AddDriver (GUID FAR *lpGuid, LPSTR lpDriverDesc, LPSTR lpDriverName) |
Private Attributes | |
std::vector< DDDriver > | mDriverList |
Friends | |
BOOL WINAPI | DDEnumCallbackEx (GUID FAR *lpGUID, LPSTR lpDriverDescription, LPSTR lpDriverName, LPVOID lpContext, HMONITOR hm) |
BOOL WINAPI | DDEnumCallback (GUID FAR *lpGUID, LPSTR lpDriverDescription, LPSTR lpDriverName, LPVOID lpContext) |
Utility class for D3DRenderSystem.
|
|
|
|
|
|
|
|
|
|
|
Returns the item at the specified position. Throws an std::out_of_range if the index is greater then the size. |
|
|
|
|
|
|
Copyright © 2002 by The OGRE Team