Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

YQPkgUpdateProblemFilterView.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                                                                      |
00003 |                      __   __    ____ _____ ____                      |
00004 |                      \ \ / /_ _/ ___|_   _|___ \                     |
00005 |                       \ V / _` \___ \ | |   __) |                    |
00006 |                        | | (_| |___) || |  / __/                     |
00007 |                        |_|\__,_|____/ |_| |_____|                    |
00008 |                                                                      |
00009 |                               core system                            |
00010 |                                                        (C) SuSE GmbH |
00011 \----------------------------------------------------------------------/
00012 
00013   File:       YQPkgUpdateProblemFilterView.h
00014 
00015   Author:     Stefan Hundhammer <sh@suse.de>
00016 
00017 /-*/
00018 
00019 // -*- c++ -*-
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

Generated on Wed Sep 14 10:59:02 2005 for yast2-qt by  doxygen 1.4.4