#include <SampleClipboard.h>
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 () |
16 bit only. Use an adapter for 8 bit data.
1.2.3 written by Dimitri van Heesch,
© 1997-2000