40class NCPopupTable :
public NCPopup
44 NCPopupTable & operator=(
const NCPopupTable & );
45 NCPopupTable(
const NCPopupTable & );
51 void createList( std::vector<std::string> & row );
53 void addItem( YItem *yitem, NCTableLine::STATE state = NCTableLine::S_NORMAL );
55 void setCurrentItem(
int index );
56 int getCurrentItem()
const;
57 YItem * getCurrentItemPointer()
const;
61 NCPopupTable(
const wpos & at );
62 virtual ~NCPopupTable();
64 virtual bool postAgain();
Screen position pair in the order line, column: (L, C)
Definition position.h:110