• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdepimlibs-4.8.5 API Reference
  • KDE Home
  • Contact Us
 

akonadi

conflictresolvedialog_p.h
00001 /*
00002     Copyright (c) 2010 KDAB
00003     Author: Tobias Koenig <tokoe@kde.org>
00004 
00005     This library is free software; you can redistribute it and/or modify it
00006     under the terms of the GNU Library General Public License as published by
00007     the Free Software Foundation; either version 2 of the License, or (at your
00008     option) any later version.
00009 
00010     This library is distributed in the hope that it will be useful, but WITHOUT
00011     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00012     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
00013     License for more details.
00014 
00015     You should have received a copy of the GNU Library General Public License
00016     along with this library; see the file COPYING.LIB.  If not, write to the
00017     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00018     02110-1301, USA.
00019 */
00020 
00021 #ifndef AKONADI_CONFLICTRESOLVEDIALOG_P_H
00022 #define AKONADI_CONFLICTRESOLVEDIALOG_P_H
00023 
00024 #include <kdialog.h>
00025 
00026 #include "conflicthandler_p.h"
00027 
00028 class KTextBrowser;
00029 
00030 namespace Akonadi {
00031 
00037 class ConflictResolveDialog : public KDialog
00038 {
00039   Q_OBJECT
00040 
00041   public:
00047     explicit ConflictResolveDialog( QWidget *parent = 0 );
00048 
00057     void setConflictingItems( const Akonadi::Item &localItem, const Akonadi::Item &otherItem );
00058 
00062     ConflictHandler::ResolveStrategy resolveStrategy() const;
00063 
00064   private Q_SLOTS:
00065     void slotUseLocalItemChoosen();
00066     void slotUseOtherItemChoosen();
00067     void slotUseBothItemsChoosen();
00068 
00069   private:
00070     ConflictHandler::ResolveStrategy mResolveStrategy;
00071 
00072     Akonadi::Item mLocalItem;
00073     Akonadi::Item mOtherItem;
00074 
00075     KTextBrowser *mView;
00076 };
00077 
00078 }
00079 
00080 #endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu Aug 2 2012 15:25:18 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

akonadi

Skip menu "akonadi"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • Modules
  • Related Pages

kdepimlibs-4.8.5 API Reference

Skip menu "kdepimlibs-4.8.5 API Reference"
  • akonadi
  •   contact
  •   kmime
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmbox
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  •   richtextbuilders
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal