#include <widgets.h>
Inheritance diagram for fgl::FGFileDialog:


fdialog.cpp, and widget.cpp.
Public Types | |
| enum | { name_width = 200, max_pathlen = 512 } |
Public Member Functions | |
| FGFileDialog (FileDialogCallBack filesel, char *dir=0, char *flt=0, char *namewnd="File Dialog", int m=FDIALOG_OPEN, int ink=0, int paper=PM) | |
| char *__fastcall | GetDir (void) |
| char *__fastcall | GetName (void) |
| void __fastcall | BuildFullPathname (char *buffer) |
| void __fastcall | BuildRelativePathname (char *buffer) |
| void __fastcall | SetDir (char *d) |
| void __fastcall | SetFilter (char *f) |
| void __fastcall | SetMode (int m) |
| bool | TestForOverwrite (void) |
|
||||||||||||||||||||||||||||||||
|
Creates visual object for the file selection by user.
|
|
|
Makes full path && name string into user defined buffer |
|
|
Makes relative path && name string into user defined buffer |
|
|
Returns the current browsed directory. |
|
|
this filename is passed to the callback directly.
|
|
|
Change the current directory and reload it. |
|
|
Change the current input filter mask (".cpp .h" by example) and reload it. |
|
|
Sets object's mode:
|
|
|
Shows dialog to ask to overwrite the selected file. Is it possible to call this function from user callback (on file select)
|
1.4.0