file new in Git master
BaseLayerAnimator.hClass Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::Ui
- UI library.
Classes
- class Magnum::Ui::BaseLayerStyleAnimator new in Git master
- Base layer style animator.
Enums
- enum class BaseLayerStyleAnimation: UnsignedByte { Uniform = 1 << 0, Padding = 1 << 1, Style = 1 << 2 } new in Git master
- Base layer style properties that are being animated.
Typedefs
- using BaseLayerStyleAnimations = Containers::EnumSet<BaseLayerStyleAnimation> new in Git master
- Set of base layer style properties that are being animated.
Functions
- auto operator<<(Debug& debug, BaseLayerStyleAnimation value) -> Debug& new in Git master
- Debug output operator.
- auto operator<<(Debug& debug, BaseLayerStyleAnimations value) -> Debug& new in Git master
- Debug output operator.