libyui-qt-pkg
 
Loading...
Searching...
No Matches
YQSimplePatchSelector.h
1/*
2 Copyright (c) 2000 - 2010 Novell, Inc.
3 Copyright (c) 2021 SUSE LLC
4
5 This library is free software; you can redistribute it and/or modify
6 it under the terms of the GNU Lesser General Public License as
7 published by the Free Software Foundation; either version 2.1 of the
8 License, or (at your option) version 3.0 of the License. This library
9 is distributed in the hope that it will be useful, but WITHOUT ANY
10 WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
12 License for more details. You should have received a copy of the GNU
13 Lesser General Public License along with this library; if not, write
14 to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
15 Floor, Boston, MA 02110-1301 USA
16*/
17
18
19/*
20 File: YQSimplePatchSelector.h
21 Author: Stefan Hundhammer <shundhammer.de>
22*/
23
24
25#ifndef YQSimplePatchSelector_h
26#define YQSimplePatchSelector_h
27
28#include <QColor>
29
30#include "YQPackageSelectorBase.h"
31
32
33class QPushButton;
34
36class YQPkgPatchList;
37class YQWizard;
38
39
40class YQSimplePatchSelector : public YQPackageSelectorBase
41{
42 Q_OBJECT
43
44public:
45
46 YQSimplePatchSelector( YWidget * parent, long modeFlags );
47
48
49protected slots:
50
56
60 void debugTrace();
61
62
63protected:
64
65 // Layout methods - create and layout widgets
66
67 void basicLayout();
68 void layoutButtons ( QWidget * parent );
69
74 YQWizard * findWizard() const;
75
79 void makeConnections();
80
81
82 // Data members
83
84 YQPkgPatchFilterView * _patchFilterView;
85 YQPkgPatchList * _patchList;
86 YQWizard * _wizard;
87};
88
89
90
91#endif // YQSimplePatchSelector_h
YQPackageSelectorBase(YWidget *parent, long modeFlags=0)
Definition YQPackageSelectorBase.cc:60
Display a list of zypp::Patch objects and ( below ) details about the currently selected patch.
Definition YQPkgPatchFilterView.h:46
Display a list of zypp::Patch objects.
Definition YQPkgPatchList.h:59
YQWizard * findWizard() const
Definition YQSimplePatchSelector.cc:86
void debugTrace()
Definition YQSimplePatchSelector.cc:261
void detailedPackageSelection()
Definition YQSimplePatchSelector.cc:253
void makeConnections()
Definition YQSimplePatchSelector.cc:228