Home · All Classes · All Namespaces · Modules · Functions · Files |
The Contact::InfoFields class represents the information of a Telepathy contact. More...
#include <TelepathyQt4/Contact>
The Contact::InfoFields class represents the information of a Telepathy contact.
Tp::Contact::InfoFields::InfoFields | ( | ) |
Constructs a new invalid InfoFields instance.
Tp::Contact::InfoFields::InfoFields | ( | const ContactInfoFieldList & | allFields | ) |
Construct a info fields instance with the given fields. The instance will indicate that it is valid.
Tp::Contact::InfoFields::InfoFields | ( | const InfoFields & | other | ) |
Copy constructor.
Tp::Contact::InfoFields::~InfoFields | ( | ) |
Class destructor.
bool Tp::Contact::InfoFields::isValid | ( | ) | const [inline] |
Contact::InfoFields & Tp::Contact::InfoFields::operator= | ( | const InfoFields & | other | ) |
Assignment operator.
ContactInfoFieldList Tp::Contact::InfoFields::fields | ( | const QString & | name | ) | const |
Return a list containing all fields whose name are name.
name | The name used to match the fields. |
ContactInfoFieldList Tp::Contact::InfoFields::allFields | ( | ) | const |
Return a list containing all fields describing the contact information.
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation |
Telepathy-Qt4 0.6.5
|