#include "../Types/Types.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | CSS |
Classes | |
| struct | CSS::AbsoluteLength |
| The absolute lengths. More... | |
| struct | CSS::AutoLength |
| The auto length. More... | |
| struct | CSS::BorderStyle |
| The border style. More... | |
| struct | CSS::ClearAndFloat |
| The clear and float properties. More... | |
| class | CSS::Colour |
| This class is used to parse and store colours from multiple format. More... | |
| struct | CSS::Colours |
| Some predefined colors. More... | |
| struct | CSS::DisplayMode |
| The current display property refer to http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-display. More... | |
| class | CSS::Font |
| The CSS font object. More... | |
| struct | CSS::Length |
| A length is either a relative value, or an absolute measurement. More... | |
| class | CSS::LineHeight |
| The line height. More... | |
| struct | CSS::Position |
| The position style. More... | |
| struct | CSS::RelativeLength |
| The relative lengths. More... | |
| struct | CSS::SpecifiedVerticalAlign |
| Use this structure when the vertical align is a number. More... | |
| struct | CSS::StringAlignedText |
| The string on which this text is aligned is stored here. More... | |
| struct | CSS::StyleImplement |
| The style holder (hold all CSS/Style related information). More... | |
| struct | CSS::TextAlign |
| The text alignment. More... | |
| struct | CSS::TextDecoration |
| The text decoration. More... | |
| struct | CSS::Unit |
| A unit helper class to deal with CSS2.1 units as defined in http://www.w3.org/TR/CSS21/syndata.html#values. More... | |
| struct | CSS::Unit::Base |
| struct | CSS::Unit::Integer |
| An integer is a, well, signed integer (stored as 32 bits here). More... | |
| struct | CSS::Unit::Number |
| struct | CSS::VerticalAlign |
| The vertical alignment. More... | |
