Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

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:

VCF::CommonFileDialog VCF::CommonDialog VCF::Component VCF::ObjectWithCallbacks VCF::Object List of all members.

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

VCF::CommonFileSaveDialog::CommonFileSaveDialog Control owner = NULL,
const String startDir = ""
 

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.

virtual VCF::CommonFileSaveDialog::~CommonFileSaveDialog  )  [virtual]
 


Member Function Documentation

virtual bool VCF::CommonFileSaveDialog::execute  )  [virtual]
 

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:
   Comments or Suggestions?    License Information