#include "../CSS/CSSUnit.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | CSS |
| namespace | CSS::Rules |
Classes | |
| struct | CSS::GenericProperty |
| struct | CSS::GenericProperty::PropertyType |
| The allowed properties type. More... | |
| struct | CSS::MediaGroup |
| The CSS declaration of media group. More... | |
| class | CSS::Parser |
| This is the CSS parser class used to parse CSS2.0 compliant content. More... | |
Defines | |
| #define | PropCompound(X) (GenericProperty::PropertyType::Type)(GenericProperty::PropertyType::Compound | GenericProperty::X) |
Variables | |
| const GenericProperty | CSS::allowedProperties [] |
| The CSS specification from http://www.w3.org/TR/REC-CSS2/propidx.html is declared here. | |
| #define PropCompound | ( | X | ) | (GenericProperty::PropertyType::Type)(GenericProperty::PropertyType::Compound | GenericProperty::X) |
