libyui-ncurses
2.44.1
|
Public Member Functions | |
NCAskForExistingDirectory (const wpos at, const std::string &startDir, const std::string &headline) | |
virtual int | preferredWidth () |
virtual int | preferredHeight () |
void | createLayout (const std::string &initialDir, const std::string &headline) |
NCursesEvent & | showDirPopup () |
Protected Member Functions | |
virtual bool | postAgain () |
virtual NCursesEvent | wHandleInput (wint_t ch) |
Definition at line 42 of file NCAskForDirectory.h.
void NCAskForExistingDirectory::createLayout | ( | const std::string & | initialDir, |
const std::string & | headline | ||
) |
Create layout of file directory selection popup
Definition at line 69 of file NCAskForDirectory.cc.
Shows the popup with the std::list of directories.
Definition at line 131 of file NCAskForDirectory.cc.