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

Public Member Functions

 border (const border &val)
 
 border (const css_border &val)
 
borderoperator= (const border &val)
 
borderoperator= (const css_border &val)
 

Public Attributes

int width
 
border_style style
 
web_color color
 

Detailed Description

Definition at line 36 of file borders.h.

Constructor & Destructor Documentation

◆ border() [1/3]

litehtml::border::border ( )
inline

Definition at line 42 of file borders.h.

◆ border() [2/3]

litehtml::border::border ( const border val)
inline

Definition at line 46 of file borders.h.

◆ border() [3/3]

litehtml::border::border ( const css_border val)
inline

Definition at line 52 of file borders.h.

Member Function Documentation

◆ operator=() [1/2]

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

Definition at line 58 of file borders.h.

◆ operator=() [2/2]

border & litehtml::border::operator= ( const css_border val)
inline

Definition at line 65 of file borders.h.

Member Data Documentation

◆ color

web_color litehtml::border::color

Definition at line 40 of file borders.h.

◆ style

border_style litehtml::border::style

Definition at line 39 of file borders.h.

◆ width

int litehtml::border::width

Definition at line 38 of file borders.h.


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