KTextAddons
7#include "libbergamot_export.h"
10namespace BergamotEngineUtils
12[[nodiscard]] LIBBERGAMOT_EXPORT QString defaultBergamotRepository();
13[[nodiscard]] LIBBERGAMOT_EXPORT QString groupName();
14[[nodiscard]] LIBBERGAMOT_EXPORT QString coreNumberKey();
15[[nodiscard]] LIBBERGAMOT_EXPORT QString memoryByThreadKey();
16[[nodiscard]] LIBBERGAMOT_EXPORT QString storageLanguagePath();
17[[nodiscard]] LIBBERGAMOT_EXPORT QString useLocalCacheKey();
19struct LIBBERGAMOT_EXPORT LanguageInstalled {
23 QString absoluteLanguageModelPath;
25 [[nodiscard]]
bool operator==(
const LanguageInstalled &other)
const;
28[[nodiscard]] LIBBERGAMOT_EXPORT QVector<LanguageInstalled> languageLocallyStored(
const QString &path = {});
29struct LIBBERGAMOT_EXPORT SettingsInfo {
30 void loadSettingsInfo();
31 void saveSettingsInfo();
33 int numberOfThread = 0;
34 int memoryByThread = 64;
35 bool useLocalCache =
false;
39LIBBERGAMOT_EXPORT
QDebug operator<<(
QDebug d,
const BergamotEngineUtils::LanguageInstalled &t);
40Q_DECLARE_TYPEINFO(BergamotEngineUtils::LanguageInstalled, Q_MOVABLE_TYPE);
KIOCORE_EXPORT bool operator==(const UDSEntry &entry, const UDSEntry &other)
NETWORKMANAGERQT_EXPORT QString version()
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:46:44 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.