#include <gui.h>
Ogre::OverlayElement * GUI::create_overlay |
( |
std::string |
name, |
|
|
std::string |
element |
|
) |
| |
Ogre::OverlayElement * GUI::create_overlay |
( |
std::string |
name, |
|
|
std::string |
element, |
|
|
std::pair< float, float > |
position, |
|
|
std::pair< float, float > |
dimension |
|
) |
| |
CEGUI::GUIContext & GUI::get_context |
( |
| ) |
|
void GUI::inject_delta |
( |
float |
delta | ) |
|
CEGUI::AnimationInstance * GUI::load_animation |
( |
std::string |
name, |
|
|
CEGUI::Window * |
window |
|
) |
| |
CEGUI::Window * GUI::load_layout |
( |
std::string |
file | ) |
|
void GUI::load_resources |
( |
| ) |
|
|
private |
void GUI::register_callback |
( |
std::string |
button, |
|
|
CEGUI::Event::Subscriber |
callback |
|
) |
| |
void GUI::switch_menu |
( |
| ) |
|
const std::string GUI::default_font_ = "Manila-12" |
|
private |
Ogre::OverlayManager* GUI::overlay_manager_ |
|
private |
The documentation for this class was generated from the following files:
- /home/isaac.lacoba/repos/tfg.tinman/src/managers/gui.h
- /home/isaac.lacoba/repos/tfg.tinman/src/managers/gui.cpp