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::Table::Child Struct Reference
Collaboration diagram for dw::Table::Child:
[legend]

Public Types

enum  { CELL, SPAN_SPACE }
 

Public Attributes

enum dw::Table::Child:: { ... }  type
 
union {
   struct {
      core::Widget *   widget
 
      int   colspanOrig
 
      int   colspanEff
 
      int   rowspan
 
   }   cell
 
   struct {
      int   startCol
 
      int   startRow
 
   }   spanSpace
 
}; 
 

Detailed Description

Definition at line 320 of file table.hh.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
CELL 
SPAN_SPACE 

Definition at line 322 of file table.hh.

Member Data Documentation

◆ @17

union { ... }

◆ cell

struct { ... } dw::Table::Child::cell

Referenced by dw::Table::addCell().

◆ colspanEff

int dw::Table::Child::colspanEff

Definition at line 329 of file table.hh.

◆ colspanOrig

int dw::Table::Child::colspanOrig

Definition at line 329 of file table.hh.

◆ rowspan

int dw::Table::Child::rowspan

Definition at line 329 of file table.hh.

◆ spanSpace

struct { ... } dw::Table::Child::spanSpace

◆ startCol

int dw::Table::Child::startCol

Definition at line 332 of file table.hh.

◆ startRow

int dw::Table::Child::startRow

Definition at line 332 of file table.hh.

◆ type

enum { ... } dw::Table::Child::type

◆ widget

core::Widget* dw::Table::Child::widget

Definition at line 328 of file table.hh.


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