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();
Screen position pair in the order line, column: (L, C)
Definition position.h:110