Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ogre::DDVideoMode Class Reference

Encapsulates a DirectDraw video mode. More...

#include <OgreDDVideoMode.h>

List of all members.

Public Methods

String Description (void)
 DDVideoMode ()
 DDVideoMode (const DDVideoMode &ob)
 DDVideoMode (LPDDSURFACEDESC2 lpDDSD2)
DDVideoMode operator= (const DDVideoMode &orig)

Public Attributes

int mWidth
int mHeight
int mColourDepth

Private Attributes

DDSURFACEDESC2 mDDSurfaceDesc


Detailed Description

Encapsulates a DirectDraw video mode.

Utility class for D3DRenderSystem.


Constructor & Destructor Documentation

Ogre::DDVideoMode::DDVideoMode  
 

Ogre::DDVideoMode::DDVideoMode const DDVideoMode &    ob
 

Ogre::DDVideoMode::DDVideoMode LPDDSURFACEDESC2    lpDDSD2
 


Member Function Documentation

String Ogre::DDVideoMode::Description void   
 

DDVideoMode Ogre::DDVideoMode::operator= const DDVideoMode &    orig
 


Member Data Documentation

int Ogre::DDVideoMode::mColourDepth
 

DDSURFACEDESC2 Ogre::DDVideoMode::mDDSurfaceDesc [private]
 

int Ogre::DDVideoMode::mHeight
 

int Ogre::DDVideoMode::mWidth
 

Copyright © 2002 by The OGRE Team