NetSurf
Data Fields
object_params Struct Reference

Parameters for object element and similar elements. More...

#include <box.h>

Collaboration diagram for object_params:
[legend]

Data Fields

struct nsurldata
 
char * type
 
char * codetype
 
struct nsurlcodebase
 
struct nsurlclassid
 
struct object_paramparams
 

Detailed Description

Parameters for object element and similar elements.

Definition at line 164 of file box.h.

Field Documentation

◆ classid

struct nsurl* object_params::classid

Definition at line 169 of file box.h.

Referenced by box_embed(), box_object(), and box_object_talloc_destructor().

◆ codebase

struct nsurl* object_params::codebase

Definition at line 168 of file box.h.

Referenced by box_embed(), box_object(), and box_object_talloc_destructor().

◆ codetype

char* object_params::codetype

Definition at line 167 of file box.h.

Referenced by box_embed(), and box_object().

◆ data

struct nsurl* object_params::data

Definition at line 165 of file box.h.

Referenced by box_embed(), box_object(), and box_object_talloc_destructor().

◆ params

struct object_param* object_params::params

Definition at line 170 of file box.h.

Referenced by box_embed(), and box_object().

◆ type

char* object_params::type

Definition at line 166 of file box.h.

Referenced by box_embed(), and box_object().


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