kofilterview.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef KOFILTERVIEW_H
00024 #define KOFILTERVIEW_H
00025
00026 #include <qstring.h>
00027
00028 #include "kofilterview_base.h"
00029
00030 #include <libkcal/calfilter.h>
00031
00032 using namespace KCal;
00033
00034 class KOFilterView : public KOFilterView_base
00035 {
00036 Q_OBJECT
00037 public:
00038 KOFilterView(QPtrList<CalFilter> *filterList,QWidget* parent=0,const char* name=0, WFlags fl=0);
00039 ~KOFilterView();
00040
00041 void updateFilters();
00042
00043 bool filtersEnabled();
00044 void setFiltersEnabled(bool);
00045 CalFilter *selectedFilter();
00046 void setSelectedFilter(QString);
00047
00048 signals:
00049 void filterChanged();
00050 void editFilters();
00051
00052 private:
00053 QPtrList<CalFilter> *mFilters;
00054 };
00055
00056 #endif // KOFILTERVIEW_H
This file is part of the documentation for korganizer Library Version 3.2.2.