r3fsave

r3fsave

Class

real/windows/r3fsave.h

Library

r3win

Description:

File/Save As window class.

See Also

oops/r3window.h

Super Class

r3Window

R3CLID_WINDOW

JavaScript

r3Filesave

Class Identifier

R3CLID_FILESAVE - 17

Methods

FILE, ADDFORMAT, REGISTERGADGET,

Attributes

R3SAVEM_FILE

Method

FILE

Identifier

R3SAVEM_FILE

JavaScript

obj.FILE();

Description

Used internally for mapchanges.

R3SAVEM_ADDFORMAT

Method

ADDFORMAT

Identifier

R3SAVEM_ADDFORMAT

JavaScript

obj.ADDFORMAT();

Description

used internally for enumerating installed file formats

R3CSAVEM_REGISTERGADGET

Method

REGISTERGADGET

Identifier

R3CSAVEM_REGISTERGADGET

Param 1:

R3INT, class id of the file format

Param 2:

R3INT, class id of the model

Param 3:

R3INT, class id for the gadget

JavaScript

obj.REGISTERGADGET(p1, p2, p3);

Description

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'.

Tags

Tags

R3FSAVEA_UpdateThumbnailObj
R3FSAVEA_UpdateThumbnailMth
R3FSAVEA_FormatClid