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

Public Member Functions

 borders (const borders &val)
 
 borders (const css_borders &val)
 
bordersoperator= (const borders &val)
 
bordersoperator= (const css_borders &val)
 

Public Attributes

border left
 
border top
 
border right
 
border bottom
 
border_radiuses radius
 

Detailed Description

Definition at line 250 of file borders.h.

Constructor & Destructor Documentation

◆ borders() [1/3]

litehtml::borders::borders ( )
inline

Definition at line 258 of file borders.h.

◆ borders() [2/3]

litehtml::borders::borders ( const borders val)
inline

Definition at line 263 of file borders.h.

◆ borders() [3/3]

litehtml::borders::borders ( const css_borders val)
inline

Definition at line 272 of file borders.h.

Member Function Documentation

◆ operator=() [1/2]

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

Definition at line 280 of file borders.h.

◆ operator=() [2/2]

borders & litehtml::borders::operator= ( const css_borders val)
inline

Definition at line 290 of file borders.h.

Member Data Documentation

◆ bottom

border litehtml::borders::bottom

Definition at line 255 of file borders.h.

◆ left

border litehtml::borders::left

Definition at line 252 of file borders.h.

◆ radius

border_radiuses litehtml::borders::radius

Definition at line 256 of file borders.h.

◆ right

border litehtml::borders::right

Definition at line 254 of file borders.h.

◆ top

border litehtml::borders::top

Definition at line 253 of file borders.h.


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