FYP  1.0.0
Final Year Project -- Alexander Meuer
detail::SceneRequest Struct Reference
Collaboration diagram for detail::SceneRequest:
Collaboration graph

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
 
}; 
 

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