wxOgreApp Class Reference

Base class for any wxOgre based applicaiton. More...

#include <app.h>

List of all members.

Public Member Functions

virtual bool Initialize (int &argc, wxChar **argv)
 Initialize the Ogre Render Engine.
virtual void CleanUp ()
 Clean the Ogre Render Engine instance.

Protected Attributes

wxOgreRenderSystemm_rsys
wxOgreResourcesm_res


Detailed Description

Base class for any wxOgre based applicaiton.

Author:
Martin Pieuchot

Definition at line 32 of file app.h.


Member Function Documentation

virtual void wxOgreApp::CleanUp (  )  [virtual]

Clean the Ogre Render Engine instance.

Remarks:
This is the very last function called on wxApp object before it is destroyed. If you override it do not forget to call the base class version!

virtual bool wxOgreApp::Initialize ( int &  argc,
wxChar **  argv 
) [virtual]

Initialize the Ogre Render Engine.

Remarks:
This is the very first function called for a newly created wxOgreApp object, it is used by the library to initialize the Ogre Engine. If, for some reason, you must override it, do not forget to call the base class version!


Member Data Documentation

Definition at line 57 of file app.h.

Definition at line 56 of file app.h.


The documentation for this class was generated from the following file: