TextAutogenerateText::TextAutoGenerateMessage
#include <textautogeneratemessage.h>
Public Types | |
enum class | Sender : uint8_t { Unknown , User , LLM } |
Public Member Functions | |
QByteArray | answerUuid () const |
bool | archived () const |
QString | content () const |
qint64 | dateTime () const |
QString | dateTimeStr () const |
bool | editingMode () const |
QString | htmlGenerated () const |
bool | inProgress () const |
bool | isValid () const |
bool | mouseHover () const |
bool | operator== (const TextAutoGenerateMessage &other) const |
TextAutoGenerateMessage::Sender | sender () const |
void | setAnswerUuid (const QByteArray &newAnswerUuid) |
void | setArchived (bool newArchived) |
void | setContent (const QString &newContent) |
void | setDateTime (qint64 newDateTime) |
void | setEditingMode (bool newEditingMode) |
void | setInProgress (bool newInProgress) |
void | setMouseHover (bool newMouseHover) |
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 105 of file textautogeneratemessage.cpp.
◆ archived()
|
nodiscard |
Definition at line 140 of file textautogeneratemessage.cpp.
◆ content()
|
nodiscard |
Definition at line 33 of file textautogeneratemessage.cpp.
◆ dateTime()
|
nodiscard |
Definition at line 56 of file textautogeneratemessage.cpp.
◆ dateTimeStr()
|
nodiscard |
Definition at line 125 of file textautogeneratemessage.cpp.
◆ editingMode()
|
nodiscard |
Definition at line 150 of file textautogeneratemessage.cpp.
◆ htmlGenerated()
|
nodiscard |
Definition at line 100 of file textautogeneratemessage.cpp.
◆ inProgress()
|
nodiscard |
Definition at line 73 of file textautogeneratemessage.cpp.
◆ isValid()
|
nodiscard |
Definition at line 68 of file textautogeneratemessage.cpp.
◆ mouseHover()
|
nodiscard |
Definition at line 130 of file textautogeneratemessage.cpp.
◆ operator==()
|
nodiscard |
Definition at line 83 of file textautogeneratemessage.cpp.
◆ sender()
|
nodiscard |
Definition at line 46 of file textautogeneratemessage.cpp.
◆ setAnswerUuid()
void TextAutoGenerateMessage::setAnswerUuid | ( | const QByteArray & | newAnswerUuid | ) |
Definition at line 110 of file textautogeneratemessage.cpp.
◆ setArchived()
void TextAutoGenerateMessage::setArchived | ( | bool | newArchived | ) |
Definition at line 145 of file textautogeneratemessage.cpp.
◆ setContent()
void TextAutoGenerateMessage::setContent | ( | const QString & | newContent | ) |
Definition at line 38 of file textautogeneratemessage.cpp.
◆ setDateTime()
void TextAutoGenerateMessage::setDateTime | ( | qint64 | newDateTime | ) |
Definition at line 61 of file textautogeneratemessage.cpp.
◆ setEditingMode()
void TextAutoGenerateMessage::setEditingMode | ( | bool | newEditingMode | ) |
Definition at line 155 of file textautogeneratemessage.cpp.
◆ setInProgress()
void TextAutoGenerateMessage::setInProgress | ( | bool | newInProgress | ) |
Definition at line 78 of file textautogeneratemessage.cpp.
◆ setMouseHover()
void TextAutoGenerateMessage::setMouseHover | ( | bool | newMouseHover | ) |
Definition at line 135 of file textautogeneratemessage.cpp.
◆ setSender()
void TextAutoGenerateMessage::setSender | ( | TextAutoGenerateMessage::Sender | newSender | ) |
Definition at line 51 of file textautogeneratemessage.cpp.
◆ setTopic()
void TextAutoGenerateMessage::setTopic | ( | const QString & | newTopic | ) |
Definition at line 120 of file textautogeneratemessage.cpp.
◆ setUuid()
void TextAutoGenerateMessage::setUuid | ( | const QByteArray & | newUuid | ) |
Definition at line 95 of file textautogeneratemessage.cpp.
◆ topic()
|
nodiscard |
Definition at line 115 of file textautogeneratemessage.cpp.
◆ uuid()
|
nodiscard |
Definition at line 90 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 May 2 2025 12:06:03 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.