VCF::CommonFileSaveDialog Class Reference
This class is used to display a common or standard file save dialog. More...
#include <vcf/ApplicationKit/CommonFileSaveDialog.h>
Inheritance diagram for VCF::CommonFileSaveDialog:

Public Member Functions | |
| CommonFileSaveDialog (Control *owner=NULL, const String &startDir="") | |
| Creates a file save dialog. | |
| virtual | ~CommonFileSaveDialog () |
| virtual bool | execute () |
| opens the dialog used to choose the filename used to save the file. | |
Detailed Description
This class is used to display a common or standard file save dialog.
Constructor & Destructor Documentation
|
||||||||||||
|
Creates a file save dialog. If the owner is NULL then the dialog is non modal. If the owner is not NULL then the dialog is modal relative to the control that started it. For most cases you do not want to pass in a NULL owner. You can also specify the directory to start in. |
|
|
|
Member Function Documentation
|
|
opens the dialog used to choose the filename used to save the file.
Implements VCF::CommonDialog. |
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/CommonFileSaveDialog.h
