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

Public Member Functions

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

Public Attributes

element::ptr el
 
int colspan
 
int rowspan
 
int min_width
 
int min_height
 
int max_width
 
int max_height
 
int width
 
int height
 
margins borders
 

Detailed Description

Definition at line 145 of file table.h.

Constructor & Destructor Documentation

◆ table_cell() [1/3]

litehtml::table_cell::table_cell ( )
inline

Definition at line 158 of file table.h.

◆ table_cell() [2/3]

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

Definition at line 171 of file table.h.

◆ table_cell() [3/3]

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

Definition at line 185 of file table.h.

Member Data Documentation

◆ borders

margins litehtml::table_cell::borders

Definition at line 156 of file table.h.

◆ colspan

int litehtml::table_cell::colspan

Definition at line 148 of file table.h.

◆ el

element::ptr litehtml::table_cell::el

Definition at line 147 of file table.h.

◆ height

int litehtml::table_cell::height

Definition at line 155 of file table.h.

◆ max_height

int litehtml::table_cell::max_height

Definition at line 153 of file table.h.

◆ max_width

int litehtml::table_cell::max_width

Definition at line 152 of file table.h.

◆ min_height

int litehtml::table_cell::min_height

Definition at line 151 of file table.h.

◆ min_width

int litehtml::table_cell::min_width

Definition at line 150 of file table.h.

◆ rowspan

int litehtml::table_cell::rowspan

Definition at line 149 of file table.h.

◆ width

int litehtml::table_cell::width

Definition at line 154 of file table.h.


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