• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdepim
  • Sitemap
  • Contact Us
 

akonadi/kcm

resourcesmanagementwidget.h

Go to the documentation of this file.
00001 /*
00002     Copyright (c) 2006 - 2007 Volker Krause <vkrause@kde.org>
00003     Copyright (c) 2008 Omat Holding B.V. <tomalbers@kde.nl>
00004 
00005     Based on KMail code by:
00006     Copyright (C) 2001-2003 Marc Mutz <mutz@kde.org>
00007 
00008     This library is free software; you can redistribute it and/or modify it
00009     under the terms of the GNU Library General Public License as published by
00010     the Free Software Foundation; either version 2 of the License, or (at your
00011     option) any later version.
00012 
00013     This library is distributed in the hope that it will be useful, but WITHOUT
00014     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00015     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
00016     License for more details.
00017 
00018     You should have received a copy of the GNU Library General Public License
00019     along with this library; see the file COPYING.LIB.  If not, write to the
00020     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00021     02110-1301, USA.
00022 */
00023 
00024 #ifndef RESOURCES_MANAGEMENTWIDGET_H
00025 #define RESOURCES_MANAGEMENTWIDGET_H
00026 
00027 #include <QtGui/QWidget>
00028 #include <QStringList>
00029 
00030 #include <akonadi/agentinstance.h>
00031 
00036 class ResourcesManagementWidget : public QWidget
00037 {
00038     Q_OBJECT
00039 
00040 public:
00047     explicit ResourcesManagementWidget( QWidget *parent = 0,
00048                                         const QStringList &filter=QStringList() );
00049 
00053     virtual ~ResourcesManagementWidget();
00054 
00055 private Q_SLOTS:
00056     void updateButtonState( const Akonadi::AgentInstance& = Akonadi::AgentInstance() );
00057     void addClicked( QAction* );
00058     void editClicked();
00059     void removeClicked();
00060     void updateMenu();
00061 
00062 private:
00063     class Private;
00064     Private * const d;
00065 };
00066 
00067 #endif

akonadi/kcm

Skip menu "akonadi/kcm"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

kdepim

Skip menu "kdepim"
  • akonadi
  •   clients
  •   kabc
  •   kcal
  •   kcm
  • akregator
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt
  • kdgantt1
  • kjots
  • kleopatra
  • kmail
  • kmobiletools
  • knode
  • knotes
  • kontact
  • kontactinterfaces
  • korganizer
  •   korgac
  • kpilot
  • ktimetracker
  • libkdepim
  • libkholidays
  • libkleo
  • libkpgp
  • maildir
Generated for kdepim by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal