korganizer Library API Documentation

koapp.h

00001 /*
00002     This file is part of KOrganizer.
00003     Copyright (c) 1999 Preston Brown
00004     Copyright (c) 2000,2001 Cornelius Schumacher <schumacher@kde.org>
00005 
00006     This program is free software; you can redistribute it and/or modify
00007     it under the terms of the GNU General Public License as published by
00008     the Free Software Foundation; either version 2 of the License, or
00009     (at your option) any later version.
00010 
00011     This program is distributed in the hope that it will be useful,
00012     but WITHOUT ANY WARRANTY; without even the implied warranty of
00013     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00014     GNU General Public License for more details.
00015 
00016     You should have received a copy of the GNU General Public License
00017     along with this program; if not, write to the Free Software
00018     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00019 
00020     As a special exception, permission is given to link this program
00021     with any edition of Qt, and distribute the resulting executable,
00022     without including the source code for Qt in the source distribution.
00023 */
00024 #ifndef KORGANIZERAPP_H
00025 #define KORGANIZERAPP_H
00026 
00027 #include <kuniqueapp.h>
00028 
00029 class KProcess;
00030 
00031 class KOrganizerApp : public KUniqueApplication
00032 {
00033     Q_OBJECT
00034   public:
00035     KOrganizerApp();
00036     ~KOrganizerApp();
00037 
00042     int newInstance();
00043 
00044   private slots:
00045     void startCompleted( KProcess * );
00046 
00047   private:
00049     void displayImminent( const KURL &url, int numdays );
00051     void startAlarmDaemon();
00053     void startAlarmClient();
00059     void processCalendar( const KURL &url, int numDays ); 
00060 };
00061 
00062 #endif
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 15 11:41:09 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001