MAXFileSaveDialog Class Reference
 
 
 
MAXFileSaveDialog Class Reference

#include <maxapi.h>

Inheritance diagram for MAXFileSaveDialog:
MaxHeapOperators

Class Description

See also:
Class Interface.

Description:
This class allows a custom file save dialog to be used. This object is set using the method Interface::SetMAXFileSaveDlg().

Public Member Functions

virtual  ~MAXFileSaveDialog ()
virtual BOOL  BrowseMAXFileSave (MSTR &fileName)=0

Constructor & Destructor Documentation

virtual ~MAXFileSaveDialog ( ) [inline, virtual]
Remarks:
Destructor.
{}

Member Function Documentation

virtual BOOL BrowseMAXFileSave ( MSTR fileName ) [pure virtual]
Remarks:
This method is called to bring up the custom file save dialog. It request a file name from the user and stores the result in fileName.
Parameters:
MSTR& fileName

Set this to the file name choosen by the user.
Returns:
TRUE if the user OKed the dialog; FALSE on cancel.