libyui-ncurses
2.44.1
|
Public Member Functions | |
NCDirectoryTable (YWidget *parent, YTableHeader *tableHeader, NCFileSelectionType type, const std::string &iniDir) | |
virtual void | fillHeader () |
virtual bool | createListEntry (NCFileInfo *fileInfo) |
virtual bool | fillList () |
virtual NCursesEvent | wHandleInput (wint_t key) |
Definition at line 254 of file NCFileSelection.h.
bool NCDirectoryTable::createListEntry | ( | NCFileInfo * | fileInfo | ) | [virtual] |
Creates a line in the package table.
Implements NCFileSelection.
Definition at line 321 of file NCFileSelection.cc.
void NCDirectoryTable::fillHeader | ( | ) | [virtual] |
Fill the column headers of the table
Implements NCFileSelection.
Definition at line 654 of file NCFileSelection.cc.
bool NCDirectoryTable::fillList | ( | ) | [virtual] |
Fill the std::list of directories. Returns 'true' on success.
Implements NCFileSelection.
Definition at line 698 of file NCFileSelection.cc.