Nepomuk-Core
ContactPin Class Reference
#include <contact-pin.h>
Inheritance diagram for ContactPin:
Signals | |
void | pinnedChanged () |
Public Member Functions | |
ContactPin (QObject *parent=0) | |
Tp::AccountPtr | account () const |
KTp::ContactPtr | contact () const |
bool | isPinned () const |
PinnedContactsModel * | model () const |
void | setAccount (const Tp::AccountPtr &account) |
void | setContact (const KTp::ContactPtr &contact) |
void | setModel (PinnedContactsModel *model) |
Q_SCRIPTABLE void | toggle () |
Properties | |
Tp::AccountPtr | account |
KTp::ContactPtr | contact |
PinnedContactsModel | model |
bool | pinned |
Detailed Description
Definition at line 27 of file contact-pin.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 24 of file contact-pin.cpp.
Member Function Documentation
Tp::AccountPtr ContactPin::account | ( | ) | const |
KTp::ContactPtr ContactPin::contact | ( | ) | const |
bool ContactPin::isPinned | ( | ) | const |
Definition at line 45 of file contact-pin.cpp.
PinnedContactsModel* ContactPin::model | ( | ) | const |
|
signal |
void ContactPin::setAccount | ( | const Tp::AccountPtr & | account | ) |
Definition at line 63 of file contact-pin.cpp.
void ContactPin::setContact | ( | const KTp::ContactPtr & | contact | ) |
Definition at line 70 of file contact-pin.cpp.
void ContactPin::setModel | ( | PinnedContactsModel * | model | ) |
Definition at line 76 of file contact-pin.cpp.
void ContactPin::toggle | ( | ) |
Definition at line 55 of file contact-pin.cpp.
Property Documentation
|
readwrite |
Definition at line 31 of file contact-pin.h.
|
readwrite |
Definition at line 30 of file contact-pin.h.
|
readwrite |
Definition at line 32 of file contact-pin.h.
|
read |
Definition at line 33 of file contact-pin.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.