Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

SampleClipboard Class Reference

A clipboard for cut and pasteing to and from a Sample. More...

#include <SampleClipboard.h>

List of all members.

Public Types

typedef Sample::iterator8 iterator
typedef Sample::data_t data_t

Public Methods

 SampleClipboard ()
 ~SampleClipboard ()
bool Cut (Sample& sample, iterator begin, iterator end)
 Copy the data from the sample and remove it.

bool Copy (iterator begin, iterator end)
 Copy the data given within the range begin..end to the clipboard.

bool Paste (Sample& sample, iterator out)
 Paste the stored data into the Sample starting at out.

bool HasData ()


Detailed Description

A clipboard for cut and pasteing to and from a Sample.

16 bit only. Use an adapter for 8 bit data.


The documentation for this class was generated from the following files:
Generated at Mon Nov 27 01:47:14 2000 for LibPenguinPlay by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000