CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
UIViewController.hpp File Reference

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.