25#ifndef NCAskForExistingDirectory_h
26#define NCAskForExistingDirectory_h
35#include "NCFileSelection.h"
36#include "NCPushButton.h"
37#include "NCComboBox.h"
38#include "NCCheckBox.h"
42class NCAskForExistingDirectory :
public NCPopup
46 NCAskForExistingDirectory & operator=(
const NCAskForExistingDirectory & );
47 NCAskForExistingDirectory(
const NCAskForExistingDirectory & );
55 bool getCheckBoxValue(
NCCheckBox * detailed );
59 virtual bool postAgain();
65 NCAskForExistingDirectory(
const wpos & at,
66 const std::string & startDir,
67 const std::string & headline );
69 virtual ~NCAskForExistingDirectory();
71 virtual int preferredWidth();
72 virtual int preferredHeight();
78 const std::string & headline );
NCursesEvent & showDirPopup()
Definition NCAskForDirectory.cc:131
void createLayout(const std::string &initialDir, const std::string &headline)
Definition NCAskForDirectory.cc:69
Definition NCCheckBox.h:35
Definition NCComboBox.h:38
Definition NCFileSelection.h:255
Screen position pair in the order line, column: (L, C)
Definition position.h:110