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 |
Friends | |
| class | CaretBoxLine |
| class | EditableCaretBoxIterator |
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.
Definition at line 486 of file khtml_caret_p.h. References khtml::CaretBoxLine::caret_boxes. Referenced by operator *(). |
|
|
shortcut for
Definition at line 262 of file khtml_caret_p.h. 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. Referenced by khtml::EditableCaretBoxIterator::advance(). |
|
|
decrements the iterator to point to the previous caret box.
Reimplemented in khtml::EditableCaretBoxIterator. Definition at line 269 of file khtml_caret_p.h. Referenced by khtml::EditableCaretBoxIterator::advance(). |
The documentation for this class was generated from the following file:
