|
typedef std::shared_ptr< style > | ptr |
|
typedef std::vector< style::ptr > | vector |
|
|
void | parse_property (const tstring &txt, const tchar_t *baseurl) |
|
void | parse (const tchar_t *txt, const tchar_t *baseurl) |
|
void | parse_short_border (const tstring &prefix, const tstring &val, bool important) |
|
void | parse_short_background (const tstring &val, const tchar_t *baseurl, bool important) |
|
void | parse_short_font (const tstring &val, bool important) |
|
void | add_parsed_property (const tstring &name, const tstring &val, bool important) |
|
void | remove_property (const tstring &name, bool important) |
|
Definition at line 40 of file style.h.
◆ ptr
typedef std::shared_ptr<style> litehtml::style::ptr |
◆ vector
typedef std::vector<style::ptr> litehtml::style::vector |
◆ style() [1/2]
litehtml::style::style |
( |
| ) |
|
◆ style() [2/2]
litehtml::style::style |
( |
const style & |
val | ) |
|
◆ ~style()
litehtml::style::~style |
( |
| ) |
|
|
virtual |
◆ add()
void litehtml::style::add |
( |
const tchar_t * |
txt, |
|
|
const tchar_t * |
baseurl |
|
) |
| |
|
inline |
◆ add_parsed_property()
void litehtml::style::add_parsed_property |
( |
const tstring & |
name, |
|
|
const tstring & |
val, |
|
|
bool |
important |
|
) |
| |
|
private |
◆ add_property()
void litehtml::style::add_property |
( |
const tchar_t * |
name, |
|
|
const tchar_t * |
val, |
|
|
const tchar_t * |
baseurl, |
|
|
bool |
important |
|
) |
| |
◆ clear()
void litehtml::style::clear |
( |
| ) |
|
|
inline |
◆ combine()
◆ get_property()
const tchar_t * litehtml::style::get_property |
( |
const tchar_t * |
name | ) |
const |
|
inline |
◆ operator=()
void litehtml::style::operator= |
( |
const style & |
val | ) |
|
|
inline |
◆ parse()
void litehtml::style::parse |
( |
const tchar_t * |
txt, |
|
|
const tchar_t * |
baseurl |
|
) |
| |
|
private |
◆ parse_property()
void litehtml::style::parse_property |
( |
const tstring & |
txt, |
|
|
const tchar_t * |
baseurl |
|
) |
| |
|
private |
◆ parse_short_background()
void litehtml::style::parse_short_background |
( |
const tstring & |
val, |
|
|
const tchar_t * |
baseurl, |
|
|
bool |
important |
|
) |
| |
|
private |
◆ parse_short_border()
void litehtml::style::parse_short_border |
( |
const tstring & |
prefix, |
|
|
const tstring & |
val, |
|
|
bool |
important |
|
) |
| |
|
private |
◆ parse_short_font()
void litehtml::style::parse_short_font |
( |
const tstring & |
val, |
|
|
bool |
important |
|
) |
| |
|
private |
◆ remove_property()
void litehtml::style::remove_property |
( |
const tstring & |
name, |
|
|
bool |
important |
|
) |
| |
|
private |
◆ m_properties
props_map litehtml::style::m_properties |
|
private |
◆ m_valid_values
litehtml::string_map litehtml::style::m_valid_values |
|
staticprivate |
Initial value:=
{
{ _t("white-space"), white_space_strings }
}
Definition at line 47 of file style.h.
The documentation for this class was generated from the following files:
- Extensions/Gui/Libraries/litehtml/src/style.h
- Extensions/Gui/Libraries/litehtml/src/style.cpp