List of all members.
Public Member Functions
Detailed Description
Standard file chooser dialog.
- Warning:
- When the user selects a folder this does change the current working directory
- This element can create the following events of type EGUI_EVENT_TYPE:
- EGET_DIRECTORY_SELECTED
- EGET_FILE_SELECTED
- EGET_FILE_CHOOSE_DIALOG_CANCELLED
Definition at line 24 of file IGUIFileOpenDialog.h.
Constructor & Destructor Documentation
Member Function Documentation
virtual const io::path& irr::gui::IGUIFileOpenDialog::getDirectoryName |
( |
|
) |
[pure virtual] |
Returns the directory of the selected file. Returns NULL, if no directory was selected.
virtual const wchar_t* irr::gui::IGUIFileOpenDialog::getFileName |
( |
|
) |
const [pure virtual] |
Returns the filename of the selected file. Returns NULL, if no file was selected.
The documentation for this class was generated from the following file: