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

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.