Akonadi Contacts

contactparts.h
1/*
2 SPDX-FileCopyrightText: 2008 Tobias Koenig <tokoe@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "akonadi-contact-core_export.h"
10
11namespace Akonadi
12{
13/**
14 * @short Contains predefined part identifiers.
15 *
16 * This namespace contains identifiers of item parts that are used for
17 * handling contact items.
18 */
19namespace ContactPart
20{
21/**
22 * The part identifier for a small contact version,
23 * that contains only name and email addresses.
24 * @since 4.2
25 */
26AKONADI_CONTACT_CORE_EXPORT extern const char Lookup[];
27
28/**
29 * The part identifier for all the contact data except
30 * images and sounds.
31 *
32 * @note Use Akonadi::Item::FullPayload to retrieve the
33 * full contact including images and sounds.
34 * @since 4.2
35 */
36AKONADI_CONTACT_CORE_EXPORT extern const char Standard[];
37}
38}
AKONADI_CONTACT_CORE_EXPORT const char Lookup[]
The part identifier for a small contact version, that contains only name and email addresses.
AKONADI_CONTACT_CORE_EXPORT const char Standard[]
The part identifier for all the contact data except images and sounds.
A widget for editing the display name of a contact.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:20 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.