![]() |
LeechCraft Azoth 0.6.70-17609-g3dde4097dd
Modular multiprotocol IM plugin for LeechCraft
|
Defines additional parameters of the message. More...
#include "ichatstyleresourcesource.h"
Public Attributes | |
bool | IsHighlightMsg_ |
Whether this message has triggered a highlight. | |
bool | IsActiveChat_ |
Whether this message is appended in an active session. | |
bool | UseRichTextBody_ |
Whether rich text body should be used (if available). | |
IAccount * | Account_ |
The account corresponding to this message. | |
Defines additional parameters of the message.
Definition at line 22 of file ichatstyleresourcesource.h.
IAccount* LC::Azoth::ChatMsgAppendInfo::Account_ |
The account corresponding to this message.
Definition at line 40 of file ichatstyleresourcesource.h.
bool LC::Azoth::ChatMsgAppendInfo::IsActiveChat_ |
Whether this message is appended in an active session.
The active session is the session that is currently opened.
Definition at line 32 of file ichatstyleresourcesource.h.
bool LC::Azoth::ChatMsgAppendInfo::IsHighlightMsg_ |
Whether this message has triggered a highlight.
Definition at line 26 of file ichatstyleresourcesource.h.
bool LC::Azoth::ChatMsgAppendInfo::UseRichTextBody_ |
Whether rich text body should be used (if available).
Definition at line 36 of file ichatstyleresourcesource.h.