Standard file chooser dialog. More...
#include <IGUIFileOpenDialog.h>
Standard file chooser dialog.
Definition at line 24 of file IGUIFileOpenDialog.h.
irr::gui::IGUIFileOpenDialog::IGUIFileOpenDialog | ( | IGUIEnvironment * | environment, |
IGUIElement * | parent, | ||
s32 | id, | ||
core::rect< s32 > | rectangle | ||
) | [inline] |
constructor
Definition at line 29 of file IGUIFileOpenDialog.h.
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.