libhtmlpp 1.0.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
libhtmlpp::CSSRuleResult Struct Reference

Result of getCSSRules: the fully cascaded property set (name -> value, "!important" stripped) and the accumulated raw text of every matching @media (or other at-rule) block. More...

#include <htmlcss.h>

Public Attributes

std::map< std::string, std::string > properties
 
std::string mediaRules
 

Detailed Description

Result of getCSSRules: the fully cascaded property set (name -> value, "!important" stripped) and the accumulated raw text of every matching @media (or other at-rule) block.

Definition at line 58 of file htmlcss.h.

Member Data Documentation

◆ mediaRules

std::string libhtmlpp::CSSRuleResult::mediaRules

Definition at line 60 of file htmlcss.h.

◆ properties

std::map<std::string,std::string> libhtmlpp::CSSRuleResult::properties

Definition at line 59 of file htmlcss.h.


The documentation for this struct was generated from the following file: