#include <KeosConfigDialog.h>
Inheritance diagram for Keos::IConfigDialog:

Public Member Functions | |
| virtual | ~IConfigDialog () |
| virtual bool | Display (void)=0 |
| Displays the dialog. | |
Protected Attributes | |
| IRenderSystem * | m_pSelectedRenderSystem |
| Pointer on the selected render system. | |
Definition at line 31 of file KeosConfigDialog.h.
| virtual Keos::IConfigDialog::~IConfigDialog | ( | ) | [inline, virtual] |
Definition at line 34 of file KeosConfigDialog.h.
| virtual bool Keos::IConfigDialog::Display | ( | void | ) | [pure virtual] |
Displays the dialog.
Implemented in Keos::CWin32ConfigDialog.
Referenced by Keos::CRoot::ShowConfigDialog().
Pointer on the selected render system.
Definition at line 45 of file KeosConfigDialog.h.
Referenced by Keos::CWin32ConfigDialog::CWin32ConfigDialog(), and Keos::CWin32ConfigDialog::DlgProc().
1.5.1-p1