![]() |
LeechCraft Azoth
0.6.70-15082-g543737046d
Modular multiprotocol IM plugin for LeechCraft
|
Describes a single chat log item. More...
#include "ihistoryplugin.h"
Public Attributes | |
QDateTime | Date_ |
The timestamp of the message. More... | |
IMessage::Direction | Dir_ |
The direction of the message. More... | |
QString | Message_ |
The message itself. More... | |
QString | Variant_ |
The variant of the other entry. More... | |
IMessage::Type | Type_ |
The message type. More... | |
QString | RichMessage_ |
The rich message contents, if any. More... | |
IMessage::EscapePolicy | EscPolicy_ |
Whether the message should be HTML-escaped when displayed to the user. More... | |
Describes a single chat log item.
Definition at line 31 of file ihistoryplugin.h.
QDateTime LC::Azoth::HistoryItem::Date_ |
The timestamp of the message.
Definition at line 35 of file ihistoryplugin.h.
IMessage::Direction LC::Azoth::HistoryItem::Dir_ |
The direction of the message.
Definition at line 39 of file ihistoryplugin.h.
IMessage::EscapePolicy LC::Azoth::HistoryItem::EscPolicy_ |
Whether the message should be HTML-escaped when displayed to the user.
Definition at line 60 of file ihistoryplugin.h.
QString LC::Azoth::HistoryItem::Message_ |
The message itself.
Definition at line 43 of file ihistoryplugin.h.
QString LC::Azoth::HistoryItem::RichMessage_ |
The rich message contents, if any.
Definition at line 55 of file ihistoryplugin.h.
IMessage::Type LC::Azoth::HistoryItem::Type_ |
The message type.
Definition at line 51 of file ihistoryplugin.h.
QString LC::Azoth::HistoryItem::Variant_ |
The variant of the other entry.
Definition at line 47 of file ihistoryplugin.h.