![]() |
LeechCraft Azoth
0.6.70-18450-gabe19ee3b0
Modular multiprotocol IM plugin for LeechCraft
|
Defines additional parameters of the message. More...
#include "ichatstyleresourcesource.h"
Collaboration diagram for LC::Azoth::ChatMsgAppendInfo:Public Attributes | |
| bool | IsHighlightMsg_ |
| Whether this message has triggered our highlight. More... | |
| bool | IsActiveChat_ |
| Whether the chat view is currently visible and focused. More... | |
| bool | UseRichTextBody_ |
| Whether rich text body should be used (if available). More... | |
| IAccount * | Account_ |
| The account corresponding to this message. More... | |
Defines additional parameters of the message.
Definition at line 24 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 the chat view is currently visible and focused.
Definition at line 32 of file ichatstyleresourcesource.h.
| bool LC::Azoth::ChatMsgAppendInfo::IsHighlightMsg_ |
Whether this message has triggered our highlight.
Definition at line 28 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.