• Skip to content
  • Skip to link menu
KDE 4.2 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 
00075     Event &operator=( const Event &other );
00076 
00081     bool operator==( const Event &event ) const;
00082 
00086     QByteArray type() const;
00087 
00091     Event *clone();
00092 
00098     void setDtEnd( const KDateTime &dtEnd );
00099 
00104     virtual KDateTime dtEnd() const;
00105 
00111     QDate dateEnd() const;
00112 
00121     QString dtEndTimeStr( bool shortfmt = true,
00122                           const KDateTime::Spec &spec = KDateTime::Spec() ) const;
00123 
00132     QString dtEndDateStr( bool shortfmt = true,
00133                           const KDateTime::Spec &spec = KDateTime::Spec() ) const;
00134 
00143     QString dtEndStr( bool shortfmt = true,
00144                       const KDateTime::Spec &spec = KDateTime::Spec() ) const;
00145 
00150     void setHasEndDate( bool b );
00151 
00155     bool hasEndDate() const;
00156 
00163     bool isMultiDay( const KDateTime::Spec &spec = KDateTime::Spec() ) const;
00164 
00169     virtual void shiftTimes( const KDateTime::Spec &oldSpec,
00170                              const KDateTime::Spec &newSpec );
00171 
00176     void setTransparency( Transparency transparency );
00177 
00181     Transparency transparency() const;
00182 
00187     void setDuration( const Duration &duration );
00188 
00189   protected:
00193     virtual KDateTime endDateRecurrenceBase() const;
00194 
00195   private:
00200     bool accept( Visitor &v ) { return v.visit( this ); }
00201 
00202     //@cond PRIVATE
00203     class Private;
00204     Private *const d;
00205     //@endcond
00206 };
00207 
00208 }
00209 
00210 #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"
  • akonadi
  • kabc
  • kblog
  • kcal
  • kimap
  • kioslave
  •   imap4
  •   mbox
  • kldap
  • kmime
  • kpimidentities
  •   richtextbuilders
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
Generated for KDE-PIM Libraries by doxygen 1.5.7.1
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