|
CeresEngine 0.2.0
A game development framework
|
#include "UIUtility.hpp"#include "CeresEngine/Foundation/Constraint/Constraint.hpp"#include "CeresEngine/Foundation/Constraint/ConstraintStrength.hpp"#include "CeresEngine/Foundation/Constraint/ConstraintVariable.hpp"Go to the source code of this file.
Namespaces | |
| namespace | CeresEngine |
| namespace | CeresEngine::Constraint |
Typedefs | |
| using | CeresEngine::UILayoutAnchor = Constraint::ConstraintVariable |
| An utility class for creating layout constraint objects using a fluent API. | |
| using | CeresEngine::UILayoutConstraint = Constraint::Constraint |
| The relationship between two user interface objects that must be satisfied by the constraint-based layout system. | |
| using | CeresEngine::UILayoutStrength = Constraint::ConstraintStrength |
| The priority of the constraint. | |