KHTML
#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
|
inline |
Definition at line 410 of file khtml_caret_p.h.
Member Function Documentation
|
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.
|
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.
bool khtml::CaretBoxLine::SeekBoxParams::found |
Definition at line 406 of file khtml_caret_p.h.
CaretBoxIterator& khtml::CaretBoxLine::SeekBoxParams::it |
Definition at line 408 of file khtml_caret_p.h.
bool khtml::CaretBoxLine::SeekBoxParams::outside |
Definition at line 404 of file khtml_caret_p.h.
bool khtml::CaretBoxLine::SeekBoxParams::outsideEnd |
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:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.