KHTML
#include <khtml_caret_p.h>
Public Member Functions | |
CaretBoxIterator () | |
CaretBox * | data () const |
bool | operator!= (const CaretBoxIterator &it) const |
CaretBox * | operator* () const |
CaretBoxIterator & | operator++ () |
CaretBoxIterator & | operator-- () |
bool | operator== (const CaretBoxIterator &it) const |
Protected Attributes | |
CaretBoxLine * | cbl |
int | index |
Detailed Description
Iterates over the elements of a caret box line.
Definition at line 221 of file khtml_caret_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 229 of file khtml_caret_p.h.
Member Function Documentation
|
inline |
returns the current caret box.
- Returns
- current caret box
Definition at line 477 of file khtml_caret_p.h.
|
inline |
Definition at line 239 of file khtml_caret_p.h.
|
inline |
|
inline |
increments the iterator to point to the next caret box.
Definition at line 255 of file khtml_caret_p.h.
|
inline |
decrements the iterator to point to the previous caret box.
Definition at line 258 of file khtml_caret_p.h.
|
inline |
Definition at line 234 of file khtml_caret_p.h.
Member Data Documentation
|
protected |
Definition at line 223 of file khtml_caret_p.h.
|
protected |
Definition at line 224 of file khtml_caret_p.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.