NetSurf
Data Fields
content_html_object Struct Reference

An object (img, object, etc. More...

#include <html.h>

Collaboration diagram for content_html_object:
[legend]

Data Fields

struct contentparent
 Parent document. More...
 
struct content_html_objectnext
 Next in chain. More...
 
struct hlcache_handlecontent
 Content, or 0. More...
 
struct boxbox
 Node in box tree containing it. More...
 
content_type permitted_types
 Bitmap of acceptable content types. More...
 
bool background
 This object is a background image. More...
 

Detailed Description

An object (img, object, etc.

tag) in a CONTENT_HTML document.

Definition at line 93 of file html.h.

Field Documentation

◆ background

bool content_html_object::background

This object is a background image.

Definition at line 101 of file html.h.

Referenced by html_object_callback().

◆ box

struct box* content_html_object::box

◆ content

struct hlcache_handle* content_html_object::content

◆ next

struct content_html_object* content_html_object::next

◆ parent

struct content* content_html_object::parent

Parent document.

Definition at line 94 of file html.h.

Referenced by html_object_callback(), and html_replace_object().

◆ permitted_types

content_type content_html_object::permitted_types

Bitmap of acceptable content types.

Definition at line 100 of file html.h.

Referenced by html_fetch_object(), and html_replace_object().


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