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 | equalsBox (const InlineBox *box, bool outside, bool outsideEnd) const |
bool | operator== (const CaretBox *cbox) const |
bool | check (const CaretBoxIterator &chit) |
Public Attributes | |
InlineBox * | box |
bool | outside |
bool | outsideEnd |
bool | found |
RenderObject * | r |
CaretBoxIterator & | it |
Detailed Description
contains the seek parametersDefinition at line 411 of file khtml_caret_p.h.
Member Function Documentation
|
compares whether this seek box matches the given specification Definition at line 424 of file khtml_caret_p.h. Referenced by khtml::CaretBoxLine::addConvertedInlineBox(), and operator==(). |
|
compares whether this seek box matches the given caret box Definition at line 432 of file khtml_caret_p.h. References equalsBox(), khtml::CaretBox::inlineBox(), khtml::CaretBox::isOutside(), and khtml::CaretBox::isOutsideEnd(). |
|
checks whether this box matches the given iterator.
On success, it sets
Referenced by khtml::CaretBoxLine::addConvertedInlineBox(). |
The documentation for this struct was generated from the following file: