MQSaveFileDialog class

(new in Rev4.00)

MQSaveFileDialog is a class for a selection of a file to be loaded. It inherits a MQFileDialogBase class.

Class
MQSaveFileDialog Constructor
~MQSaveFileDialog Destructor
Member functions
Execute Open a file dialog

MQSaveFileDialog::MQSaveFileDialog(MQWindowBase& parent);

parent
A parent window

It is a constructor.


virtual MQSaveFileDialog::~MQSaveFileDialog();

This method is a destructor. It is defined as a virtual function.


bool MQSaveFileDialog::Execute();

Return value
Whether a file was selected or not

It opens a file dialog to input a filename for a user.

It returns 'true' when the user inputted a filename, and it returns 'false' when the user canceled. When true is returned, the filename can be got by MQFileDialogBase::GetFileName().