#include <TelepathyBuddy.h>
Public Member Functions | |
TelepathyBuddy (AccountHandler *handler, TpContact *pContact) | |
virtual | ~TelepathyBuddy () |
virtual UT_UTF8String | getDescriptor (bool) const |
virtual UT_UTF8String | getDescription () const |
virtual const DocTreeItem * | getDocTreeItems () const |
TpContact * | getContact () |
bool | equals (TelepathyBuddyPtr pBuddy) |
Private Attributes | |
TpContact * | m_pContact |
TelepathyBuddy::TelepathyBuddy | ( | AccountHandler * | handler, | |
TpContact * | pContact | |||
) | [inline] |
References m_pContact, and Buddy::setVolatile().
virtual TelepathyBuddy::~TelepathyBuddy | ( | ) | [inline, virtual] |
References m_pContact.
bool TelepathyBuddy::equals | ( | TelepathyBuddyPtr | pBuddy | ) | [inline] |
References m_pContact, and UT_return_val_if_fail.
TpContact* TelepathyBuddy::getContact | ( | ) | [inline] |
References m_pContact.
virtual UT_UTF8String TelepathyBuddy::getDescription | ( | ) | const [inline, virtual] |
Implements Buddy.
References description, and m_pContact.
virtual UT_UTF8String TelepathyBuddy::getDescriptor | ( | bool | ) | const [inline, virtual] |
Implements Buddy.
References m_pContact.
virtual const DocTreeItem* TelepathyBuddy::getDocTreeItems | ( | ) | const [inline, virtual] |
Implements Buddy.
References UT_ASSERT_HARMLESS, and UT_NOT_REACHED.
TpContact* TelepathyBuddy::m_pContact [private] |
Referenced by equals(), getContact(), getDescription(), getDescriptor(), TelepathyBuddy(), and ~TelepathyBuddy().