Einhugur Framework for C++

OpenFileDialog Class

A class to display Open File dialog.

All functions in this class are static so they can be used with or without constructing a instance of this class.

FileDialog
   OpenFileDialog

class OpenFileDialog

Constructors

OpenFileDialogThe default constructor.

Methods

Release (Inherited)Decreases reference count by one and deletes the object if the reference count reached zero.
Retain (Inherited)Increases the reference count by one.
ShowDisplays the Open File dialog. This variation is for selecting a single document and takes a array of document types and additional flags.
ShowDisplays the Open File dialog. This variation is for selecting a single or multiple documents it and takes a array of document types as well as additional flags.
ShowDisplays the Open File dialog. This variation is for selecting a single document and takes a array of document types.
ShowDisplays the Open File dialog. This variation is for selecting a single document and takes one document type.
ShowDisplays the Open File dialog. This variation is for selecting a single document and takes one document type and additional flags.