#include <css_length.h>
◆ css_length() [1/2]
litehtml::css_length::css_length |
( |
| ) |
|
|
inline |
◆ css_length() [2/2]
◆ calc_percent()
int litehtml::css_length::calc_percent |
( |
int |
width | ) |
const |
|
inline |
◆ from_token()
bool litehtml::css_length::from_token |
( |
const css_token & |
token, |
|
|
int |
options, |
|
|
const string & |
predefined_keywords = "" |
|
) |
| |
◆ is_predefined()
bool litehtml::css_length::is_predefined |
( |
| ) |
const |
|
inline |
◆ operator=()
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 |
◆ predef_value()
css_length litehtml::css_length::predef_value |
( |
int |
val = 0 | ) |
|
|
static |
◆ set_value()
void litehtml::css_length::set_value |
( |
float |
val, |
|
|
css_units |
units |
|
) |
| |
|
inline |
◆ to_string()
string litehtml::css_length::to_string |
( |
| ) |
const |
◆ units()
css_units litehtml::css_length::units |
( |
| ) |
const |
|
inline |
◆ val()
float litehtml::css_length::val |
( |
| ) |
const |
|
inline |
◆ [union]
◆ m_is_predefined
bool litehtml::css_length::m_is_predefined |
|
private |
◆ m_predef
int litehtml::css_length::m_predef |
◆ m_units
◆ m_value
float litehtml::css_length::m_value |
The documentation for this class was generated from the following files: