25 #ifndef NCPopupTable_h 26 #define NCPopupTable_h 34 #include "NCTableItem.h" 35 #include <yui/YTableItem.h> 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;
64 virtual bool postAgain();
72 #endif // NCPopupTable_h
Screen position pair in the order line, column: (L, C)
Definition: position.h:109