#include <WCssStyleSheet>
Public Member Functions | |
| WCssStyleSheet () | |
| Create a new empty style sheet. | |
| ~WCssStyleSheet () | |
| Destroy a style sheet, and all rules in it. | |
| void | addRule (const std::string &selector, const WCssDecorationStyle &style, const std::string &ruleName=std::string()) |
| Add a decoration rule. | |
1.5.3