file new in Git master
TextLayerAnimator.hClass Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::Ui
- UI library.
Classes
- class Magnum::Ui::TextLayerStyleAnimator new in Git master
- Text layer style animator.
Enums
- enum class TextLayerStyleAnimation: UnsignedByte { Uniform = 1 << 0, Padding = 1 << 1, EditingUniform = 1 << 2, EditingPadding = 1 << 3, Style = 1 << 4 } new in Git master
- Text layer style properties that are being animated.
Typedefs
- using TextLayerStyleAnimations = Containers::EnumSet<TextLayerStyleAnimation> new in Git master
- Set of text layer style properties that are being animated.
Functions
- auto operator<<(Debug& debug, TextLayerStyleAnimation value) -> Debug& new in Git master
- Debug output operator.
- auto operator<<(Debug& debug, TextLayerStyleAnimations value) -> Debug& new in Git master
- Debug output operator.