#include <NCAskForDirectory.h>
Inheritance diagram for NCAskForExistingDirectory:
Public Member Functions | |
NCAskForExistingDirectory (const wpos at, const YCPString &startDir, const YCPString &headline) | |
virtual | ~NCAskForExistingDirectory () |
virtual long | nicesize (YUIDimension dim) |
void | createLayout (const YCPString &iniDir, const YCPString &headline) |
NCursesEvent & | showDirPopup () |
Protected Member Functions | |
virtual bool | postAgain () |
virtual NCursesEvent | wHandleInput (wint_t ch) |
Private Member Functions | |
NCAskForExistingDirectory & | operator= (const NCAskForExistingDirectory &) |
NCAskForExistingDirectory (const NCAskForExistingDirectory &) | |
bool | getCheckBoxValue (NCCheckBox *detailed) |
Private Attributes | |
NCPushButton * | okButton |
NCPushButton * | cancelButton |
NCComboBox * | dirName |
NCDirectoryTable * | dirList |
NCCheckBox * | detailed |
|
|
|
|
|
|
|
Create layout of file directory selection popup
|
|
|
|
Set the default size Reimplemented from NCDialog. |
|
|
|
Reimplemented from NCPopup. |
|
Shows the popup with the list of directories.
|
|
Reimplemented from NCPopup. |
|
|
|
|
|
|
|
|
|
|