|
CeresEngine 0.2.0
A game development framework
|
#include "Forward.hpp"#include "CeresEngine/Text/Forward.hpp"#include "UIUtility.hpp"#include "CeresEngine/Macros.hpp"#include "CeresEngine/Foundation/Function.hpp"#include "CeresEngine/Foundation/SmartPtr.hpp"#include "CeresEngine/Foundation/Container/Map.hpp"#include "CeresEngine/Foundation/Container/Optional.hpp"#include "CeresEngine/Foundation/Container/Variant.hpp"#include "CeresEngine/Graphics/Shape.hpp"#include "CeresEngine/Resource/ResourceHandle.hpp"Go to the source code of this file.
Classes | |
| struct | CeresEngine::UIAppearanceProperty< T > |
| A UI appearance property that returns a color. More... | |
| class | CeresEngine::UIAppearance |
| An object that describes the appearance of a UI view. More... | |
Namespaces | |
| namespace | CeresEngine |
Typedefs | |
| using | CeresEngine::UIColorAppearanceProperty = UIAppearanceProperty< UIColor > |
| A color UI appearance property. | |
| using | CeresEngine::UIPaintAppearanceProperty = UIAppearanceProperty< Paint > |
| A paint UI appearance property. | |
| using | CeresEngine::UIFloatAppearanceProperty = UIAppearanceProperty< double > |
| A floating-point UI appearance property. | |
| using | CeresEngine::UIFontAppearanceProperty = UIAppearanceProperty< HFont > |
| A font UI appearance property. | |