Dillo v3.1.1-99-gf3103cc4
|
#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::Widget * | textblock |
dw::core::Widget * | table |
dw::core::Widget * | ref_list_item |
This is used to align list items (especially in enumerated lists) | |
bool | hand_over_break |
This is used for list items etc. | |
Definition at line 118 of file html_common.hh.
bool DilloHtmlState::cell_text_align_set |
Definition at line 122 of file html_common.hh.
Referenced by DilloHtml::DilloHtml().
bool DilloHtmlState::display_none |
Definition at line 123 of file html_common.hh.
Referenced by DilloHtml::DilloHtml().
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 138 of file html_common.hh.
Referenced by DilloHtml::DilloHtml().
int DilloHtmlState::list_number |
Definition at line 125 of file html_common.hh.
Referenced by DilloHtml::DilloHtml(), Html_display_listitem(), and Html_tag_open_li().
DilloHtmlListMode DilloHtmlState::list_type |
Definition at line 124 of file html_common.hh.
Referenced by DilloHtml::DilloHtml().
DilloHtmlParseMode DilloHtmlState::parse_mode |
Definition at line 119 of file html_common.hh.
Referenced by DilloHtml::DilloHtml().
dw::core::Widget* DilloHtmlState::ref_list_item |
This is used to align list items (especially in enumerated lists)
Definition at line 133 of file html_common.hh.
Referenced by DilloHtml::DilloHtml(), and Html_display_listitem().
dw::core::Widget * DilloHtmlState::table |
Definition at line 130 of file html_common.hh.
Referenced by DilloHtml::DilloHtml().
DilloHtmlTableBorderMode DilloHtmlState::table_border_mode |
Definition at line 121 of file html_common.hh.
Referenced by DilloHtml::DilloHtml(), Html_table_get_border_model(), and Html_table_set_border_model().
DilloHtmlTableMode DilloHtmlState::table_mode |
Definition at line 120 of file html_common.hh.
Referenced by DilloHtml::DilloHtml().
int DilloHtmlState::tag_idx |
TagInfo index for the tag that's being processed.
Definition at line 128 of file html_common.hh.
Referenced by DilloHtml::DilloHtml(), DilloHtml::finishParsing(), Html_push_tag(), Html_stack_cleanup_at_open(), Html_table_get_border_model(), Html_table_set_border_model(), and Html_tag_cleanup_at_close().
dw::core::Widget* DilloHtmlState::textblock |
Definition at line 130 of file html_common.hh.
Referenced by DilloHtml::DilloHtml(), and DilloHtml::initDw().