• Skip to content
  • Skip to link menu
KDE 4.0 API Reference
  • KDE API Reference
  • KDE-PIM Libraries
  • Sitemap
  • Contact Us
 

KCal Library

event.h

Go to the documentation of this file.
00001 /*
00002   This file is part of the kcal library.
00003 
00004   Copyright (c) 2001-2003 Cornelius Schumacher <schumacher@kde.org>
00005 
00006   This library is free software; you can redistribute it and/or
00007   modify it under the terms of the GNU Library General Public
00008   License as published by the Free Software Foundation; either
00009   version 2 of the License, or (at your option) any later version.
00010 
00011   This library 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 GNU
00014   Library General Public License for more details.
00015 
00016   You should have received a copy of the GNU Library General Public License
00017   along with this library; see the file COPYING.LIB.  If not, write to
00018   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00019   Boston, MA 02110-1301, USA.
00020 */
00028 #ifndef KCAL_EVENT_H
00029 #define KCAL_EVENT_H
00030 
00031 #include "incidence.h"
00032 #include <QtCore/QByteArray>
00033 
00034 namespace KCal {
00035 
00040 class KCAL_EXPORT Event : public Incidence
00041 {
00042   public:
00046     enum Transparency {
00047       Opaque,      
00048       Transparent  
00049     };
00050 
00054     typedef ListBase<Event> List;
00055 
00059     Event();
00060 
00065     Event( const Event &other );
00066 
00070     ~Event();
00071 
00076     bool operator==( const Event &other ) const;
00077 
00081     QByteArray type() const;
00082 
00086     Event *clone();
00087 
00093     void setDtEnd( const KDateTime &dtEnd );
00094 
00099     virtual KDateTime dtEnd() const;
00100 
00106     QDate dateEnd() const;
00107 
00116     QString dtEndTimeStr( bool shortfmt = true,
00117                           const KDateTime::Spec &spec = KDateTime::Spec() ) const;
00118 
00127     QString dtEndDateStr( bool shortfmt = true,
00128                           const KDateTime::Spec &spec = KDateTime::Spec() ) const;
00129 
00138     QString dtEndStr( bool shortfmt = true,
00139                       const KDateTime::Spec &spec = KDateTime::Spec() ) const;
00140 
00145     void setHasEndDate( bool b );
00146 
00150     bool hasEndDate() const;
00151 
00158     bool isMultiDay( const KDateTime::Spec &spec = KDateTime::Spec() ) const;
00159 
00164     virtual void shiftTimes( const KDateTime::Spec &oldSpec,
00165                              const KDateTime::Spec &newSpec );
00166 
00171     void setTransparency( Transparency transparency );
00172 
00176     Transparency transparency() const;
00177 
00182     void setDuration( const Duration &duration );
00183 
00184   protected:
00188     virtual KDateTime endDateRecurrenceBase() const;
00189 
00190   private:
00195     bool accept( Visitor &v ) { return v.visit( this ); }
00196 
00197     //@cond PRIVATE
00198     class Private;
00199     Private *const d;
00200     //@endcond
00201 };
00202 
00203 }
00204 
00205 #endif

KCal Library

Skip menu "KCal Library"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

KDE-PIM Libraries

Skip menu "KDE-PIM Libraries"
  • kabc
  • kblog
  • kcal
  • kimap
  • kioslave
  •   imap4
  •   mbox
  • kldap
  • kmime
  • kpimidentities
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
Generated for KDE-PIM Libraries by doxygen 1.5.5
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