Akonadi Search
9#include "akonadisearchdebugsearchpathcombobox.h"
10#include "search_debug_export.h"
11#include <Akonadi/Item>
18class AkonadiSearchDebugDialogPrivate;
23class AKONADI_SEARCH_DEBUG_EXPORT AkonadiSearchDebugDialog :
public QDialog
28 ~AkonadiSearchDebugDialog()
override;
31 void setSearchType(AkonadiSearchDebugSearchPathComboBox::SearchType type);
35 AKONADI_SEARCH_DEBUG_NO_EXPORT
void slotSaveAs();
36 AKONADI_SEARCH_DEBUG_NO_EXPORT
void readConfig();
37 AKONADI_SEARCH_DEBUG_NO_EXPORT
void writeConfig();
38 AKONADI_SEARCH_DEBUG_NO_EXPORT
void saveTextAs(
const QString &text,
const QString &filter);
39 [[nodiscard]] AKONADI_SEARCH_DEBUG_NO_EXPORT
bool saveToFile(
const QString &filename,
const QString &text);
40 AkonadiSearchDebugDialogPrivate *
const d;
Akonadi search infrastructure.
QDialog(QWidget *parent, Qt::WindowFlags f)
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:06 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.