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);
KDB_EXPORT KDbVersionInfo version()
bool operator==(const StyleDelim &l, const StyleDelim &r)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 4 2025 11:55:34 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.