SoWinClipboard Class |
Supports copy/paste for Open Inventor using the Windows clipboard.
Namespace: OIV.Inventor.Win
The SoWinClipboard type exposes the following members.
Name | Description | |
---|---|---|
SoWinClipboard | Constructor. |
Name | Description | |
---|---|---|
Copy(SoNode, SbTime) | Copies the passed scene graph object (node, path, or pathlist) to the clipboard using the current clipboard format. | |
Copy(SoPath, SbTime) | Copies the passed path to the clipboard using the current clipboard format. | |
Copy(SoPathList, SbTime) | Copies the passed pathlist to the clipboard using the current clipboard format. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Paste | This requests data from the clipboard in the current clipboard format. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class manages data transfers for copy and paste to and from the Windows clipboard. Transfers may occur within the same window, from one window to another window, and from process to process.
Clipboard support is currently strictly text. The copy type cbFormat will be forced to CF_TEXT, no matter what, if anything, is specified in the second argument of the constructor.