![]() |
FYP
1.0.0
Final Year Project -- Alexander Meuer
|

Public Types | |
| enum | Type { DUMMY, NAVIGATE, ADD_TO_MANAGER, ADD_AND_NAVIGATE, SHOW_DIALOGUE } |
Public Member Functions | |
| SceneRequest (std::string const &_name) | |
| Converting ctor for easy navigation requests. | |
Public Attributes | |
| enum detail::SceneRequest::Type | type |
| std::string | name |
| Name of scene. | |
| union { | |
| SceneProxy * scene | |
| Scene to add to the manager. | |
| gui::DialogueBox * dialogue | |
| }; | |