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

#include <table.h>

Public Types

using vector = std::vector< table_row >
 

Public Member Functions

 table_row ()
 
 table_row (int h, const std::shared_ptr< render_item > &row)
 
 table_row (const table_row &val)
 
 table_row (table_row &&val) noexcept
 

Public Attributes

int height
 
int border_top
 
int border_bottom
 
std::shared_ptr< render_itemel_row
 
int top
 
int bottom
 
css_length css_height
 
int min_height
 

Member Typedef Documentation

◆ vector

Constructor & Destructor Documentation

◆ table_row() [1/4]

litehtml::table_row::table_row ( )
inline

◆ table_row() [2/4]

litehtml::table_row::table_row ( int  h,
const std::shared_ptr< render_item > &  row 
)

◆ table_row() [3/4]

litehtml::table_row::table_row ( const table_row val)
inline

◆ table_row() [4/4]

litehtml::table_row::table_row ( table_row &&  val)
inlinenoexcept

Member Data Documentation

◆ border_bottom

int litehtml::table_row::border_bottom

◆ border_top

int litehtml::table_row::border_top

◆ bottom

int litehtml::table_row::bottom

◆ css_height

css_length litehtml::table_row::css_height

◆ el_row

std::shared_ptr<render_item> litehtml::table_row::el_row

◆ height

int litehtml::table_row::height

◆ min_height

int litehtml::table_row::min_height

◆ top

int litehtml::table_row::top

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