dillo  3.0.5
About: dillo is a small, fast, extensible Web browser particularly suitable for older or smaller computers and embedded systems (but only limited or no support for frames, CSS, JavaScript, Java).
  Fossies Dox: dillo-3.0.5.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

dw::core::Content Struct Reference

#include <types.hh>

Collaboration diagram for dw::core::Content:
[legend]

Public Types

enum  Type {
  START = 1 << 0, END = 1 << 1, TEXT = 1 << 2, WIDGET = 1 << 3,
  BREAK = 1 << 4, ALL = 0xff, REAL_CONTENT = 0xff ^ (START | END), SELECTION_CONTENT = TEXT | WIDGET | BREAK
}
 

Public Attributes

short type
 
bool space
 
union {
   const char *   text
 
   Widget *   widget
 
   int   breakSpace
 
}; 
 

Detailed Description

Definition at line 185 of file types.hh.

Member Enumeration Documentation

◆ Type

Enumerator
START 
END 
TEXT 
WIDGET 
BREAK 
ALL 
REAL_CONTENT 
SELECTION_CONTENT 

Definition at line 187 of file types.hh.

Member Data Documentation

◆ @28

union { ... }

◆ breakSpace

◆ space

◆ text

◆ type

short dw::core::Content::type

◆ widget


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