KHTML
khtml::CaretBoxLine::SeekBoxParams Struct Reference
contains the seek parameters More...
#include <khtml_caret_p.h>
Public Member Functions | |
| SeekBoxParams (InlineBox *box, bool outside, bool outsideEnd, RenderObject *obj, CaretBoxIterator &it) | |
| bool | check (const CaretBoxIterator &chit) |
| bool | equalsBox (const InlineBox *box, bool outside, bool outsideEnd) const |
| bool | operator== (const CaretBox *cbox) const |
Public Attributes | |
| InlineBox * | box |
| bool | found |
| CaretBoxIterator & | it |
| bool | outside |
| bool | outsideEnd |
| RenderObject * | r |
Detailed Description
contains the seek parameters
Definition at line 402 of file khtml_caret_p.h.
Constructor & Destructor Documentation
| khtml::CaretBoxLine::SeekBoxParams::SeekBoxParams | ( | InlineBox * | box, |
| bool | outside, | ||
| bool | outsideEnd, | ||
| RenderObject * | obj, | ||
| CaretBoxIterator & | it | ||
| ) | [inline] |
Definition at line 410 of file khtml_caret_p.h.
Member Function Documentation
| bool khtml::CaretBoxLine::SeekBoxParams::check | ( | const CaretBoxIterator & | chit | ) | [inline] |
checks whether this box matches the given iterator.
On success, it sets found, and assigns the iterator to it.
- Returns:
- true on match
Definition at line 432 of file khtml_caret_p.h.
| bool khtml::CaretBoxLine::SeekBoxParams::equalsBox | ( | const InlineBox * | box, |
| bool | outside, | ||
| bool | outsideEnd | ||
| ) | const [inline] |
compares whether this seek box matches the given specification
Definition at line 415 of file khtml_caret_p.h.
compares whether this seek box matches the given caret box
Definition at line 423 of file khtml_caret_p.h.
Member Data Documentation
| InlineBox* khtml::CaretBoxLine::SeekBoxParams::box |
Definition at line 403 of file khtml_caret_p.h.
Definition at line 406 of file khtml_caret_p.h.
Definition at line 408 of file khtml_caret_p.h.
Definition at line 404 of file khtml_caret_p.h.
Definition at line 405 of file khtml_caret_p.h.
| RenderObject* khtml::CaretBoxLine::SeekBoxParams::r |
Definition at line 407 of file khtml_caret_p.h.
The documentation for this struct was generated from the following file:
KDE 4.6 API Reference