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

#include <web.hh>

Public Attributes

DilloUrlurl
 Requested URL.
 
DilloUrlrequester
 URL that caused this request, or < NULL if user-initiated.
 
BrowserWindowbw
 The requesting browser window [reference].
 
int flags
 Additional info.
 
DilloImageImage
 For image urls [reference].
 
int32_t bgColor
 for image backgrounds
 
char * filename
 Variables for Local saving.
 
FILE * stream
 
int SavedBytes
 

Detailed Description

Definition at line 24 of file web.hh.

Member Data Documentation

◆ bgColor

int32_t _DilloWeb::bgColor

for image backgrounds

Definition at line 33 of file web.hh.

Referenced by a_Web_dispatch_by_type(), a_Web_new(), and Dicache_image().

◆ bw

◆ filename

char* _DilloWeb::filename

Variables for Local saving.

Definition at line 34 of file web.hh.

Referenced by a_Capi_open_url(), a_Nav_save_url(), a_Web_free(), a_Web_new(), and Capi_dpi_build_cmd().

◆ flags

◆ Image

DilloImage* _DilloWeb::Image

For image urls [reference].

Definition at line 31 of file web.hh.

Referenced by a_Dicache_callback(), a_Web_free(), a_Web_new(), StyleEngine::apply(), Dicache_image(), and Html_load_image().

◆ requester

DilloUrl* _DilloWeb::requester

URL that caused this request, or < NULL if user-initiated.

Definition at line 26 of file web.hh.

Referenced by a_Web_free(), a_Web_new(), Cache_parse_header(), Capi_request_permitted(), and Http_make_query_str().

◆ SavedBytes

int _DilloWeb::SavedBytes

Definition at line 36 of file web.hh.

Referenced by a_Web_new(), and Nav_save_cb().

◆ stream

FILE* _DilloWeb::stream

Definition at line 35 of file web.hh.

Referenced by a_Capi_open_url(), a_Web_new(), and Nav_save_cb().

◆ url


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