OpenFileDialog

Engine/source/platform/nativeDialogs/fileDialog.h

More...

Public User Defined

bool

Field Values.

bool

Corresponds to the FDS_MULTIPLEFILES flag on the PlatformFileDlgData structure.

Private Types

Parent 

Public Static Functions

Protected Static Functions

const char *
getMultipleFiles(void * obj, const char * data)
const char *
getMustExist(void * obj, const char * data)
bool
setMultipleFiles(void * object, const char * index, const char * data)

Multiple Files Property.

bool
setMustExist(void * object, const char * index, const char * data)

Must Exist Property.

Detailed Description

Public User Defined

bool mMustExist 

Field Values.

Corresponds to FDS_MUSTEXIST flag on the PlatformFileDlgData structure

bool mMultipleFiles 

Corresponds to the FDS_MULTIPLEFILES flag on the PlatformFileDlgData structure.

Private Types

typedef FileDialog Parent 

Public Functions

OpenFileDialog()

~OpenFileDialog()

DECLARE_CONOBJECT(OpenFileDialog )

Public Static Functions

initPersistFields()

Protected Static Functions

getMultipleFiles(void * obj, const char * data)

getMustExist(void * obj, const char * data)

setMultipleFiles(void * object, const char * index, const char * data)

Multiple Files Property.

setMustExist(void * object, const char * index, const char * data)

Must Exist Property.