|
CeresEngine 0.2.0
A game development framework
|
#include "CeresEngine/DataTypes.hpp"#include "CeresEngine/UI/UIView.hpp"#include "CeresEngine/UI/UIViewController.hpp"Go to the source code of this file.
Classes | |
| class | CeresEngine::UISplitView |
| A view that arranges two or more views in a linear stack running horizontally or vertically. More... | |
| class | CeresEngine::UISplitViewController |
Namespaces | |
| namespace | CeresEngine |
Typedefs | |
| template<typename ModelType > | |
| using | CeresEngine::TUISplitViewController = UIModelViewController< ModelType, UISplitViewController > |