Public Member Functions
GUIOverlay Class Reference

List of all members.

Public Member Functions

void Init (Ogre::RenderTarget *_renderTarget)
void Hide ()
void Show ()
void Update ()
bool IsInitialized ()
void CreateWindow (const std::string &_type, const std::string &_name, const std::string &_parent, const math::Vector2d &_position, const math::Vector2d &_size, const std::string &_text)
bool HandleMouseEvent (const common::MouseEvent &_evt)
bool HandleKeyPressEvent (const std::string &_key)
bool HandleKeyReleaseEvent (const std::string &_key)
void LoadLayout (const std::string &_filename)
 Load a CEGUI layout file.
bool AttachCameraToImage (CameraPtr &_camera, const std::string &_windowName)
bool AttachCameraToImage (DepthCameraPtr &_camera, const std::string &_windowName)
void Resize (unsigned int _width, unsigned int _height)
template<typename T >
void ButtonCallback (const std::string &_buttonName, void(T::*_fp)(), T *_obj)

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