KContacts
8#ifndef KCONTACTS_QML_TYPES
9#define KCONTACTS_QML_TYPES
11#include <KContacts/Address>
12#include <KContacts/AddressFormat>
13#include <KContacts/Addressee>
17struct AddressForeign {
19 QML_FOREIGN(KContacts::Address)
20 QML_VALUE_TYPE(address)
24struct AddresseeForeign {
26 QML_FOREIGN(KContacts::Addressee)
27 QML_VALUE_TYPE(addressee)
33 QML_FOREIGN(KContacts::Email)
35 QML_CONSTRUCTIBLE_VALUE
38struct PhoneNumberForeign {
40 QML_FOREIGN(KContacts::PhoneNumber)
41 QML_VALUE_TYPE(phoneNumber)
46 QML_FOREIGN(KContacts::Impp)
50struct PictureForeign {
52 QML_FOREIGN(KContacts::Picture)
53 QML_VALUE_TYPE(picture)
58 QML_FOREIGN(KContacts::Geo)
62namespace KContactForeign
65QML_NAMED_ELEMENT(KContacts)
66QML_FOREIGN_NAMESPACE(KContacts)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:55:38 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.