Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
DilloHtmlState Struct Reference

#include <html_common.hh>

Public Attributes

DilloHtmlParseMode parse_mode
 
DilloHtmlTableMode table_mode
 
DilloHtmlTableBorderMode table_border_mode
 
bool cell_text_align_set
 
bool display_none
 
DilloHtmlListMode list_type
 
int list_number
 
int tag_idx
 TagInfo index for the tag that's being processed.
 
dw::core::Widgettextblock
 
dw::core::Widgettable
 
dw::core::Widgetref_list_item
 This is used to align list items (especially in enumerated lists)
 
bool hand_over_break
 This is used for list items etc.
 

Detailed Description

Definition at line 105 of file html_common.hh.

Member Data Documentation

◆ cell_text_align_set

bool DilloHtmlState::cell_text_align_set

Definition at line 109 of file html_common.hh.

Referenced by DilloHtml::DilloHtml().

◆ display_none

bool DilloHtmlState::display_none

Definition at line 110 of file html_common.hh.

Referenced by DilloHtml::DilloHtml().

◆ hand_over_break

bool DilloHtmlState::hand_over_break

This is used for list items etc.

If it is set to TRUE, breaks have to be "handed over" (see Html_add_indented and Html_eventually_pop_dw).

Definition at line 125 of file html_common.hh.

Referenced by DilloHtml::DilloHtml().

◆ list_number

int DilloHtmlState::list_number

Definition at line 112 of file html_common.hh.

Referenced by DilloHtml::DilloHtml(), Html_display_listitem(), and Html_tag_open_li().

◆ list_type

DilloHtmlListMode DilloHtmlState::list_type

Definition at line 111 of file html_common.hh.

Referenced by DilloHtml::DilloHtml().

◆ parse_mode

DilloHtmlParseMode DilloHtmlState::parse_mode

Definition at line 106 of file html_common.hh.

Referenced by DilloHtml::DilloHtml().

◆ ref_list_item

dw::core::Widget* DilloHtmlState::ref_list_item

This is used to align list items (especially in enumerated lists)

Definition at line 120 of file html_common.hh.

Referenced by DilloHtml::DilloHtml(), and Html_display_listitem().

◆ table

dw::core::Widget * DilloHtmlState::table

Definition at line 117 of file html_common.hh.

Referenced by DilloHtml::DilloHtml().

◆ table_border_mode

DilloHtmlTableBorderMode DilloHtmlState::table_border_mode

◆ table_mode

DilloHtmlTableMode DilloHtmlState::table_mode

Definition at line 107 of file html_common.hh.

Referenced by DilloHtml::DilloHtml().

◆ tag_idx

int DilloHtmlState::tag_idx

◆ textblock

dw::core::Widget* DilloHtmlState::textblock

Definition at line 117 of file html_common.hh.

Referenced by DilloHtml::DilloHtml(), and DilloHtml::initDw().


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