konsolekalendar Library API Documentation

konsolekalendarchange.h

00001 #ifndef _KONSOLEKALENDARCHANGE_H_
00002 #define _KONSOLEKALENDARCHANGE_H_
00003 
00004 /***************************************************************************
00005         konsolekaledarchange.h  -  description
00006            -------------------
00007     begin                : Sun May 25 2003
00008     copyright            : (C) 2003 by Tuukka Pasanen
00009     copyright            : (C) 2003 by Allen Winter
00010     email                : illuusio@mailcity.com
00011  ***************************************************************************/
00012 
00013 /***************************************************************************
00014  *                                                                         *
00015  *   This program is free software; you can redistribute it and/or modify  *
00016  *   it under the terms of the GNU General Public License as published by  *
00017  *   the Free Software Foundation; either version 2 of the License, or     *
00018  *   (at your option) any later version.                                   *
00019  *                                                                         *
00020  ***************************************************************************/
00021 
00022 #include <qdatetime.h>
00023 #include <qstring.h>
00024 
00025 #include "konsolekalendarvariables.h"
00026 
00027 namespace KCal
00028 {
00029 
00030 class KonsoleKalendarChange
00031 {
00032   public:
00033     KonsoleKalendarChange( KonsoleKalendarVariables *variables );
00034     ~KonsoleKalendarChange();
00035 
00040     bool changeEvent();
00041 
00042  private:
00043 
00047     void printSpecs( Event *event );
00048     void printSpecs( );
00049 
00054      KonsoleKalendarVariables *m_variables;
00055 };
00056 
00057 }
00058 #endif
KDE Logo
This file is part of the documentation for konsolekalendar Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:38:15 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003