r3fsave
real/windows/r3fsave.h
r3win
File/Save As window class.
r3Window
R3CLID_WINDOW
r3Filesave
R3CLID_FILESAVE - 17
R3SAVEM_FILE
FILE
R3SAVEM_FILE
obj.FILE();
Used internally for mapchanges.
R3SAVEM_ADDFORMAT
ADDFORMAT
R3SAVEM_ADDFORMAT
obj.ADDFORMAT();
used internally for enumerating installed file formats
R3CSAVEM_REGISTERGADGET
REGISTERGADGET
R3CSAVEM_REGISTERGADGET
R3INT, class id of the file format
R3INT, class id of the model
R3INT, class id for the gadget
obj.REGISTERGADGET(p1, p2, p3);
Register file format specific model and gadget. When the user selects the filer format in question, the corresponding gadget is automatically shown in the 'Save As' window. The model is passed to export method in 'p1'.