#include <wx/wx.h>
#include <Ogre.h>
Go to the source code of this file.
Defines | |
#define | IMPLEMENT_OGRE_SINGLETON(CLASS) |
#define | DECLARE_OGRE_SINGLETON(CLASS) |
#define | all2std(x) Ogre::StringConverter::toString((x)) |
Functions | |
void | wxOgreExceptionBox (Ogre::Exception &e) |
std::string | wx2std (const wxString &s) |
Convert a wxWidget string to a standard C++ string. | |
wxString | std2wx (const std::string &s) |
Convert a standard C++ string to a wxWidget string. | |
std::string | getExtension (const std::string &s) |
Get the extension from a string. |
#define DECLARE_OGRE_SINGLETON | ( | CLASS | ) |
#define IMPLEMENT_OGRE_SINGLETON | ( | CLASS | ) |
std::string getExtension | ( | const std::string & | s | ) |
Get the extension from a string.
wxString std2wx | ( | const std::string & | s | ) |
Convert a standard C++ string to a wxWidget string.
std::string wx2std | ( | const wxString & | s | ) |
Convert a wxWidget string to a standard C++ string.
void wxOgreExceptionBox | ( | Ogre::Exception & | e | ) |