Dillo
Public Types | Public Attributes | List of all members
dw::core::Content Struct Reference

#include <types.hh>

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
 
}; 
 

Member Enumeration Documentation

Enumerator:
START 
END 
TEXT 
WIDGET 
BREAK 
ALL 
REAL_CONTENT 
SELECTION_CONTENT 

Member Data Documentation

union { ... }
int dw::core::Content::breakSpace
bool dw::core::Content::space
const char* dw::core::Content::text
short dw::core::Content::type
Widget* dw::core::Content::widget

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