Nepomuk-Core
KTp::MessageContext Class Reference
#include <message-context.h>
Public Member Functions | |
MessageContext (const Tp::AccountPtr &account, const Tp::TextChannelPtr &channel) | |
virtual | ~MessageContext () |
Tp::AccountPtr | account () const |
Tp::TextChannelPtr | channel () const |
Detailed Description
Definition at line 30 of file message-context.h.
Constructor & Destructor Documentation
KTp::MessageContext::MessageContext | ( | const Tp::AccountPtr & | account, |
const Tp::TextChannelPtr & | channel | ||
) |
Definition at line 29 of file message-context.cpp.
|
virtual |
Definition at line 36 of file message-context.cpp.
Member Function Documentation
Tp::AccountPtr KTp::MessageContext::account | ( | ) | const |
Account in which the message is sent.
Definition at line 41 of file message-context.cpp.
Tp::TextChannelPtr KTp::MessageContext::channel | ( | ) | const |
Channel in which the message was sent.
- Warning
- this may be null, and should always be checked before use
Definition at line 46 of file message-context.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Mar 22 2013 10:58:52 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Mar 22 2013 10:58:52 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.