Akonadi Contacts

contactparts.h
1 /*
2  SPDX-FileCopyrightText: 2008 Tobias Koenig <[email protected]>
3 
4  SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6 
7 #pragma once
8 
9 #include "akonadi-contact_export.h"
10 
11 namespace 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  */
19 namespace 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  */
26 AKONADI_CONTACT_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  */
36 AKONADI_CONTACT_EXPORT extern const char Standard[];
37 }
38 }
const AKONADI_CONTACT_EXPORT char Standard[]
The part identifier for all the contact data except images and sounds.
const AKONADI_CONTACT_EXPORT char Lookup[]
The part identifier for a small contact version, that contains only name and email addresses.
Definition: contactparts.cpp:9
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Apr 1 2023 04:09:04 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.