#include <NCAskForFile.h>
Inheritance diagram for NCAskForFile:
Public Member Functions | |
NCAskForFile (const wpos at, const YCPString &startDir, const YCPString &filter, const YCPString &headline) | |
virtual | ~NCAskForFile ()=0 |
virtual long | nicesize (YUIDimension dim) |
void | createLayout (const YCPString &iniDir, const YCPString &filter, const YCPString &headline, bool editable) |
NCursesEvent & | showDirPopup () |
void | updateFileList () |
Protected Member Functions | |
virtual bool | postAgain () |
virtual NCursesEvent | wHandleInput (wint_t ch) |
virtual string | getFileName ()=0 |
string | checkIniDir (string startDir) |
Protected Attributes | |
NCFileTable * | fileList |
NCTextEntry * | fileName |
Private Member Functions | |
NCAskForFile & | operator= (const NCAskForFile &) |
NCAskForFile (const NCAskForFile &) | |
bool | getCheckBoxValue (NCCheckBox *detailed) |
Private Attributes | |
NCPushButton * | okButton |
NCPushButton * | cancelButton |
NCComboBox * | dirName |
NCDirectoryTable * | dirList |
NCCheckBox * | detailed |
string | iniFileName |
|
|
|
|
|
|
|
|
|
Create layout of file selection popup
|
|
|
|
Implemented in NCAskForExistingFile, and NCAskForSaveFileName. |
|
Set the default size Reimplemented from NCDialog. |
|
Reimplemented in NCAskForExistingFile, and NCAskForSaveFileName. |
|
Reimplemented from NCPopup. |
|
Shows the popup with the list of directories.
|
|
Show new file information
|
|
Reimplemented from NCPopup. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|