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,
120 MinimumUserOption = 65536
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 );
KAction * find(const QObject *recvr, const char *slot, QObject *parent)
Initiate a 'find' request in the current document.
Definition: kstandardaction.cpp:329
KAction * findNext(const QObject *recvr, const char *slot, QObject *parent)
Find the next instance of a stored 'find'.
Definition: kstandardaction.cpp:334
KAction * create(StandardAction id, const QObject *recvr, const char *slot, QObject *parent)
Creates an action corresponding to one of the KStandardAction::StandardAction actions, which is connected to the given object and slot, and is owned by parent.
Definition: kstandardaction.cpp:82
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.