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

kontact

kmobiletools_plugin.h

Go to the documentation of this file.
00001 /***************************************************************************
00002   Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>
00003   Copyright (C) 2007 Marco Gulino <marco@kmobiletools.org>
00004   This program is free software; you can redistribute it and/or modify
00005   it under the terms of the GNU General Public License as published by
00006   the Free Software Foundation; either version 2 of the License, or
00007   (at your option) any later version.
00008 
00009   This program is distributed in the hope that it will be useful,
00010   but WITHOUT ANY WARRANTY; without even the implied warranty of
00011   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012   GNU General Public License for more details.
00013 
00014   You should have received a copy of the GNU General Public License
00015   along with this program; if not, write to the
00016   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00017   Boston, MA 02110-1301, USA.
00018  ***************************************************************************/
00019 
00020 #ifndef KMOBILETOOLS_PLUGIN_H
00021 #define KMOBILETOOLS_PLUGIN_H
00022 
00023 #include <kontactinterfaces/plugin.h>
00024 #include <kontactinterfaces/uniqueapphandler.h>
00025 
00026 #include <kparts/part.h>
00027 #include <klocale.h>
00028 
00029 class OrgKdeKmobiletoolsMainInterface;
00030 
00031 class KMobileToolsPlugin : public Kontact::Plugin
00032 {
00033   Q_OBJECT
00034 
00035   public:
00036     KMobileToolsPlugin( Kontact::Core *core, const QVariantList & );
00037     ~KMobileToolsPlugin();
00038 
00039     int weight() const { return 800; }
00040     bool isRunningStandalone();
00041 
00042   protected:
00043     KParts::ReadOnlyPart *createPart();
00044     bool partLoaded;
00045     OrgKdeKmobiletoolsMainInterface *m_interface;
00046     public slots:
00047     void slotNewSMS();
00048 };
00049 
00050 #endif

kontact

Skip menu "kontact"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • 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
  •   doc
  • 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