00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef YQPkgSelectionsFilterView_h
00023 #define YQPkgSelectionsFilterView_h
00024
00025 #include <qvbox.h>
00026 #include <y2pm/PMSelection.h>
00027
00028
00029 class YQPkgSelList;
00030
00031
00032 class YQPkgSelectionsFilterView : public QVBox
00033 {
00034 Q_OBJECT
00035
00036 public:
00037
00041 YQPkgSelectionsFilterView( QWidget * parent );
00042
00046 virtual ~YQPkgSelectionsFilterView();
00047
00048
00052 YQPkgSelList * selList() const { return _selList; }
00053
00054
00055 protected:
00056
00057
00058
00059
00060 YQPkgSelList * _selList;
00061 };
00062
00063
00064
00065 #endif // ifndef YQPkgSelectionsFilterView_h