#include <NCFileSelection.h>
Inheritance diagram for NCFileTable:
Public Member Functions | |
NCFileTable (NCWidget *parent, const YWidgetOpt &opt, NCFileSelectionType type, const YCPString &filter, const YCPString &iniDir) | |
virtual | ~NCFileTable () |
void | setCurrentFile (const YCPString &file) |
bool | filterMatch (const string &fileName) |
string | getCurrentFile () |
virtual void | fillHeader () |
virtual bool | createListEntry (const NCFileInfo &fileInfo) |
virtual bool | fillList () |
virtual NCursesEvent | wHandleInput (wint_t key) |
Private Attributes | |
list< string > | pattern |
string | currentFile |
|
Constructor |
|
|
|
Creates a line in the package table.
Implements NCFileSelection. |
|
Fills the header of the table
Implements NCFileSelection. |
|
Fill the list of files
Implements NCFileSelection. |
|
|
|
|
|
|
|
Reimplemented from NCTable. |
|
|
|
|