Cogs.Core
Public Member Functions | Public Attributes | List of all members
litehtml::css_border_radius Struct Reference

Public Member Functions

 css_border_radius (const css_border_radius &val)
 
css_border_radiusoperator= (const css_border_radius &val)
 
border_radiuses calc_percents (int width, int height)
 

Public Attributes

css_length top_left_x
 
css_length top_left_y
 
css_length top_right_x
 
css_length top_right_y
 
css_length bottom_right_x
 
css_length bottom_right_y
 
css_length bottom_left_x
 
css_length bottom_left_y
 

Detailed Description

Definition at line 159 of file borders.h.

Constructor & Destructor Documentation

◆ css_border_radius() [1/2]

litehtml::css_border_radius::css_border_radius ( )
inline

Definition at line 173 of file borders.h.

◆ css_border_radius() [2/2]

litehtml::css_border_radius::css_border_radius ( const css_border_radius val)
inline

Definition at line 178 of file borders.h.

Member Function Documentation

◆ calc_percents()

border_radiuses litehtml::css_border_radius::calc_percents ( int  width,
int  height 
)
inline

Definition at line 202 of file borders.h.

◆ operator=()

css_border_radius & litehtml::css_border_radius::operator= ( const css_border_radius val)
inline

Definition at line 190 of file borders.h.

Member Data Documentation

◆ bottom_left_x

css_length litehtml::css_border_radius::bottom_left_x

Definition at line 170 of file borders.h.

◆ bottom_left_y

css_length litehtml::css_border_radius::bottom_left_y

Definition at line 171 of file borders.h.

◆ bottom_right_x

css_length litehtml::css_border_radius::bottom_right_x

Definition at line 167 of file borders.h.

◆ bottom_right_y

css_length litehtml::css_border_radius::bottom_right_y

Definition at line 168 of file borders.h.

◆ top_left_x

css_length litehtml::css_border_radius::top_left_x

Definition at line 161 of file borders.h.

◆ top_left_y

css_length litehtml::css_border_radius::top_left_y

Definition at line 162 of file borders.h.

◆ top_right_x

css_length litehtml::css_border_radius::top_right_x

Definition at line 164 of file borders.h.

◆ top_right_y

css_length litehtml::css_border_radius::top_right_y

Definition at line 165 of file borders.h.


The documentation for this struct was generated from the following file: