#include <OgrePlatformManager.h>
Inheritance diagram for Ogre::PlatformManager:
Public Methods | |
PlatformManager () | |
Default constructor. More... | |
ConfigDialog * | createConfigDialog () |
Gets a new instance of a platform-specific config dialog. More... | |
void | destroyConfigDialog (ConfigDialog *dlg) |
Destroys an instance of a platform-specific config dialog. More... | |
ErrorDialog * | createErrorDialog () |
Gets a new instance of a platform-specific config dialog. More... | |
void | destroyErrorDialog (ErrorDialog *dlg) |
Destroys an instance of a platform-specific error dialog. More... | |
InputReader * | createInputReader () |
Gets a new instance of a platform-specific input reader. More... | |
void | destroyInputReader (InputReader *reader) |
Destroys an instance of a platform-specific input reader. More... | |
Static Public Methods | |
PlatformManager & | getSingleton (void) |
Override standard Singleton retrieval. More... | |
PlatformManager * | getSingletonPtr (void) |
Protected Attributes | |
DLL_CREATECONFIGDIALOG | mpfCreateConfigDialog |
DLL_CREATEERRORDIALOG | mpfCreateErrorDialog |
DLL_CREATEINPUTREADER | mpfCreateInputReader |
DLL_DESTROYCONFIGDIALOG | mpfDestroyConfigDialog |
DLL_DESTROYERRORDIALOG | mpfDestroyErrorDialog |
DLL_DESTROYINPUTREADER | mpfDestroyInputReader |
Static Protected Attributes | |
PlatformManager * | ms_Singleton = 0 |
This class manages that load and provides a simple interface to the platform.
|
Default constructor.
|
|
Gets a new instance of a platform-specific config dialog.
|
|
Gets a new instance of a platform-specific config dialog.
|
|
Gets a new instance of a platform-specific input reader.
|
|
Destroys an instance of a platform-specific config dialog.
|
|
Destroys an instance of a platform-specific error dialog.
|
|
Destroys an instance of a platform-specific input reader.
|
|
Override standard Singleton retrieval.
Reimplemented from Ogre::Singleton< PlatformManager >. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Copyright © 2002 by The OGRE Team