ChatUnit is base class for all chat members.
More...
#include <chatunit.h>
List of all members.
Detailed Description
ChatUnit is base class for all chat members.
Constructor & Destructor Documentation
| qutim_sdk_0_3::ChatUnit::ChatUnit |
( |
Account * |
account | ) |
|
default ChatUnit's contructor
- Parameters:
-
| account | Pointer to chatunit's account |
| qutim_sdk_0_3::ChatUnit::ChatUnit |
( |
ChatUnitPrivate & |
d, |
|
|
Account * |
account |
|
) |
| |
ChatUnit's contructor.
- Parameters:
-
| d | ChatUnitPrivate |
| account | Pointer to chatunit's account |
| virtual qutim_sdk_0_3::ChatUnit::~ChatUnit |
( |
| ) |
[virtual] |
Member Function Documentation
| Account* qutim_sdk_0_3::ChatUnit::account |
( |
| ) |
|
Returns pointer to chatunits's Account.
- Returns:
- Pointer to account
| const Account* qutim_sdk_0_3::ChatUnit::account |
( |
| ) |
const |
Returns pointer to chatunits's Account.
- Returns:
- Pointer to account
| ChatUnit* qutim_sdk_0_3::ChatUnit::buddy |
( |
| ) |
|
Returns TODO.
- Returns:
- Pointer to upper buddy
| const ChatUnit* qutim_sdk_0_3::ChatUnit::buddy |
( |
| ) |
const |
| virtual const ChatUnit* qutim_sdk_0_3::ChatUnit::getHistoryUnit |
( |
| ) |
const [virtual] |
| virtual QString qutim_sdk_0_3::ChatUnit::id |
( |
| ) |
const [pure virtual] |
Returns chatunit's identification, which is unique for account.
- Returns:
- ChatUnit's identitification string
| bool qutim_sdk_0_3::ChatUnit::isConference |
( |
| ) |
const |
| void qutim_sdk_0_3::ChatUnit::lowerUnitAdded |
( |
ChatUnit * |
unit | ) |
[signal] |
Notifies that new lower unit is added.
| ChatUnit* qutim_sdk_0_3::ChatUnit::metaContact |
( |
| ) |
|
Returns TODO.
- Returns:
- Pointer to upper metaContact or 0 if upper metaContact doesn't exist.
| const ChatUnit* qutim_sdk_0_3::ChatUnit::metaContact |
( |
| ) |
const |
| quint64 qutim_sdk_0_3::ChatUnit::sendMessage |
( |
const QString & |
text | ) |
[slot] |
Sets a new chat state.
- Parameters:
-
| virtual QString qutim_sdk_0_3::ChatUnit::title |
( |
| ) |
const [virtual] |
Returns chatunit's representable name.
- Returns:
- ChatUnit's name
Reimplemented in qutim_sdk_0_3::Buddy.
| void qutim_sdk_0_3::ChatUnit::titleChanged |
( |
const QString & |
current, |
|
|
const QString & |
previous |
|
) |
| [signal] |
Notify that ChatUnit's title is changed, may be because of changes in name.
Property Documentation
ChatState qutim_sdk_0_3::ChatUnit::chatState [read, write] |
bool qutim_sdk_0_3::ChatUnit::conference [read] |
QString qutim_sdk_0_3::ChatUnit::id [read] |
QString qutim_sdk_0_3::ChatUnit::title [read] |
The documentation for this class was generated from the following file: