khtml::TableRowIterator Class Reference
Represents a render table as a linear list of rows. More...
#include <khtml_caret_p.h>
Public Member Functions | |
TableRowIterator (RenderTable *table, bool fromEnd=false, RenderTableSection::RowStruct *row=0) | |
TableRowIterator (RenderTableSection *section, int index) | |
TableRowIterator () | |
RenderTableSection::RowStruct * | operator * () |
TableRowIterator & | operator++ () |
TableRowIterator & | operator-- () |
Protected Attributes | |
TableSectionIterator | sec |
int | index |
Detailed Description
Represents a render table as a linear list of rows.This iterator abstracts from table sections and treats tables as a linear representation of all rows they contain.
- Author:
- Leo Savernik
Definition at line 883 of file khtml_caret_p.h.
Constructor & Destructor Documentation
|
Constructs a new iterator.
Definition at line 2010 of file khtml_caret.cpp. References operator++(), and operator--(). |
|
Constructs a new iterator.
Definition at line 901 of file khtml_caret_p.h. |
|
empty constructor. This must be assigned another iterator before it is useable. Definition at line 908 of file khtml_caret_p.h. |
Member Function Documentation
|
returns the current table row.
Definition at line 913 of file khtml_caret_p.h. |
|
advances to the next row
Definition at line 2027 of file khtml_caret.cpp. Referenced by TableRowIterator(). |
|
advances to the previous row
Definition at line 2039 of file khtml_caret.cpp. Referenced by TableRowIterator(). |
The documentation for this class was generated from the following files: