KHTML
khtml_caret_p.h File Reference
#include "rendering/render_table.h"
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 |
Macros | |
#define | DEBUG_CARETMODE 0 |
Typedefs | |
typedef MassDeleter< CaretBox > | khtml::CaretBoxDeleter |
typedef MassDeleter< CaretBoxLine > | khtml::CaretBoxLineDeleter |
Enumerations | |
enum | CaretAdvancePolicy { khtml::LeafsOnly, khtml::IndicatedFlows, khtml::VisibleFlows } |
Macro Definition Documentation
#define DEBUG_CARETMODE 0 |
Definition at line 27 of file khtml_caret_p.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sun Apr 28 2013 14:30:12 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sun Apr 28 2013 14:30:12 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.