|
Cogs.Core
|
Public Member Functions | |
| background (const background &val) | |
| background & | operator= (const background &val) |
Public Attributes | |
| tstring | m_image |
| tstring | m_baseurl |
| web_color | m_color |
| background_attachment | m_attachment |
| css_position | m_position |
| background_repeat | m_repeat |
| background_box | m_clip |
| background_box | m_origin |
| css_border_radius | m_radius |
Definition at line 13 of file background.h.
| litehtml::background::background | ( | void | ) |
Definition at line 4 of file background.cpp.
| litehtml::background::background | ( | const background & | val | ) |
Definition at line 16 of file background.cpp.
| litehtml::background::~background | ( | void | ) |
Definition at line 28 of file background.cpp.
| litehtml::background & litehtml::background::operator= | ( | const background & | val | ) |
Definition at line 32 of file background.cpp.
| background_attachment litehtml::background::m_attachment |
Definition at line 19 of file background.h.
| tstring litehtml::background::m_baseurl |
Definition at line 17 of file background.h.
| background_box litehtml::background::m_clip |
Definition at line 22 of file background.h.
| web_color litehtml::background::m_color |
Definition at line 18 of file background.h.
| tstring litehtml::background::m_image |
Definition at line 16 of file background.h.
| background_box litehtml::background::m_origin |
Definition at line 23 of file background.h.
| css_position litehtml::background::m_position |
Definition at line 20 of file background.h.
| css_border_radius litehtml::background::m_radius |
Definition at line 24 of file background.h.
| background_repeat litehtml::background::m_repeat |
Definition at line 21 of file background.h.