TextAutogenerateText::TextAutoGenerateMessage
#include <textautogeneratemessage.h>
Public Types | |
enum class | Sender : uint8_t { Unknown , User , LLM } |
Public Member Functions | |
QByteArray | answerUuid () const |
QString | content () const |
qint64 | dateTime () const |
QString | dateTimeStr () const |
QString | htmlGenerated () const |
bool | inProgress () const |
bool | isValid () const |
bool | operator== (const TextAutoGenerateMessage &other) const |
TextAutoGenerateMessage::Sender | sender () const |
void | setAnswerUuid (const QByteArray &newAnswerUuid) |
void | setContent (const QString &newContent) |
void | setDateTime (qint64 newDateTime) |
void | setInProgress (bool newInProgress) |
void | setSender (TextAutoGenerateMessage::Sender newSender) |
void | setTopic (const QString &newTopic) |
void | setUuid (const QByteArray &newUuid) |
QString | topic () const |
QByteArray | uuid () const |
Detailed Description
The TextAutoGenerateMessage class.
Definition at line 17 of file textautogeneratemessage.h.
Member Enumeration Documentation
◆ Sender
|
strong |
Definition at line 21 of file textautogeneratemessage.h.
Member Function Documentation
◆ answerUuid()
|
nodiscard |
Definition at line 101 of file textautogeneratemessage.cpp.
◆ content()
|
nodiscard |
Definition at line 30 of file textautogeneratemessage.cpp.
◆ dateTime()
|
nodiscard |
Definition at line 53 of file textautogeneratemessage.cpp.
◆ dateTimeStr()
|
nodiscard |
Definition at line 121 of file textautogeneratemessage.cpp.
◆ htmlGenerated()
|
nodiscard |
Definition at line 96 of file textautogeneratemessage.cpp.
◆ inProgress()
|
nodiscard |
Definition at line 70 of file textautogeneratemessage.cpp.
◆ isValid()
|
nodiscard |
Definition at line 65 of file textautogeneratemessage.cpp.
◆ operator==()
|
nodiscard |
Definition at line 80 of file textautogeneratemessage.cpp.
◆ sender()
|
nodiscard |
Definition at line 43 of file textautogeneratemessage.cpp.
◆ setAnswerUuid()
void TextAutoGenerateMessage::setAnswerUuid | ( | const QByteArray & | newAnswerUuid | ) |
Definition at line 106 of file textautogeneratemessage.cpp.
◆ setContent()
void TextAutoGenerateMessage::setContent | ( | const QString & | newContent | ) |
Definition at line 35 of file textautogeneratemessage.cpp.
◆ setDateTime()
void TextAutoGenerateMessage::setDateTime | ( | qint64 | newDateTime | ) |
Definition at line 58 of file textautogeneratemessage.cpp.
◆ setInProgress()
void TextAutoGenerateMessage::setInProgress | ( | bool | newInProgress | ) |
Definition at line 75 of file textautogeneratemessage.cpp.
◆ setSender()
void TextAutoGenerateMessage::setSender | ( | TextAutoGenerateMessage::Sender | newSender | ) |
Definition at line 48 of file textautogeneratemessage.cpp.
◆ setTopic()
void TextAutoGenerateMessage::setTopic | ( | const QString & | newTopic | ) |
Definition at line 116 of file textautogeneratemessage.cpp.
◆ setUuid()
void TextAutoGenerateMessage::setUuid | ( | const QByteArray & | newUuid | ) |
Definition at line 91 of file textautogeneratemessage.cpp.
◆ topic()
|
nodiscard |
Definition at line 111 of file textautogeneratemessage.cpp.
◆ uuid()
|
nodiscard |
Definition at line 86 of file textautogeneratemessage.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 25 2025 12:06:14 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.