Qt 4.8
Public Functions | Public Variables | List of all members
QTextHtmlImporter::Table Struct Reference

Public Functions

 Table ()
 

Public Variables

int columns
 
TableCellIterator currentCell
 
int currentRow
 
QPointer< QTextFrameframe
 
bool isTextFrame
 
int lastIndent
 
int rows
 

Detailed Description

Definition at line 194 of file qtextdocumentfragment_p.h.

Constructors and Destructors

◆ Table()

QTextHtmlImporter::Table::Table ( )
inline

Properties

◆ columns

int QTextHtmlImporter::Table::columns

Definition at line 200 of file qtextdocumentfragment_p.h.

Referenced by QTextHtmlImporter::scanTable().

◆ currentCell

TableCellIterator QTextHtmlImporter::Table::currentCell

◆ currentRow

int QTextHtmlImporter::Table::currentRow

Definition at line 201 of file qtextdocumentfragment_p.h.

Referenced by QTextHtmlImporter::closeTag().

◆ frame

QPointer<QTextFrame> QTextHtmlImporter::Table::frame

◆ isTextFrame

bool QTextHtmlImporter::Table::isTextFrame

◆ lastIndent

int QTextHtmlImporter::Table::lastIndent

◆ rows

int QTextHtmlImporter::Table::rows

Definition at line 199 of file qtextdocumentfragment_p.h.

Referenced by QTextHtmlImporter::scanTable().


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