KTextAddons
7#include "textautogeneratetext_export.h"
9namespace TextAutogenerateText
11class TextAutoGenerateHistoryModel;
12class TextAutoGenerateChatModel;
13class TEXTAUTOGENERATETEXT_EXPORT TextAutogenerateManager :
public QObject
17 explicit TextAutogenerateManager(QObject *parent =
nullptr);
18 ~TextAutogenerateManager()
override;
20 static TextAutogenerateManager *self();
22 [[nodiscard]] TextAutoGenerateChatModel *textAutoGenerateChatModel()
const;
24 [[nodiscard]] TextAutoGenerateHistoryModel *textAutoGenerateHistoryModel()
const;
26 virtual void loadHistory();
27 virtual void saveHistory();
30 TextAutoGenerateChatModel *
const mTextAutoGenerateChatModel;
31 TextAutoGenerateHistoryModel *
const mTextAutoGenerateHistoryModel;
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 18 2025 12:00:52 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.