#include <css_length.h>
◆ Type
Enumerator |
---|
type_mm | |
type_cm | |
type_in | |
type_pt | |
type_pc | |
type_px | |
type_em | |
type_ex | |
type_computed_px | |
◆ CSSLength() [1/2]
clan::CSSLength::CSSLength |
( |
| ) |
|
|
inline |
◆ CSSLength() [2/2]
clan::CSSLength::CSSLength |
( |
float |
value, |
|
|
Type |
type |
|
) |
| |
|
inline |
◆ to_string()
std::string clan::CSSLength::to_string |
( |
| ) |
const |
|
inline |
References clan::StringHelp::float_to_text(), type, type_cm, type_computed_px, type_em, type_ex, type_in, type_mm, type_pc, type_pt, type_px, and value.
◆ type
Type clan::CSSLength::type |
◆ value
float clan::CSSLength::value |
The documentation for this class was generated from the following file: