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

Public Types

typedef std::vector< table_rowvector
 

Public Member Functions

 table_row (int h, element::ptr &row)
 
 table_row (const table_row &val)
 
 table_row (table_row &&val)
 

Public Attributes

int height
 
int border_top
 
int border_bottom
 
element::ptr el_row
 
int top
 
int bottom
 
css_length css_height
 
int min_height
 

Detailed Description

Definition at line 6 of file table.h.

Member Typedef Documentation

◆ vector

typedef std::vector<table_row> litehtml::table_row::vector

Definition at line 8 of file table.h.

Constructor & Destructor Documentation

◆ table_row() [1/4]

litehtml::table_row::table_row ( )
inline

Definition at line 19 of file table.h.

◆ table_row() [2/4]

litehtml::table_row::table_row ( int  h,
element::ptr &  row 
)
inline

Definition at line 31 of file table.h.

◆ table_row() [3/4]

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

Definition at line 46 of file table.h.

◆ table_row() [4/4]

litehtml::table_row::table_row ( table_row &&  val)
inline

Definition at line 58 of file table.h.

Member Data Documentation

◆ border_bottom

int litehtml::table_row::border_bottom

Definition at line 12 of file table.h.

◆ border_top

int litehtml::table_row::border_top

Definition at line 11 of file table.h.

◆ bottom

int litehtml::table_row::bottom

Definition at line 15 of file table.h.

◆ css_height

css_length litehtml::table_row::css_height

Definition at line 16 of file table.h.

◆ el_row

element::ptr litehtml::table_row::el_row

Definition at line 13 of file table.h.

◆ height

int litehtml::table_row::height

Definition at line 10 of file table.h.

◆ min_height

int litehtml::table_row::min_height

Definition at line 17 of file table.h.

◆ top

int litehtml::table_row::top

Definition at line 14 of file table.h.


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