#include <fileDialog.h>
|
| U8 | mStyle |
| | Specifies the Style of the File Dialog.
|
| |
| StringTableEntry | mFilters |
| | List of Filters pipe separated e.g. "PNG Files (*.png)|*.png|JPG Files (*.jpg)|*.jpg".
|
| |
| StringTableEntry | mFile |
| | Should be referenced when dialogStyle MultipleFiles is NOT used: the file path of the user selected file.
|
| |
| StringTableEntry | mDefaultPath |
| | Default path of dialog.
|
| |
| StringTableEntry | mDefaultFile |
| | Default selected file of dialog.
|
| |
| StringTableEntry | mTitle |
| | Title to display in file dialog.
|
| |
| FileDialogOpaqueData * | mOpaqueData |
| | Stores platform specific info about the dialog.
|
| |
◆ DialogStyle
| Enumerator |
|---|
| FDS_OPEN | This is an open dialog.
|
| FDS_SAVE | This is a save dialog.
|
| FDS_OVERWRITEPROMPT | Can only be used in conjunction with style SaveDialog: prompt for a confirmation if a file will be overwritten.
|
| FDS_MUSTEXIST | The user may only select files that actually exist.
|
| FDS_MULTIPLEFILES | Can only be used in conjunction with style OpenDialog: allows selecting multiple files.
|
| FDS_CHANGEPATH | Change the current working path to the directory where the file(s) chosen by the user are.
|
| FDS_BROWSEFOLDER | Select folders instead of files.
|
◆ FileDialogData()
◆ ~FileDialogData()
◆ mDefaultFile
| StringTableEntry mDefaultFile |
Default selected file of dialog.
◆ mDefaultPath
| StringTableEntry mDefaultPath |
◆ mFile
Should be referenced when dialogStyle MultipleFiles is NOT used: the file path of the user selected file.
◆ mFilters
| StringTableEntry mFilters |
List of Filters pipe separated e.g. "PNG Files (*.png)|*.png|JPG Files (*.jpg)|*.jpg".
◆ mOpaqueData
| FileDialogOpaqueData* mOpaqueData |
Stores platform specific info about the dialog.
◆ mStyle
◆ mTitle
Title to display in file dialog.
The documentation for this struct was generated from the following files:
- platform/nativeDialogs/fileDialog.h
- platform/nativeDialogs/fileDialog.cc