25 #ifndef NCAskForExistingDirectory_h 26 #define NCAskForExistingDirectory_h 35 #include "NCFileSelection.h" 36 #include "NCPushButton.h" 37 #include "NCComboBox.h" 38 #include "NCCheckBox.h" 55 bool getCheckBoxValue(
NCCheckBox * detailed );
59 virtual bool postAgain();
66 const std::string & startDir,
67 const std::string & headline );
71 virtual int preferredWidth();
72 virtual int preferredHeight();
78 const std::string & headline );
88 #endif // NCAskForExistingDirectory_h
Definition: NCFileSelection.h:254
Definition: NCComboBox.h:37
Screen position pair in the order line, column: (L, C)
Definition: position.h:109
void createLayout(const std::string &initialDir, const std::string &headline)
Definition: NCAskForDirectory.cc:69
Definition: NCCheckBox.h:34
NCursesEvent & showDirPopup()
Definition: NCAskForDirectory.cc:131
Definition: NCAskForDirectory.h:42