Cogs.Core
|
Public Member Functions | |
background_paint (const background_paint &val) | |
void | operator= (const background &val) |
Public Attributes | |
tstring | image |
tstring | baseurl |
background_attachment | attachment |
background_repeat | repeat |
web_color | color |
position | clip_box |
position | origin_box |
position | border_box |
border_radiuses | border_radius |
size | image_size |
int | position_x |
int | position_y |
bool | is_root |
Definition at line 34 of file background.h.
litehtml::background_paint::background_paint | ( | ) |
Definition at line 46 of file background.cpp.
litehtml::background_paint::background_paint | ( | const background_paint & | val | ) |
Definition at line 55 of file background.cpp.
void litehtml::background_paint::operator= | ( | const background & | val | ) |
Definition at line 72 of file background.cpp.
background_attachment litehtml::background_paint::attachment |
Definition at line 39 of file background.h.
tstring litehtml::background_paint::baseurl |
Definition at line 38 of file background.h.
position litehtml::background_paint::border_box |
Definition at line 44 of file background.h.
border_radiuses litehtml::background_paint::border_radius |
Definition at line 45 of file background.h.
position litehtml::background_paint::clip_box |
Definition at line 42 of file background.h.
web_color litehtml::background_paint::color |
Definition at line 41 of file background.h.
tstring litehtml::background_paint::image |
Definition at line 37 of file background.h.
size litehtml::background_paint::image_size |
Definition at line 46 of file background.h.
bool litehtml::background_paint::is_root |
Definition at line 49 of file background.h.
position litehtml::background_paint::origin_box |
Definition at line 43 of file background.h.
int litehtml::background_paint::position_x |
Definition at line 47 of file background.h.
int litehtml::background_paint::position_y |
Definition at line 48 of file background.h.
background_repeat litehtml::background_paint::repeat |
Definition at line 40 of file background.h.