The Contact::InfoFields class represents the information of a Telepathy contact.
More...
#include <TelepathyQt/Contact>
The Contact::InfoFields class represents the information of a Telepathy contact.
◆ InfoFields() [1/3]
Tp::Contact::InfoFields::InfoFields |
( |
| ) |
|
◆ InfoFields() [2/3]
Construct a info fields instance with the given fields. The instance will indicate that it is valid.
◆ InfoFields() [3/3]
Tp::Contact::InfoFields::InfoFields |
( |
const InfoFields & |
other | ) |
|
◆ ~InfoFields()
Tp::Contact::InfoFields::~InfoFields |
( |
| ) |
|
◆ isValid()
bool Tp::Contact::InfoFields::isValid |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ fields()
Return a list containing all fields whose name are name.
- Parameters
-
name | The name used to match the fields. |
- Returns
- A list of ContactInfoField objects.
◆ allFields()
Return a list containing all fields describing the contact information.
- Returns
- The contact information as a list of ContactInfoField objects.