24#ifndef NCPkgFilterLocale_h
25#define NCPkgFilterLocale_h
28#include <zypp/sat/LocaleSupport.h>
29#include <yui/ncurses/NCTable.h>
31#include "NCPackageSelector.h"
40 zypp::sat::LocaleSupport locale;
44 NCPkgLocaleTag ( zypp::sat::LocaleSupport locale, std::string status );
48 zypp::sat::LocaleSupport getLocale()
const {
return locale; }
67 void addLine ( zypp::sat::LocaleSupport,
const std::vector <std::string> & cols, std::string status );
68 void fillLocaleList();
69 void showLocalePackages();
72 zypp::sat::LocaleSupport getLocale(
int index );
73 std::string status( zypp::Locale lang );
75 NCursesEvent wHandleInput( wint_t ch );
Definition NCPackageSelector.h:105
Definition NCPkgFilterLocale.h:53
Definition NCPkgFilterLocale.h:36