KHTML
KHTMLFind Class Reference
#include <khtmlfind_p.h>
Inheritance diagram for KHTMLFind:

Public Slots | |
| void | activate () |
| void | deactivate () |
Signals | |
| void | foundMatch (const DOM::Selection &selection, int length) |
Public Member Functions | |
| KHTMLFind (KHTMLPart *part, KHTMLFind *parent=0) | |
| ~KHTMLFind () | |
| void | createNewKFind (const QString &str, long options, QWidget *parent, KFindDialog *findDialog) |
| KHTMLFindBar * | findBar () const |
| void | findTextBegin () |
| bool | findTextNext (bool reverse=false) |
| bool | initFindNode (bool selection, bool reverse, bool fromCursor) |
Protected Member Functions | |
| KFind * | find () const |
Detailed Description
This class implements the find activity for the KHTMLPart.
Definition at line 46 of file khtmlfind_p.h.
Constructor & Destructor Documentation
| KHTMLFind::KHTMLFind | ( | KHTMLPart * | part, |
| KHTMLFind * | parent = 0 |
||
| ) |
Definition at line 48 of file khtmlfind.cpp.
Definition at line 58 of file khtmlfind.cpp.
Member Function Documentation
| void KHTMLFind::activate | ( | ) | [slot] |
Definition at line 185 of file khtmlfind.cpp.
| void KHTMLFind::createNewKFind | ( | const QString & | str, |
| long | options, | ||
| QWidget * | parent, | ||
| KFindDialog * | findDialog | ||
| ) |
Definition at line 253 of file khtmlfind.cpp.
| void KHTMLFind::deactivate | ( | ) | [slot] |
Definition at line 143 of file khtmlfind.cpp.
| KFind* KHTMLFind::find | ( | ) | const [inline, protected] |
Definition at line 74 of file khtmlfind_p.h.
| KHTMLFindBar* KHTMLFind::findBar | ( | ) | const [inline] |
Definition at line 56 of file khtmlfind_p.h.
| void KHTMLFind::findTextBegin | ( | ) |
Definition at line 63 of file khtmlfind.cpp.
| bool KHTMLFind::findTextNext | ( | bool | reverse = false | ) |
Definition at line 286 of file khtmlfind.cpp.
| void KHTMLFind::foundMatch | ( | const DOM::Selection & | selection, |
| int | length | ||
| ) | [signal] |
| bool KHTMLFind::initFindNode | ( | bool | selection, |
| bool | reverse, | ||
| bool | fromCursor | ||
| ) |
Definition at line 76 of file khtmlfind.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:53:42 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:53:42 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.