libyui-qt
YQPackageSelectorPluginStub.h
1 /*
2  Copyright (C) 2000-2012 Novell, Inc
3  This library is free software; you can redistribute it and/or modify
4  it under the terms of the GNU Lesser General Public License as
5  published by the Free Software Foundation; either version 2.1 of the
6  License, or (at your option) version 3.0 of the License. This library
7  is distributed in the hope that it will be useful, but WITHOUT ANY
8  WARRANTY; without even the implied warranty of MERCHANTABILITY or
9  FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
10  License for more details. You should have received a copy of the GNU
11  Lesser General Public License along with this library; if not, write
12  to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
13  Floor, Boston, MA 02110-1301 USA
14 */
15 
16 
17 /*-/
18 
19  File: YQPackageSelectorPluginStub.h
20 
21  Authors: Katharina Machalkova <kmachalkova@suse.cz>
22  Stephan Kulow <coolo@suse.de>
23 
24 /-*/
25 
26 
27 #ifndef YQPackageSelectorPluginStub_h
28 #define YQPackageSelectorPluginStub_h
29 
30 #include <yui/YPackageSelectorPlugin.h>
31 #include <yui/YDialog.h>
32 #include <yui/YEvent.h>
33 
34 #include "YQPackageSelectorPluginIf.h"
35 
36 
41 
42 
43 class YQPackageSelectorPluginStub: public YPackageSelectorPlugin
44 {
45 public:
50 
55 
63  virtual YPackageSelector * createPackageSelector( YWidget * parent,
64  long modeFlags );
65 
69  virtual YWidget * createPatternSelector( YWidget * parent,
70  long modeFlags );
71 
75  virtual YWidget * createSimplePatchSelector( YWidget * parent,
76  long modeFlags );
77 
78 
80 };
81 
82 
83 #endif // YQPackageSelectorPluginStub_h
YQPackageSelectorPluginStub()
Definition: YQPackageSelectorPluginStub.cc:35
virtual ~YQPackageSelectorPluginStub()
Definition: YQPackageSelectorPluginStub.cc:55
virtual YWidget * createSimplePatchSelector(YWidget *parent, long modeFlags)
Definition: YQPackageSelectorPluginStub.cc:82
Definition: YQPackageSelectorPluginIf.h:33
virtual YWidget * createPatternSelector(YWidget *parent, long modeFlags)
Definition: YQPackageSelectorPluginStub.cc:72
virtual YPackageSelector * createPackageSelector(YWidget *parent, long modeFlags)
Definition: YQPackageSelectorPluginStub.cc:62
Definition: YQPackageSelectorPluginStub.h:43