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

#include <borders.h>

Public Member Functions

 borders ()=default
 
 borders (const borders &val)
 
 borders (const css_borders &val)
 
bool is_visible () const
 
bordersoperator= (const borders &val)=default
 
bordersoperator= (const css_borders &val)
 

Public Attributes

border left
 
border top
 
border right
 
border bottom
 
border_radiuses radius
 

Constructor & Destructor Documentation

◆ borders() [1/3]

litehtml::borders::borders ( )
default

◆ borders() [2/3]

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

◆ borders() [3/3]

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

Member Function Documentation

◆ is_visible()

bool litehtml::borders::is_visible ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ bottom

border litehtml::borders::bottom

◆ left

border litehtml::borders::left

◆ radius

border_radiuses litehtml::borders::radius

◆ right

border litehtml::borders::right

◆ top

border litehtml::borders::top

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