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

Class Magnum::Ui::GenericAnimator, Magnum::Ui::GenericNodeAnimator, Magnum::Ui::GenericDataAnimator, enum Magnum::Ui::GenericAnimationState, enum set Magnum::Ui::GenericAnimationStates.

Namespaces

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

Classes

class Magnum::Ui::GenericAnimator new in Git master
Generic animator.
class Magnum::Ui::GenericNodeAnimator new in Git master
Generic animator with animations attached to nodes.
class Magnum::Ui::GenericDataAnimator new in Git master
Generic animator with animations attached to layer data.

Enums

enum class GenericAnimationState: UnsignedByte { Started = 1 << 0, Stopped = 1 << 1 } new in Git master
Generic animation state.

Typedefs

using GenericAnimationStates = Containers::EnumSet<GenericAnimationState> new in Git master
Generic animation states.

Functions

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