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

Ogre::Win32ConfigDialog Class Reference

A Windows 95/98/NT platform version of the default engine configuration dialog. More...

#include <OgreWin32ConfigDialog.h>

Inheritance diagram for Ogre::Win32ConfigDialog:

Ogre::ConfigDialog List of all members.

Public Methods

 Win32ConfigDialog (HINSTANCE hInst)
bool display (void)
 Overridden: see CConfigDialog. More...


Static Protected Methods

BOOL CALLBACK DlgProc (HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam)
 Callback to process window events. More...


Protected Attributes

HINSTANCE mHInstance
RenderSystemmSelectedRenderSystem

Detailed Description

A Windows 95/98/NT platform version of the default engine configuration dialog.


Constructor & Destructor Documentation

Ogre::Win32ConfigDialog::Win32ConfigDialog HINSTANCE    hInst
 


Member Function Documentation

bool Ogre::Win32ConfigDialog::display void    [virtual]
 

Overridden: see CConfigDialog.

Implements Ogre::ConfigDialog.

BOOL Ogre::Win32ConfigDialog::DlgProc HWND    hDlg,
UINT    iMsg,
WPARAM    wParam,
LPARAM    lParam
[static, protected]
 

Callback to process window events.


Member Data Documentation

HINSTANCE Ogre::Win32ConfigDialog::mHInstance [protected]
 

RenderSystem* Ogre::ConfigDialog::mSelectedRenderSystem [protected, inherited]
 

Copyright © 2002 by The OGRE Team