KHTML
khtml::CaretBoxIterator Class Reference
Iterates over the elements of a caret box line. More...
#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
| khtml::CaretBoxIterator::CaretBoxIterator | ( | ) | [inline] |
Definition at line 229 of file khtml_caret_p.h.
Member Function Documentation
| CaretBox * khtml::CaretBoxIterator::data | ( | ) | const [inline] |
returns the current caret box.
- Returns:
- current caret box
Definition at line 477 of file khtml_caret_p.h.
| bool khtml::CaretBoxIterator::operator!= | ( | const CaretBoxIterator & | it | ) | const [inline] |
Definition at line 239 of file khtml_caret_p.h.
| CaretBox* khtml::CaretBoxIterator::operator* | ( | ) | const [inline] |
| CaretBoxIterator& khtml::CaretBoxIterator::operator++ | ( | ) | [inline] |
increments the iterator to point to the next caret box.
Reimplemented in khtml::EditableCaretBoxIterator.
Definition at line 255 of file khtml_caret_p.h.
| CaretBoxIterator& khtml::CaretBoxIterator::operator-- | ( | ) | [inline] |
decrements the iterator to point to the previous caret box.
Reimplemented in khtml::EditableCaretBoxIterator.
Definition at line 258 of file khtml_caret_p.h.
| bool khtml::CaretBoxIterator::operator== | ( | const CaretBoxIterator & | it | ) | const [inline] |
Definition at line 234 of file khtml_caret_p.h.
Member Data Documentation
CaretBoxLine* khtml::CaretBoxIterator::cbl [protected] |
Definition at line 223 of file khtml_caret_p.h.
int khtml::CaretBoxIterator::index [protected] |
Definition at line 224 of file khtml_caret_p.h.
The documentation for this class was generated from the following file:
KDE 4.6 API Reference