libyui-gtk-pkg
2.42.9
Main Page
Classes
Files
File List
All
Classes
ygtkpkgpatternview.h
1
/********************************************************************
2
* YaST2-GTK - http://en.opensuse.org/YaST2-GTK *
3
********************************************************************/
4
5
/* Pattern and language list boxes.
6
*/
7
8
#ifndef YGTK_PKG_PATTERN_LIST_H
9
#define YGTK_PKG_PATTERN_LIST_H
10
11
#include "ygtkpkgquerywidget.h"
12
#include <gtk/gtk.h>
13
14
struct
YGtkPkgPatternView
:
public
YGtkPkgQueryWidget
15
{
16
YGtkPkgPatternView
(Ypp::Selectable::Type type);
17
virtual
~
YGtkPkgPatternView
();
18
virtual
GtkWidget *getWidget();
19
20
virtual
bool
begsUpdate() {
return
false
; }
21
virtual
void
updateList (
Ypp::List
list) {}
22
23
virtual
void
clearSelection();
24
virtual
bool
writeQuery (
Ypp::PoolQuery
&query);
25
26
struct
Impl
;
27
Impl
*impl;
28
};
29
30
bool
isPatternsPoolEmpty();
31
32
#endif
33
YGtkPkgPatternView::Impl
Definition:
ygtkpkgpatternview.cc:26
Ypp::PoolQuery
Definition:
yzyppwrapper.h:370
YGtkPkgPatternView
Definition:
ygtkpkgpatternview.h:14
YGtkPkgQueryWidget
Definition:
ygtkpkgquerywidget.h:14
Ypp::List
Definition:
yzyppwrapper.h:419
src
ygtkpkgpatternview.h
Generated by
1.8.5