lokalize
#include "editortab.h"
#include "editorview.h"
#include "catalog.h"
#include "pos.h"
#include "cmd.h"
#include "project.h"
#include "prefs_lokalize.h"
#include "ui_kaider_findextension.h"
#include "stemming.h"
#include <kglobal.h>
#include <kmessagebox.h>
#include <klocale.h>
#include <kdebug.h>
#include <kurl.h>
#include <kprogressdialog.h>
#include <kreplacedialog.h>
#include <kreplace.h>
#include <sonnet/backgroundchecker.h>
#include <sonnet/dialog.h>
#include <QTimer>
#include <QPointer>
Include dependency graph for editortab_findreplace.cpp:
Go to the source code of this file.
Macros | |
#define | IGNOREACCELS KFind::MinimumUserOption |
#define | INCLUDENOTES KFind::MinimumUserOption*2 |
Functions | |
static void | calcOffsetWithAccels (const QString &data, int &offset, int &length) |
static long | makeOptions (long options, const Ui_findExtension *ui_findExtension) |
Macro Definition Documentation
#define IGNOREACCELS KFind::MinimumUserOption |
Definition at line 53 of file editortab_findreplace.cpp.
#define INCLUDENOTES KFind::MinimumUserOption*2 |
Definition at line 54 of file editortab_findreplace.cpp.
Function Documentation
|
static |
Definition at line 166 of file editortab_findreplace.cpp.
|
static |
Definition at line 56 of file editortab_findreplace.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 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:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.