#include <ucss.hpp>
Inheritance diagram for ubit::UCssProps:
Static Public Member Functions | |
static UProp * | create_font_family (UXmlDoc *, const UStr &v) |
static UProp * | create_font_size (UXmlDoc *, const UStr &v) |
static UProp * | create_font_weight (UXmlDoc *, const UStr &v) |
static UProp * | create_font_style (UXmlDoc *, const UStr &v) |
static UProp * | create_color (UXmlDoc *, const UStr &v) |
static UProp * | create_background_color (UXmlDoc *, const UStr &v) |
static UProp * | create_background_image (UXmlDoc *, const UStr &v) |
static UProp * | create_background (UXmlDoc *, const UStr &v) |
static UProp * | create_width (UXmlDoc *, const UStr &v) |
static UProp * | create_height (UXmlDoc *, const UStr &v) |
static UProp * | create_text_align (UXmlDoc *, const UStr &v) |
static UProp * | create_vertical_align (UXmlDoc *, const UStr &v) |
static UProp * | create_margin_top (UXmlDoc *, const UStr &v) |
static UProp * | create_margin_bottom (UXmlDoc *, const UStr &v) |
static UProp * | create_margin_left (UXmlDoc *, const UStr &v) |
static UProp * | create_margin_right (UXmlDoc *, const UStr &v) |
static UProp * | create_padding_top (UXmlDoc *, const UStr &v) |
static UProp * | create_padding_bottom (UXmlDoc *, const UStr &v) |
static UProp * | create_padding_left (UXmlDoc *, const UStr &v) |
static UProp * | create_padding_right (UXmlDoc *, const UStr &v) |
static UProp * | create_border (UXmlDoc *, const UStr &v) |
to be completed...