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

Public Member Functions

 border_radiuses (const border_radiuses &val)
 
border_radiusesoperator= (const border_radiuses &val)
 
void operator+= (const margins &mg)
 
void operator-= (const margins &mg)
 
void fix_values ()
 

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
 

Detailed Description

Definition at line 74 of file borders.h.

Constructor & Destructor Documentation

◆ border_radiuses() [1/2]

litehtml::border_radiuses::border_radiuses ( )
inline

Definition at line 88 of file borders.h.

◆ border_radiuses() [2/2]

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

Definition at line 99 of file borders.h.

Member Function Documentation

◆ fix_values()

void litehtml::border_radiuses::fix_values ( )
inline

Definition at line 146 of file borders.h.

◆ operator+=()

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

Definition at line 122 of file borders.h.

◆ operator-=()

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

Definition at line 134 of file borders.h.

◆ operator=()

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

Definition at line 110 of file borders.h.

Member Data Documentation

◆ bottom_left_x

int litehtml::border_radiuses::bottom_left_x

Definition at line 85 of file borders.h.

◆ bottom_left_y

int litehtml::border_radiuses::bottom_left_y

Definition at line 86 of file borders.h.

◆ bottom_right_x

int litehtml::border_radiuses::bottom_right_x

Definition at line 82 of file borders.h.

◆ bottom_right_y

int litehtml::border_radiuses::bottom_right_y

Definition at line 83 of file borders.h.

◆ top_left_x

int litehtml::border_radiuses::top_left_x

Definition at line 76 of file borders.h.

◆ top_left_y

int litehtml::border_radiuses::top_left_y

Definition at line 77 of file borders.h.

◆ top_right_x

int litehtml::border_radiuses::top_right_x

Definition at line 79 of file borders.h.

◆ top_right_y

int litehtml::border_radiuses::top_right_y

Definition at line 80 of file borders.h.


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