Definition at line 25 of file media_query.h.
◆ ptr
typedef std::shared_ptr<media_query> litehtml::media_query::ptr |
◆ vector
typedef std::vector<media_query::ptr> litehtml::media_query::vector |
◆ media_query() [1/2]
litehtml::media_query::media_query |
( |
| ) |
|
◆ media_query() [2/2]
litehtml::media_query::media_query |
( |
const media_query & |
val | ) |
|
◆ check()
bool litehtml::media_query::check |
( |
const media_features & |
features | ) |
const |
◆ create_from_string()
litehtml::media_query::ptr litehtml::media_query::create_from_string |
( |
const tstring & |
str, |
|
|
const std::shared_ptr< document > & |
doc |
|
) |
| |
|
static |
◆ m_expressions
media_query_expression::vector litehtml::media_query::m_expressions |
|
private |
◆ m_media_type
media_type litehtml::media_query::m_media_type |
|
private |
◆ m_not
bool litehtml::media_query::m_not |
|
private |
The documentation for this class was generated from the following files: