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

#include <borders.h>

Public Member Functions

 border_radiuses ()
 
 border_radiuses (const border_radiuses &val)
 
border_radiusesoperator= (const border_radiuses &val)=default
 
void operator+= (const margins &mg)
 
void operator-= (const margins &mg)
 
void fix_values ()
 
void fix_values (int width, int height)
 

Public Attributes

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

Constructor & Destructor Documentation

◆ border_radiuses() [1/2]

litehtml::border_radiuses::border_radiuses ( )
inline

◆ border_radiuses() [2/2]

litehtml::border_radiuses::border_radiuses ( const border_radiuses val)
inline

Member Function Documentation

◆ fix_values() [1/2]

void litehtml::border_radiuses::fix_values ( )
inline

◆ fix_values() [2/2]

void litehtml::border_radiuses::fix_values ( int  width,
int  height 
)
inline

◆ operator+=()

void litehtml::border_radiuses::operator+= ( const margins mg)
inline

◆ operator-=()

void litehtml::border_radiuses::operator-= ( const margins mg)
inline

◆ operator=()

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

Member Data Documentation

◆ bottom_left_x

int litehtml::border_radiuses::bottom_left_x

◆ bottom_left_y

int litehtml::border_radiuses::bottom_left_y

◆ bottom_right_x

int litehtml::border_radiuses::bottom_right_x

◆ bottom_right_y

int litehtml::border_radiuses::bottom_right_y

◆ top_left_x

int litehtml::border_radiuses::top_left_x

◆ top_left_y

int litehtml::border_radiuses::top_left_y

◆ top_right_x

int litehtml::border_radiuses::top_right_x

◆ top_right_y

int litehtml::border_radiuses::top_right_y

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