![]() |
LeechCraft Azoth 0.6.70-18450-gabe19ee3b0
Modular multiprotocol IM plugin for LeechCraft
|
Describes an entry's status. More...
#include "azothcommon.h"
Public Member Functions | |
| bool | operator== (const EntryStatus &es2) const =default |
Public Attributes | |
| State | State_ = SOffline |
| The general state of the entry. | |
| QString | StatusString_ {} |
| The string of the entry accompanying its state. | |
Describes an entry's status.
A status is a combination of an entry state (one of several states described by the State enumeration) and an associated status string defined by the contact.
Definition at line 151 of file azothcommon.h.
|
default |
The general state of the entry.
Definition at line 155 of file azothcommon.h.
| QString LC::Azoth::EntryStatus::StatusString_ {} |
The string of the entry accompanying its state.
Definition at line 159 of file azothcommon.h.