Kate
KateCommands::SedReplace::InteractiveSedReplacer Class Reference
#include <katecmds.h>
Public Member Functions | |
InteractiveSedReplacer (KateDocument *doc, const QString &findPattern, const QString &replacePattern, bool caseSensitive, bool onlyOnePerLine, int startLine, int endLine) | |
KTextEditor::Range | currentMatch () |
QString | currentMatchReplacementConfirmationMessage () |
QString | finalStatusReportMessage () |
void | replaceAllRemaining () |
void | replaceCurrentMatch () |
void | skipCurrentMatch () |
Detailed Description
Definition at line 275 of file katecmds.h.
Constructor & Destructor Documentation
KateCommands::SedReplace::InteractiveSedReplacer::InteractiveSedReplacer | ( | KateDocument * | doc, |
const QString & | findPattern, | ||
const QString & | replacePattern, | ||
bool | caseSensitive, | ||
bool | onlyOnePerLine, | ||
int | startLine, | ||
int | endLine | ||
) |
Definition at line 1024 of file katecmds.cpp.
Member Function Documentation
Range KateCommands::SedReplace::InteractiveSedReplacer::currentMatch | ( | ) |
Will return invalid Range if there are no further matches.
Definition at line 1039 of file katecmds.cpp.
QString KateCommands::SedReplace::InteractiveSedReplacer::currentMatchReplacementConfirmationMessage | ( | ) |
Definition at line 1109 of file katecmds.cpp.
QString KateCommands::SedReplace::InteractiveSedReplacer::finalStatusReportMessage | ( | ) |
Definition at line 1114 of file katecmds.cpp.
void KateCommands::SedReplace::InteractiveSedReplacer::replaceAllRemaining | ( | ) |
Definition at line 1099 of file katecmds.cpp.
void KateCommands::SedReplace::InteractiveSedReplacer::replaceCurrentMatch | ( | ) |
Definition at line 1059 of file katecmds.cpp.
void KateCommands::SedReplace::InteractiveSedReplacer::skipCurrentMatch | ( | ) |
Definition at line 1049 of file katecmds.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.