korganizer Library API Documentation

koeventview.h

00001 /*
00002     This file is part of KOrganizer.
00003     Copyright (c) 1999 Preston Brown <pbrown@kde.org>
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 _KOEVENTVIEW_H
00025 #define _KOEVENTVIEW_H
00026 
00027 #include <libkcal/calendar.h>
00028 #include <libkcal/event.h>
00029 
00030 #include <korganizer/baseview.h>
00031 
00032 #include "koeventpopupmenu.h"
00033 
00034 using namespace KCal;
00035 
00036 class CalPrinter;
00037 
00052 class KOEventView : public KOrg::BaseView
00053 {
00054     Q_OBJECT
00055   
00056   public:
00062     KOEventView(Calendar *cal,QWidget *parent=0,const char *name=0);
00063   
00067     virtual ~KOEventView();
00068   
00073     virtual int maxDatesHint() = 0;
00074       
00078     KOEventPopupMenu *eventPopup();
00079 
00081     bool isEventView() { return true; }
00082   
00083   public slots:
00084   
00090     void showEventPopup(QPopupMenu *popup,Event *event);
00091 
00096     void defaultAction( Incidence * );
00097     
00098   signals:
00106     void datesSelected(const DateList);
00112     void editEventSignal(Event *);
00118     void deleteEventSignal(Event *);
00123     void newEventSignal();
00128     void newEventSignal(QDateTime);
00134     void newEventSignal(QDateTime, QDateTime);
00135 
00139     void showEventSignal(Event *);
00140 
00141     //ET CVS MERGE !
00146     void shiftedEvent(const QDate& olddate, const QDate& newdate);
00147 
00148 
00149   protected slots:
00150     void popupShow();
00151     void popupEdit();
00152     void popupDelete();
00153 
00154   protected:
00155     Event *mCurrentEvent;  // event selected e.g. for a context menu
00156 };
00157 
00158 #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