Class Documentation

Name:Clipboard
Version:1.0
ID:ID_CLIPBOARD
Status:Unspecified
Category:I/O
Date:July 2001
Author:Rocklyte Systems
Copyright:  Rocklyte Systems (c) 2001. All rights reserved.
Short:  The Clipboard class manages cut, copy and paste operations.



Description

This class is currently under development. Use at your own risk.

Actions

The Clipboard class supports the following actions:

DataChannel  This action can be used to place data in a clipboard.

Structure

The Clipboard object consists of the following public fields:

AudioLocation  Reflects the file location of audio clips.
ClipOrder  Readable field that defines the historical order of clips.
DataLocation  Reflects the file location of raw data clips.
FileLocation  Reflects the file location of file clips.
ImageLocation  Reflects the file location of image clips.
ObjectLocation  Reflects the file location of object clips.
TextLocation  Reflects the file location of text clips.
Action:DataChannel
Short:This action can be used to place data in a clipboard.

Data can be sent to a Clipboard object via the DataChannel action. Currently, only the DATA_TEXT type is supported. All data that is sent to a Clipboard object through this action will replace any stored information that matches the given data type.

 

Field:AudioLocation
Short:Reflects the file location of audio clips.
Type:STRING
Status:Read

 

Field:ClipOrder
Short:Readable field that defines the historical order of clips.
Type:BYTE *
Status:Read

 

Field:DataLocation
Short:Reflects the file location of raw data clips.
Type:STRING
Status:Read

 

Field:FileLocation
Short:Reflects the file location of file clips.
Type:STRING
Status:Read

 

Field:ImageLocation
Short:Reflects the file location of image clips.
Type:STRING
Status:Read

 

Field:ObjectLocation
Short:Reflects the file location of object clips.
Type:STRING
Status:Read

 

Field:TextLocation
Short:Reflects the file location of text clips.
Type:STRING
Status:Read