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

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
 

Detailed Description

Definition at line 34 of file background.h.

Constructor & Destructor Documentation

◆ background_paint() [1/2]

litehtml::background_paint::background_paint ( )

Definition at line 46 of file background.cpp.

◆ background_paint() [2/2]

litehtml::background_paint::background_paint ( const background_paint val)

Definition at line 55 of file background.cpp.

Member Function Documentation

◆ operator=()

void litehtml::background_paint::operator= ( const background val)

Definition at line 72 of file background.cpp.

Member Data Documentation

◆ attachment

background_attachment litehtml::background_paint::attachment

Definition at line 39 of file background.h.

◆ baseurl

tstring litehtml::background_paint::baseurl

Definition at line 38 of file background.h.

◆ border_box

position litehtml::background_paint::border_box

Definition at line 44 of file background.h.

◆ border_radius

border_radiuses litehtml::background_paint::border_radius

Definition at line 45 of file background.h.

◆ clip_box

position litehtml::background_paint::clip_box

Definition at line 42 of file background.h.

◆ color

web_color litehtml::background_paint::color

Definition at line 41 of file background.h.

◆ image

tstring litehtml::background_paint::image

Definition at line 37 of file background.h.

◆ image_size

size litehtml::background_paint::image_size

Definition at line 46 of file background.h.

◆ is_root

bool litehtml::background_paint::is_root

Definition at line 49 of file background.h.

◆ origin_box

position litehtml::background_paint::origin_box

Definition at line 43 of file background.h.

◆ position_x

int litehtml::background_paint::position_x

Definition at line 47 of file background.h.

◆ position_y

int litehtml::background_paint::position_y

Definition at line 48 of file background.h.

◆ repeat

background_repeat litehtml::background_paint::repeat

Definition at line 40 of file background.h.


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