|
CeresEngine 0.2.0
A game development framework
|
#include "UIResponder.hpp"#include "UIView.hpp"#include "CeresEngine/Foundation/Any.hpp"#include "CeresEngine/Foundation/SmartPtr.hpp"Go to the source code of this file.
Classes | |
| class | CeresEngine::UIViewController |
| A controller that manages a view. More... | |
| class | CeresEngine::TUIViewController< TViewType, TParentViewControllerType > |
A templated UIViewController sub-class that specializes it for a specific view type. More... | |
| class | CeresEngine::UIModelViewController< TModelType, TViewControllerType > |
A UIViewController sub-class that uses a typed represented object. More... | |
Namespaces | |
| namespace | CeresEngine |
Typedefs | |
| using | CeresEngine::UIViewControllerPtr = RC< UIViewController > |
Alias to a UIViewController pointer. | |