khtml_caret_p.h File Reference
#include "rendering/render_table.h"
Include dependency graph for khtml_caret_p.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | khtml::CaretBox |
| Represents a rectangular box within which the caret is located. More... | |
| class | khtml::CaretBoxIterator |
| Iterates over the elements of a caret box line. More... | |
| class | khtml::CaretBoxLine |
| Resembles a line consisting of caret boxes. More... | |
| struct | khtml::CaretViewContext |
| contextual information about the caret which is related to the view. More... | |
| class | khtml::EditableCaretBoxIterator |
| Iterates over the editable inner elements of a caret line box. More... | |
| class | khtml::EditableCharacterIterator |
| Provides iterating through the document in terms of characters. More... | |
| class | khtml::EditableLineIterator |
| Iterates through the editable lines of a document. More... | |
| class | khtml::ErgonomicEditableLineIterator |
| Iterates through the editable lines of a document, in a topological order. More... | |
| class | khtml::LinearDocument |
| Represents the whole document in terms of lines. More... | |
| class | khtml::LineIterator |
| Iterates through the lines of a document. More... | |
| class | khtml::MassDeleter< T > |
| Stores objects of a certain type, and calls delete on each of them when this data structure is destroyed. More... | |
| struct | khtml::CaretBoxLine::SeekBoxParams |
| contains the seek parameters More... | |
| class | khtml::TableRowIterator |
| Represents a render table as a linear list of rows. More... | |
Namespaces | |
| namespace | DOM |
| namespace | khtml |
Defines | |
| #define | DEBUG_CARETMODE 0 |
Typedefs | |
| typedef MassDeleter< CaretBox > | khtml::CaretBoxDeleter |
| typedef MassDeleter< CaretBoxLine > | khtml::CaretBoxLineDeleter |
Enumerations | |
| enum | CaretAdvancePolicy { khtml::LeafsOnly, khtml::IndicatedFlows, khtml::VisibleFlows } |
Define Documentation
| #define DEBUG_CARETMODE 0 |
Definition at line 27 of file khtml_caret_p.h.
KDE 4.6 API Reference