![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfx_cssnumbervalue.h>
Public Types | |
| enum class | Unit { kNumber , kPercent , kEMS , kEXS , kPixels , kCentiMeters , kMilliMeters , kInches , kPoints , kPicas } |
Public Attributes | |
| Unit | unit |
| float | value |
Definition at line 12 of file cfx_cssnumbervalue.h.
|
strong |
| Enumerator | |
|---|---|
| kNumber | |
| kPercent | |
| kEMS | |
| kEXS | |
| kPixels | |
| kCentiMeters | |
| kMilliMeters | |
| kInches | |
| kPoints | |
| kPicas | |
Definition at line 13 of file cfx_cssnumbervalue.h.
| Unit CFX_CSSNumber::unit |
Definition at line 26 of file cfx_cssnumbervalue.h.
Referenced by CFX_CSSNumberValue::CFX_CSSNumberValue(), CFX_CSSNumberValue::Apply(), and CFX_CSSNumberValue::unit().
| float CFX_CSSNumber::value |
Definition at line 27 of file cfx_cssnumbervalue.h.
Referenced by CFX_CSSNumberValue::CFX_CSSNumberValue(), CFX_CSSNumberValue::Apply(), and CFX_CSSNumberValue::value().