![]() |
LeechCraft Azoth
0.6.70-15082-g543737046d
Modular multiprotocol IM plugin for LeechCraft
|
Describes an entry's status. More...
#include "iclentry.h"
Public Member Functions | |
EntryStatus () | |
Default-constructs an (offline) status. More... | |
EntryStatus (State state, const QString &string) | |
Constructs a status with a given state and status string. More... | |
Public Attributes | |
State | State_ |
The general state of the entry. More... | |
QString | StatusString_ |
The string of the entry accompanying its state. More... | |
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 34 of file iclentry.h.
|
inline |
Default-constructs an (offline) status.
Definition at line 46 of file iclentry.h.
|
inline |
Constructs a status with a given state and status string.
[in] | state | The state of the entry. |
[in] | string | The status string of the entry. |
Definition at line 57 of file iclentry.h.
State LC::Azoth::EntryStatus::State_ |
The general state of the entry.
Definition at line 38 of file iclentry.h.
Referenced by LC::Azoth::operator==().
QString LC::Azoth::EntryStatus::StatusString_ |
The string of the entry accompanying its state.
Definition at line 42 of file iclentry.h.
Referenced by LC::Azoth::operator==().