khtml::CaretBoxIterator Class Reference
Iterates over the elements of a caret box line. More...
#include <khtml_caret_p.h>
Inheritance diagram for khtml::CaretBoxIterator:

Public Member Functions | |
bool | operator== (const CaretBoxIterator &it) const |
bool | operator!= (const CaretBoxIterator &it) const |
CaretBox * | data () const |
CaretBox * | operator * () const |
CaretBoxIterator & | operator++ () |
CaretBoxIterator & | operator-- () |
Protected Attributes | |
CaretBoxLine * | cbl |
int | index |
Detailed Description
Iterates over the elements of a caret box line.
- Author:
- Leo Savernik
Definition at line 236 of file khtml_caret_p.h.
Member Function Documentation
|
returns the current caret box.
References khtml::CaretBoxLine::caret_boxes. Referenced by operator *(). |
|
shortcut for
References data(). |
|
increments the iterator to point to the next caret box.
Reimplemented in khtml::EditableCaretBoxIterator. Definition at line 266 of file khtml_caret_p.h. |
|
decrements the iterator to point to the previous caret box.
Reimplemented in khtml::EditableCaretBoxIterator. Definition at line 269 of file khtml_caret_p.h. |
The documentation for this class was generated from the following file: