#include <ucss.hpp>
Inheritance diagram for ubit::UStyleProps:
Public Types | |
typedef UProp *(*) | PropCreator (UXmlDoc *, const UStr &) |
Public Member Functions | |
PropCreator | findProp (const UStr &prop_name) |
void | defProp (const char *prop_name, PropCreator) |
void | defProp (const UStr &prop_name, PropCreator) |
Static Public Member Functions | |
static bool | isEq (const UStr &s1, const char *s2) |
static bool | isEq (const UStr *s1, const char *s2) |
static bool | parseUrl (const UStr &, UStr &url, UStr &remain) |
static bool | parseNum (const UStr &, double &val, UStr &unit) |
static bool | parseNum (const UStr *, double &val, UStr &unit) |
static int | roundNum (double x) |
static void | setFontFamily (UFont &, const UStr &_val) |
base for UCssProps.