Nepomuk-Core
KTp::OutgoingMessage Class Reference
#include <outgoing-message.h>
Public Member Functions | |
| OutgoingMessage (const KTp::OutgoingMessage &other) | |
| virtual | ~OutgoingMessage () |
| KTp::OutgoingMessage & | operator= (const KTp::OutgoingMessage &other) |
| void | setText (const QString &text) |
| void | setType (Tp::ChannelTextMessageType type) |
| QString | text () const |
| Tp::ChannelTextMessageType | type () const |
Protected Member Functions | |
| OutgoingMessage (const QString &messageText) | |
Detailed Description
- An encapsualtion of a message that is to be sent out
Definition at line 40 of file outgoing-message.h.
Constructor & Destructor Documentation
| OutgoingMessage::OutgoingMessage | ( | const KTp::OutgoingMessage & | other | ) |
Definition at line 42 of file outgoing-message.cpp.
|
virtual |
Definition at line 58 of file outgoing-message.cpp.
|
explicitprotected |
Definition at line 52 of file outgoing-message.cpp.
Member Function Documentation
| OutgoingMessage & OutgoingMessage::operator= | ( | const KTp::OutgoingMessage & | other | ) |
Definition at line 47 of file outgoing-message.cpp.
| void OutgoingMessage::setText | ( | const QString & | text | ) |
Definition at line 67 of file outgoing-message.cpp.
| void OutgoingMessage::setType | ( | Tp::ChannelTextMessageType | type | ) |
Definition at line 77 of file outgoing-message.cpp.
| QString OutgoingMessage::text | ( | ) | const |
The body of the message.
- Returns
- the contents of the message as a plain string
Definition at line 62 of file outgoing-message.cpp.
| Tp::ChannelTextMessageType OutgoingMessage::type | ( | ) | const |
Definition at line 72 of file outgoing-message.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.