OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Defines the behaviour of an automatic renderer configuration dialog. More...
#include <OgreConfigDialog.h>
Public Member Functions | |
virtual | ~ConfigDialog () |
virtual bool | display ()=0 |
Displays the dialog. | |
Defines the behaviour of an automatic renderer configuration dialog.
|
inlinevirtual |
Displays the dialog.
This method displays the dialog and from then on the dialog interacts with the user independently. The dialog will be calling the relevant OGRE rendering systems to query them for options and to set the options the user selects. The method returns when the user closes the dialog.