41 #ifndef NCPkgMenuConfig_h
42 #define NCPkgMenuConfig_h
46 #include <yui/ncurses/NCurses.h>
47 #include <yui/ncurses/NCi18n.h>
48 #include <yui/ncurses/NCMenuButton.h>
50 #include "NCPkgStrings.h"
51 #include "NCPkgPopupDiskspace.h"
63 std::map <std::string, YMenuItem*> idToItemPtr;
64 std::string exitAction;
68 YItemCollection items;
70 YMenuItem *repoManager;
71 YMenuItem *onlineUpdate;
72 YMenuItem *actionOnExit;
76 YMenuItem *showSummary;
83 void setSelected ( YMenuItem *item,
bool selected);
86 bool handleEvent (
const NCursesEvent & event);
Definition: NCPackageSelector.h:110