Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
table.hh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void Html_tag_open_table (DilloHtml *html, const char *tag, int tagsize)
 
void Html_tag_content_table (DilloHtml *html, const char *tag, int tagsize)
 
void Html_tag_open_tr (DilloHtml *html, const char *tag, int tagsize)
 
void Html_tag_content_tr (DilloHtml *html, const char *tag, int tagsize)
 
void Html_tag_open_td (DilloHtml *html, const char *tag, int tagsize)
 
void Html_tag_content_td (DilloHtml *html, const char *tag, int tagsize)
 
void Html_tag_open_tbody (DilloHtml *html, const char *tag, int tagsize)
 
void Html_tag_content_tbody (DilloHtml *html, const char *tag, int tagsize)
 
void Html_tag_open_tfoot (DilloHtml *html, const char *tag, int tagsize)
 
void Html_tag_open_thead (DilloHtml *html, const char *tag, int tagsize)
 
void Html_tag_open_th (DilloHtml *html, const char *tag, int tagsize)
 
void Html_tag_content_th (DilloHtml *html, const char *tag, int tagsize)
 

Function Documentation

◆ Html_tag_content_table()

void Html_tag_content_table ( DilloHtml html,
const char *  tag,
int  tagsize 
)

◆ Html_tag_content_tbody()

void Html_tag_content_tbody ( DilloHtml html,
const char *  tag,
int  tagsize 
)

Definition at line 260 of file table.cc.

◆ Html_tag_content_td()

void Html_tag_content_td ( DilloHtml html,
const char *  tag,
int  tagsize 
)

Definition at line 248 of file table.cc.

References Html_tag_content_table_cell().

◆ Html_tag_content_th()

void Html_tag_content_th ( DilloHtml html,
const char *  tag,
int  tagsize 
)

Definition at line 287 of file table.cc.

References Html_tag_content_table_cell().

◆ Html_tag_content_tr()

void Html_tag_content_tr ( DilloHtml html,
const char *  tag,
int  tagsize 
)

◆ Html_tag_open_table()

◆ Html_tag_open_tbody()

void Html_tag_open_tbody ( DilloHtml html,
const char *  tag,
int  tagsize 
)

Definition at line 256 of file table.cc.

◆ Html_tag_open_td()

void Html_tag_open_td ( DilloHtml html,
const char *  tag,
int  tagsize 
)

Definition at line 242 of file table.cc.

References Html_tag_open_table_cell(), and dw::core::style::TEXT_ALIGN_LEFT.

◆ Html_tag_open_tfoot()

void Html_tag_open_tfoot ( DilloHtml html,
const char *  tag,
int  tagsize 
)

Definition at line 267 of file table.cc.

◆ Html_tag_open_th()

void Html_tag_open_th ( DilloHtml html,
const char *  tag,
int  tagsize 
)

Definition at line 281 of file table.cc.

References Html_tag_open_table_cell(), and dw::core::style::TEXT_ALIGN_CENTER.

◆ Html_tag_open_thead()

void Html_tag_open_thead ( DilloHtml html,
const char *  tag,
int  tagsize 
)

Definition at line 274 of file table.cc.

◆ Html_tag_open_tr()