00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef YQPkgUpdateProblemFilterView_h
00023 #define YQPkgUpdateProblemFilterView_h
00024
00025 #include <qtextbrowser.h>
00026 #include <y2pm/PMPackage.h>
00027
00028
00032 class YQPkgUpdateProblemFilterView : public QTextBrowser
00033 {
00034 Q_OBJECT
00035
00036 public:
00037
00041 YQPkgUpdateProblemFilterView( QWidget * parent );
00042
00046 virtual ~YQPkgUpdateProblemFilterView();
00047
00048
00049 public slots:
00050
00058 void filter();
00059
00063 void filterIfVisible();
00064
00065
00066 signals:
00067
00072 void filterStart();
00073
00077 void filterMatch( PMPackagePtr pkg );
00078
00082 void filterFinished();
00083
00084 };
00085
00086
00087
00088 #endif // ifndef YQPkgUpdateProblemFilterView_h