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

#include <table.h>

Public Member Functions

 table_cell ()
 
 table_cell (const table_cell &val)
 
 table_cell (table_cell &&val) noexcept
 

Public Attributes

std::shared_ptr< render_itemel
 
int colspan
 
int rowspan
 
int min_width
 
int min_height
 
int max_width
 
int max_height
 
int width
 
int height
 
margins borders
 

Constructor & Destructor Documentation

◆ table_cell() [1/3]

litehtml::table_cell::table_cell ( )
inline

◆ table_cell() [2/3]

litehtml::table_cell::table_cell ( const table_cell val)
inline

◆ table_cell() [3/3]

litehtml::table_cell::table_cell ( table_cell &&  val)
inlinenoexcept

Member Data Documentation

◆ borders

margins litehtml::table_cell::borders

◆ colspan

int litehtml::table_cell::colspan

◆ el

std::shared_ptr<render_item> litehtml::table_cell::el

◆ height

int litehtml::table_cell::height

◆ max_height

int litehtml::table_cell::max_height

◆ max_width

int litehtml::table_cell::max_width

◆ min_height

int litehtml::table_cell::min_height

◆ min_width

int litehtml::table_cell::min_width

◆ rowspan

int litehtml::table_cell::rowspan

◆ width

int litehtml::table_cell::width

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