Definition at line 8 of file css_length.h.
◆ css_length() [1/2]
litehtml::css_length::css_length |
( |
| ) |
|
|
inline |
◆ css_length() [2/2]
litehtml::css_length::css_length |
( |
const css_length & |
val | ) |
|
|
inline |
◆ calc_percent()
int litehtml::css_length::calc_percent |
( |
int |
width | ) |
const |
|
inline |
◆ fromString()
void litehtml::css_length::fromString |
( |
const tstring & |
str, |
|
|
const tstring & |
predefs = _t("") , |
|
|
int |
defValue = 0 |
|
) |
| |
◆ is_predefined()
bool litehtml::css_length::is_predefined |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
css_length & litehtml::css_length::operator= |
( |
float |
val | ) |
|
|
inline |
◆ predef() [1/2]
int litehtml::css_length::predef |
( |
| ) |
const |
|
inline |
◆ predef() [2/2]
void litehtml::css_length::predef |
( |
int |
val | ) |
|
|
inline |
◆ set_value()
void litehtml::css_length::set_value |
( |
float |
val, |
|
|
css_units |
units |
|
) |
| |
|
inline |
◆ units()
css_units litehtml::css_length::units |
( |
| ) |
const |
|
inline |
◆ val()
float litehtml::css_length::val |
( |
| ) |
const |
|
inline |
◆ m_is_predefined
bool litehtml::css_length::m_is_predefined |
|
private |
◆ m_predef
int litehtml::css_length::m_predef |
◆ m_units
css_units litehtml::css_length::m_units |
|
private |
◆ m_value
float litehtml::css_length::m_value |
The documentation for this class was generated from the following files: