Formatter.h file new in Git master
Class Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::Ui
- UI library.
Classes
- class Magnum::Ui::DecimalFormatter new in Git master
- Formatter for decimal integer values.
- class Magnum::Ui::HexadecimalFormatter new in Git master
- Formatter for hexadecimal integer values.
- class Magnum::Ui::FloatFormatter new in Git master
- Formatter for floating-point values.
Enums
- enum class ParseState: UnsignedByte { Success, Clamped, Failed } new in Git master
- Parse state.
Functions
- auto operator<<(Debug& debug, ParseState value) -> Debug& new in Git master
- Debug output operator.
-
auto operator<<(Debug& debug,
DecimalFormatter::
Flag value) -> Debug& new in Git master - Debug output operator.
-
auto operator<<(Debug& debug,
DecimalFormatter::
Flags value) -> Debug& new in Git master - Debug output operator.
-
auto operator<<(Debug& debug,
HexadecimalFormatter::
Flag value) -> Debug& new in Git master - Debug output operator.
-
auto operator<<(Debug& debug,
FloatFormatter::
Flag value) -> Debug& new in Git master - Debug output operator.