PCL
|
A modal dialog box to select an existing directory. More...
#include <FileDialog.h>
Public Member Functions | |
GetDirectoryDialog () | |
~GetDirectoryDialog () override | |
String | Directory () const |
bool | Execute () override |
Public Member Functions inherited from pcl::FileDialog | |
FileDialog () | |
virtual | ~FileDialog () |
void | AddFilter (const FileFilter &filter) |
void | AddFilters (const filter_list &filters) |
String | Caption () const |
filter_list & | Filters () |
const filter_list & | Filters () const |
String | InitialPath () const |
String | SelectedFileExtension () const |
void | SetCaption (const String &caption) |
void | SetFilter (const FileFilter &filter) |
void | SetFilters (const filter_list &filters) |
void | SetInitialPath (const String &path) |
void | SetSelectedFileExtension (const String &) |
Additional Inherited Members | |
Public Types inherited from pcl::FileDialog | |
using | filter_list = Array< FileFilter > |
Definition at line 500 of file FileDialog.h.
pcl::GetDirectoryDialog::GetDirectoryDialog | ( | ) |
Constructs a GetDirectoryDialog object
|
override |
Destroys a GetDirectoryDialog object
String pcl::GetDirectoryDialog::Directory | ( | ) | const |
Returns the selected directory path. A full path is always returned.
|
overridevirtual |
Modal dialog execution.
Returns true if the dialog has been accepted; false if the dialog has been cancelled.
Implements pcl::FileDialog.