Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
html.hh File Reference
#include "url.h"
Include dependency graph for html.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HTML_NTAGS   93
 

Functions

void a_Html_load_images (void *v_html, DilloUrl *pattern)
 Used by the "Load images" page menuitem.
 
void a_Html_form_submit (void *v_html, void *v_form)
 Used by the "Submit form" form menuitem.
 
void a_Html_form_reset (void *v_html, void *v_form)
 Used by the "Reset form" form menuitem.
 
void a_Html_form_display_hiddens (void *v_html, void *v_form, bool_t display)
 Used by the "Show/Hide hiddens" form menuitem.
 

Macro Definition Documentation

◆ HTML_NTAGS

#define HTML_NTAGS   93

Definition at line 24 of file html.hh.

Function Documentation

◆ a_Html_form_display_hiddens()

void a_Html_form_display_hiddens ( void *  v_html,
void *  v_form,
bool_t  display 
)

Used by the "Show/Hide hiddens" form menuitem.

Definition at line 278 of file html.cc.

References a_Html_form_display_hiddens2(), and Html_contains_form().

Referenced by Menu_form_hiddens_cb().

◆ a_Html_form_reset()

void a_Html_form_reset ( void *  v_html,
void *  v_form 
)

Used by the "Reset form" form menuitem.

Definition at line 265 of file html.cc.

References a_Html_form_reset2(), and Html_contains_form().

Referenced by Menu_form_reset_cb().

◆ a_Html_form_submit()

void a_Html_form_submit ( void *  v_html,
void *  v_form 
)

Used by the "Submit form" form menuitem.

Definition at line 252 of file html.cc.

References a_Html_form_submit2(), and Html_contains_form().

Referenced by Menu_form_submit_cb().

◆ a_Html_load_images()

void a_Html_load_images ( void *  v_html,
DilloUrl pattern 
)

Used by the "Load images" page menuitem.

Definition at line 229 of file html.cc.

References DilloHtml::loadImages().

Referenced by Menu_imgload_toggle_cb(), and Menu_load_images_cb().