42 #ifndef NCPkgFilterLocale_h
43 #define NCPkgFilterLocale_h
46 #include <zypp/sat/LocaleSupport.h>
47 #include <yui/ncurses/NCTable.h>
49 #include "NCPackageSelector.h"
58 zypp::sat::LocaleSupport locale;
62 NCPkgLocaleTag ( zypp::sat::LocaleSupport locale, std::string status );
66 zypp::sat::LocaleSupport getLocale()
const {
return locale; }
85 void addLine ( zypp::sat::LocaleSupport,
const std::vector <std::string> & cols, std::string status );
86 void fillLocaleList();
87 void showLocalePackages();
90 zypp::sat::LocaleSupport getLocale(
int index );
91 std::string status( zypp::Locale lang );
93 NCursesEvent wHandleInput( wint_t ch );
Definition: NCPackageSelector.h:110
Definition: NCPkgFilterLocale.h:71
Definition: NCPkgFilterLocale.h:54