Dillo v3.1.1-98-g318d1f14
|
#include <web.hh>
Public Attributes | |
DilloUrl * | url |
Requested URL. | |
DilloUrl * | requester |
URL that caused this request, or < NULL if user-initiated. | |
BrowserWindow * | bw |
The requesting browser window [reference]. | |
int | flags |
Additional info. | |
DilloImage * | Image |
For image urls [reference]. | |
int32_t | bgColor |
for image backgrounds | |
char * | filename |
Variables for Local saving. | |
FILE * | stream |
int | SavedBytes |
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().
BrowserWindow* _DilloWeb::bw |
The requesting browser window [reference].
Definition at line 28 of file web.hh.
Referenced by a_Cache_process_dbuf(), a_Capi_open_url(), a_Dicache_callback(), a_Dicache_close(), a_Html_text(), a_Plain_text(), a_Web_dispatch_by_type(), a_Web_new(), Cache_null_client(), Cache_process_queue(), Dicache_image(), and Nav_save_cb().
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().
int _DilloWeb::flags |
Additional info.
Definition at line 29 of file web.hh.
Referenced by a_Capi_open_url(), a_Html_load_stylesheet(), a_Nav_save_url(), a_Web_dispatch_by_type(), a_Web_new(), StyleEngine::apply(), Cache_null_client(), Cache_process_queue(), Capi_request_permitted(), Html_load_image(), Http_make_query_str(), and Nav_open_url().
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().
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().
int _DilloWeb::SavedBytes |
Definition at line 36 of file web.hh.
Referenced by a_Web_new(), and Nav_save_cb().
FILE* _DilloWeb::stream |
Definition at line 35 of file web.hh.
Referenced by a_Capi_open_url(), a_Web_new(), and Nav_save_cb().
DilloUrl* _DilloWeb::url |
Requested URL.
Definition at line 25 of file web.hh.
Referenced by a_Cache_open_url(), a_Capi_open_url(), a_Dicache_callback(), a_Html_text(), a_Web_dispatch_by_type(), a_Web_free(), a_Web_new(), Capi_dpi_build_cmd(), Capi_request_permitted(), Dicache_image(), and Http_make_query_str().