libyui-qt-pkg
 
Loading...
Searching...
No Matches
YQPackageSelectorPlugin.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: YQPackageSelectorPlugin.h
21 Author: Stefan Hundhammer <shundhammer.de>
22*/
23
24
25#ifndef YQPackageSelectorPlugin_h
26#define YQPackageSelectorPlugin_h
27
28#include <yui/YPackageSelectorPlugin.h>
29
30#include "YQPackageSelector.h"
31#include "YQPatternSelector.h"
32#include "YQSimplePatchSelector.h"
33
34
38class YQPackageSelectorPlugin: public YPackageSelectorPlugin
39{
40public:
41
46
52
60 virtual YQPackageSelector * createPackageSelector ( YWidget * parent,
61 long modeFlags = 0 );
62
69 virtual YQPatternSelector * createPatternSelector ( YWidget * parent,
70 long modeFlags = 0 );
77 virtual YQSimplePatchSelector * createSimplePatchSelector( YWidget * parent,
78 long modeFlags = 0 );
79};
80
81
82
83#endif // YQPackageSelectorPlugin_h
virtual ~YQPackageSelectorPlugin()
Definition YQPackageSelectorPlugin.cc:57
virtual YQSimplePatchSelector * createSimplePatchSelector(YWidget *parent, long modeFlags=0)
Definition YQPackageSelectorPlugin.cc:122
virtual YQPatternSelector * createPatternSelector(YWidget *parent, long modeFlags=0)
Definition YQPackageSelectorPlugin.cc:93
YQPackageSelectorPlugin()
Definition YQPackageSelectorPlugin.cc:43
virtual YQPackageSelector * createPackageSelector(YWidget *parent, long modeFlags=0)
Definition YQPackageSelectorPlugin.cc:64
Definition YQPackageSelector.h:69
Definition YQPatternSelector.h:41
Definition YQSimplePatchSelector.h:41