Magnum/Ui/TextLayerAnimator.h file new in Git master

Class Magnum::Ui::TextLayerStyleAnimator, enum Magnum::Ui::TextLayerStyleAnimatorUpdate, enum set Magnum::Ui::TextLayerStyleAnimatorUpdates.

Namespaces

namespace Magnum new in Git master
Root namespace.
namespace Magnum::Ui
UI library.

Classes

class Magnum::Ui::TextLayerStyleAnimator new in Git master
Text layer style animator.

Enums

enum class TextLayerStyleAnimatorUpdate: 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 TextLayerStyleAnimatorUpdates = Containers::EnumSet<TextLayerStyleAnimatorUpdate> new in Git master
Set of text layer style properties that are being animated.

Functions

auto operator<<(Debug& debug, TextLayerStyleAnimatorUpdate value) -> Debug& new in Git master
Debug output operator.
auto operator<<(Debug& debug, TextLayerStyleAnimatorUpdates value) -> Debug& new in Git master
Debug output operator.