filterentrydialog.h

00001 /***************************************************************************
00002                           filterentrydialog.h  -  description
00003                              -------------------
00004     begin                : Mit Sep 24 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 FILTERENTRYDIALOG_H
00019 #define FILTERENTRYDIALOG_H
00020 
00021 #include <ntqwidget.h>
00022 #include "filterelem.h"
00023 #include "FilterEntryDlg.h"
00024 
00029 class FilterEntryDialog : public FilterEntryDlg  {
00030    TQ_OBJECT
00031 public: 
00032        FilterEntryDialog(TQWidget *parent, const char *name, FilterElem* elem);
00033        ~FilterEntryDialog();
00034 public slots:
00035   virtual void slotOk ();
00036   virtual void slotItem1Selected (int);
00037   virtual void slotItem2Selected (int);
00038   virtual void slotSecondCondition (int);
00039   virtual void slotCondition1Selected(int);
00040   virtual void slotCondition2Selected(int);
00041   virtual void slotMatch1Changed(const TQString&);
00042   virtual void slotMatch2Changed(const TQString&);
00043   virtual void slotResetCounter();
00044   virtual void slotCounterChanged(int);
00045   virtual void slotEditRegExp1();
00046   virtual void slotEditRegExp2();
00047   virtual void slotToggleRegExp1(bool);
00048   virtual void slotToggleRegExp2(bool);
00049 
00050 private:
00051   FilterElem* _elem;
00052 };
00053 
00054 #endif

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