KAlarm Library
identities.h
00001 /* 00002 * identities.h - email identity functions 00003 * This file is part of kalarmcal library, which provides access to KAlarm 00004 * calendar data. 00005 * Copyright © 2004-2011 by David Jarvie <djarvie@kde.org> 00006 * 00007 * This library is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU Library General Public License as published 00009 * by the Free Software Foundation; either version 2 of the License, or (at 00010 * your option) any later version. 00011 * 00012 * This library is distributed in the hope that it will be useful, but WITHOUT 00013 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00014 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public 00015 * License for more details. 00016 * 00017 * You should have received a copy of the GNU Library General Public License 00018 * along with this library; see the file COPYING.LIB. If not, write to the 00019 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 00020 * MA 02110-1301, USA. 00021 */ 00022 00023 #ifndef KALARM_IDENTITIES_H 00024 #define KALARM_IDENTITIES_H 00025 00026 #include "kalarmcal_export.h" 00027 00028 class QString; 00029 00030 namespace KPIMIdentities { class IdentityManager; } 00031 00032 namespace KAlarmCal 00033 { 00034 00040 namespace Identities 00041 { 00043 KALARMCAL_EXPORT KPIMIdentities::IdentityManager* identityManager(); 00044 00046 KALARMCAL_EXPORT bool identitiesExist(); 00047 00049 KALARMCAL_EXPORT uint identityUoid(const QString& identityUoidOrName); 00050 } 00051 00052 } 00053 00054 #endif // KALARM_IDENTITIES_H 00055 00056 // vim: et sw=4:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Tue May 8 2012 00:11:40 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Tue May 8 2012 00:11:40 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.