Photon 1.0.0
Loading...
Searching...
No Matches
litehtml::css_border_radius Struct Reference

#include <borders.h>

Public Member Functions

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

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
 

Constructor & Destructor Documentation

◆ css_border_radius() [1/2]

litehtml::css_border_radius::css_border_radius ( )
default

◆ css_border_radius() [2/2]

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

Member Function Documentation

◆ calc_percents()

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

◆ operator=()

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

Member Data Documentation

◆ bottom_left_x

css_length litehtml::css_border_radius::bottom_left_x

◆ bottom_left_y

css_length litehtml::css_border_radius::bottom_left_y

◆ bottom_right_x

css_length litehtml::css_border_radius::bottom_right_x

◆ bottom_right_y

css_length litehtml::css_border_radius::bottom_right_y

◆ top_left_x

css_length litehtml::css_border_radius::top_left_x

◆ top_left_y

css_length litehtml::css_border_radius::top_left_y

◆ top_right_x

css_length litehtml::css_border_radius::top_right_x

◆ top_right_y

css_length litehtml::css_border_radius::top_right_y

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