Cogs.Core
Public Member Functions | Public Attributes | List of all members
litehtml::background Class Reference

Public Member Functions

 background (const background &val)
 
backgroundoperator= (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
 

Detailed Description

Definition at line 13 of file background.h.

Constructor & Destructor Documentation

◆ background() [1/2]

litehtml::background::background ( void  )

Definition at line 4 of file background.cpp.

◆ background() [2/2]

litehtml::background::background ( const background val)

Definition at line 16 of file background.cpp.

◆ ~background()

litehtml::background::~background ( void  )

Definition at line 28 of file background.cpp.

Member Function Documentation

◆ operator=()

litehtml::background & litehtml::background::operator= ( const background val)

Definition at line 32 of file background.cpp.

Member Data Documentation

◆ m_attachment

background_attachment litehtml::background::m_attachment

Definition at line 19 of file background.h.

◆ m_baseurl

tstring litehtml::background::m_baseurl

Definition at line 17 of file background.h.

◆ m_clip

background_box litehtml::background::m_clip

Definition at line 22 of file background.h.

◆ m_color

web_color litehtml::background::m_color

Definition at line 18 of file background.h.

◆ m_image

tstring litehtml::background::m_image

Definition at line 16 of file background.h.

◆ m_origin

background_box litehtml::background::m_origin

Definition at line 23 of file background.h.

◆ m_position

css_position litehtml::background::m_position

Definition at line 20 of file background.h.

◆ m_radius

css_border_radius litehtml::background::m_radius

Definition at line 24 of file background.h.

◆ m_repeat

background_repeat litehtml::background::m_repeat

Definition at line 21 of file background.h.


The documentation for this class was generated from the following files: