file new in Git master
NodeFlags.hEnum Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::Ui
- UI library.
Enums
- enum class NodeFlag: UnsignedByte { Hidden = 1 << 0, Clip = 1 << 1, NoEvents = 1 << 2, Disabled = NoEvents|(1 << 3), FallthroughPointerEvents = 1 << 4, Focusable = 1 << 5 } new in Git master
- Node behavior flag.
Typedefs
- using NodeFlags = Containers::EnumSet<NodeFlag> new in Git master
- Node behavior flags.
Functions
- auto operator<<(Debug& debug, NodeFlag value) -> Debug& new in Git master
- Debug output operator.
- auto operator<<(Debug& debug, NodeFlags value) -> Debug& new in Git master
- Debug output operator.