filterdialog.h

00001 /***************************************************************************
00002                           filterdialog.h  -  description
00003                              -------------------
00004     begin                : Die Sep 23 2003
00005     copyright            : (C) 2003 by Eggert Ehmke
00006     email                : eggert.ehmke@berlin.de
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef FILTERDIALOG_H
00019 #define FILTERDIALOG_H
00020 
00021 #include <ntqwidget.h>
00022 #include "filter.h"
00023 #include "FilterDlg.h"
00024 #include "filterlist.h"
00025 #include "filterelem.h"
00026 
00031 class FilterDialog : public FilterDlg  {
00032    TQ_OBJECT
00033 public: 
00034        FilterDialog(TQWidget *parent=0, const char *name=0);
00035        ~FilterDialog();
00036 public slots:
00037   virtual void slotAdd ();
00038   virtual void slotEdit ();
00039   virtual void slotCopy();
00040   virtual void slotDelete ();
00041   virtual void slotOk ();
00042   virtual void slotFilterActivated (int);
00043   virtual void slotAutomaticActivated ();
00044 private:
00045   FilterList _filters;
00046 };
00047 
00048 #endif

Generated on Thu Jul 5 19:36:06 2007 for kshowmail by  doxygen 1.5.0