KDEUI
kfind.h
Go to the documentation of this file.
111 WholeWordsOnly = 1,
112 FromCursor = 2,
113 SelectedText = 4,
114 CaseSensitive = 8,
115 FindBackwards = 16,
116 RegularExpression = 32,
117 FindIncremental = 64,
121 };
268 static int find( const QString &text, const QString &pattern, int index, long options, int *matchedlength );
270 static int find( const QString &text, const QRegExp &pattern, int index, long options, int *matchedlength );
void highlight(const QString &text, int matchingIndex, int matchedLength)
Connect to this signal to implement highlighting of found text during the find operation.
void highlight(int id, int matchingIndex, int matchedLength)
Connect to this signal to implement highlighting of found text during the find operation.
KAction * create(StandardAction id, const QObject *recvr, const char *slot, QObject *parent)
Creates an action corresponding to one of the KStandardAction::StandardAction actions,...
Definition: kstandardaction.cpp:82
void findNext()
KAction * find(const QObject *recvr, const char *slot, QObject *parent)
Initiate a 'find' request in the current document.
Definition: kstandardaction.cpp:329
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.