41 #ifndef NCPkgMenuConfig_h
42 #define NCPkgMenuConfig_h
48 #include "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;
73 YMenuItem *webpinSearch;
77 YMenuItem *showSummary;
84 void setSelected ( YMenuItem *item,
bool selected);
87 bool handleEvent (
const NCursesEvent & event);