Q3ViewerPaste
You can use theQ3ViewerPastefunction to handle the Paste editing command when applied to data previously cut or copied from a viewer object.
OSErr Q3ViewerPaste (TQ3ViewerObject theViewer);
theViewer- A viewer object.
DESCRIPTION
TheQ3ViewerPastefunction pastes 3D data from the Clipboard into the viewer object specified by thetheViewerparameter. You should callQ3ViewerPastewhen the user chooses the Paste command in your application's Edit menu (or types the appropriate keyboard equivalent) and the data on the Clipboard was placed there by a previous call toQ3ViewerCutorQ3ViewerCopy.SEE ALSO
To determine whether the data on the Clipboard is 3D data or not, you can use theQ3ViewerGetStatefunction (page 2-27).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help