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

Public Types

typedef std::vector< table_columnvector
 

Public Member Functions

 table_column (int min_w, int max_w)
 
 table_column (const table_column &val)
 

Public Attributes

int min_width
 
int max_width
 
int width
 
css_length css_width
 
int border_left
 
int border_right
 
int left
 
int right
 

Detailed Description

Definition at line 71 of file table.h.

Member Typedef Documentation

◆ vector

typedef std::vector<table_column> litehtml::table_column::vector

Definition at line 73 of file table.h.

Constructor & Destructor Documentation

◆ table_column() [1/3]

litehtml::table_column::table_column ( )
inline

Definition at line 84 of file table.h.

◆ table_column() [2/3]

litehtml::table_column::table_column ( int  min_w,
int  max_w 
)
inline

Definition at line 96 of file table.h.

◆ table_column() [3/3]

litehtml::table_column::table_column ( const table_column val)
inline

Definition at line 108 of file table.h.

Member Data Documentation

◆ border_left

int litehtml::table_column::border_left

Definition at line 79 of file table.h.

◆ border_right

int litehtml::table_column::border_right

Definition at line 80 of file table.h.

◆ css_width

css_length litehtml::table_column::css_width

Definition at line 78 of file table.h.

◆ left

int litehtml::table_column::left

Definition at line 81 of file table.h.

◆ max_width

int litehtml::table_column::max_width

Definition at line 76 of file table.h.

◆ min_width

int litehtml::table_column::min_width

Definition at line 75 of file table.h.

◆ right

int litehtml::table_column::right

Definition at line 82 of file table.h.

◆ width

int litehtml::table_column::width

Definition at line 77 of file table.h.


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