LeechCraft Azoth  0.6.70-15082-g543737046d
Modular multiprotocol IM plugin for LeechCraft
LC::Azoth::HistoryItem Struct Reference

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...
 

Detailed Description

Describes a single chat log item.

Definition at line 31 of file ihistoryplugin.h.

Member Data Documentation

◆ Date_

QDateTime LC::Azoth::HistoryItem::Date_

The timestamp of the message.

Definition at line 35 of file ihistoryplugin.h.

◆ Dir_

IMessage::Direction LC::Azoth::HistoryItem::Dir_

The direction of the message.

Definition at line 39 of file ihistoryplugin.h.

◆ EscPolicy_

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.

◆ Message_

QString LC::Azoth::HistoryItem::Message_

The message itself.

Definition at line 43 of file ihistoryplugin.h.

◆ RichMessage_

QString LC::Azoth::HistoryItem::RichMessage_

The rich message contents, if any.

Definition at line 55 of file ihistoryplugin.h.

◆ Type_

IMessage::Type LC::Azoth::HistoryItem::Type_

The message type.

Definition at line 51 of file ihistoryplugin.h.

◆ Variant_

QString LC::Azoth::HistoryItem::Variant_

The variant of the other entry.

Definition at line 47 of file ihistoryplugin.h.


The documentation for this struct was generated from the following file: