|
IrrlichtEngine
|
Standard file chooser dialog. More...
#include <IGUIFileOpenDialog.h>
Public Member Functions | |
| virtual const io::path & | getDirectoryName ()=0 |
| Returns the directory of the selected file. Returns NULL, if no directory was selected. | |
| virtual const wchar_t * | getFileName () const =0 |
| Returns the filename of the selected file. Returns NULL, if no file was selected. | |
| IGUIFileOpenDialog (IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle) | |
| constructor | |
Standard file chooser dialog.
When the user selects a folder this does change the current working directory
Definition at line 18 of file IGUIFileOpenDialog.h.
| irr::gui::IGUIFileOpenDialog::IGUIFileOpenDialog | ( | IGUIEnvironment * | environment, |
| IGUIElement * | parent, | ||
| s32 | id, | ||
| core::rect< s32 > | rectangle | ||
| ) | [inline] |
constructor
Definition at line 23 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.