| 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
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. |
Show | Displays the Open File dialog. This variation is for selecting a single document and takes a array of document types and additional flags. |
Show | Displays 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. |
Show | Displays the Open File dialog. This variation is for selecting a single document and takes a array of document types. |
Show | Displays the Open File dialog. This variation is for selecting a single document and takes one document type. |
Show | Displays the Open File dialog. This variation is for selecting a single document and takes one document type and additional flags. |