24#ifndef NCPkgPopupTable_h
25#define NCPkgPopupTable_h
32#include <yui/ncurses/NCPopup.h>
55 NCPushButton * okButton;
56 NCPushButton * cancelButton;
61 virtual bool postAgain();
63 virtual NCursesEvent wHandleInput( wint_t ch );
71 bool add_cancel =
true );
75 virtual int preferredWidth();
76 virtual int preferredHeight();
80 bool fillAvailables(
NCPkgTable * pkgTable, ZyppSel sel );
82 void createLayout( std::string headline,
87 NCursesEvent showInfoPopup();
88 NCursesEvent showAvailablesPopup( ZyppSel sel );
Definition NCPackageSelector.h:105
Definition NCPkgTable.h:215