Nepomuk-Core
Conversation Class Reference
#include <conversation.h>
Inheritance diagram for Conversation:
Public Slots | |
void | delegateToProperClient () |
void | requestClose () |
Signals | |
void | conversationDelegated () |
void | validityChanged (bool isValid) |
Public Member Functions | |
Conversation (const Tp::TextChannelPtr &channel, const Tp::AccountPtr &account, QObject *parent=0) | |
Conversation (QObject *parent=0) | |
virtual | ~Conversation () |
bool | isValid () |
MessagesModel * | messages () const |
ConversationTarget * | target () const |
Properties | |
MessagesModel | messages |
ConversationTarget | target |
bool | valid |
Detailed Description
Definition at line 35 of file conversation.h.
Constructor & Destructor Documentation
Conversation::Conversation | ( | const Tp::TextChannelPtr & | channel, |
const Tp::AccountPtr & | account, | ||
QObject * | parent = 0 |
||
) |
Definition at line 38 of file conversation.cpp.
Conversation::Conversation | ( | QObject * | parent = 0 | ) |
Definition at line 58 of file conversation.cpp.
|
virtual |
Definition at line 100 of file conversation.cpp.
Member Function Documentation
|
signal |
|
slot |
Definition at line 88 of file conversation.cpp.
bool Conversation::isValid | ( | ) |
Definition at line 74 of file conversation.cpp.
MessagesModel* Conversation::messages | ( | ) | const |
|
slot |
Definition at line 94 of file conversation.cpp.
ConversationTarget* Conversation::target | ( | ) | const |
|
signal |
Property Documentation
|
read |
Definition at line 40 of file conversation.h.
|
read |
Definition at line 39 of file conversation.h.
|
read |
Definition at line 41 of file conversation.h.
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.