size_t Seg3D::ClipboardItem::buffer_size |
( |
| ) |
const |
BUFFER_SIZE: Returns the number of bytes in the buffer.
ClipboardItemHandle Seg3D::ClipboardItem::clone |
( |
| ) |
const |
CLONE: Make a copy of the item.
const void * Seg3D::ClipboardItem::get_buffer |
( |
| ) |
const |
GET_BUFFER: Returns the pointer to the buffer of the clipboard item.
void * Seg3D::ClipboardItem::get_buffer |
( |
| ) |
|
GET_BUFFER: Returns the pointer to the buffer of the clipboard item.
Core::DataType Seg3D::ClipboardItem::get_data_type |
( |
| ) |
const |
GET_DATA_TYPE: Returns the actual data type of the buffer.
size_t Seg3D::ClipboardItem::get_height |
( |
| ) |
const |
GET_HEIGHT: Returns the height of the buffer.
ProvenanceID Seg3D::ClipboardItem::get_provenance_id |
( |
| ) |
const |
GET_PROVENANCE_ID: Get the provenance ID of the clipboard item.
size_t Seg3D::ClipboardItem::get_width |
( |
| ) |
const |
GET_WIDTH: Returns the width of the buffer.
void Seg3D::ClipboardItem::set_provenance_id |
( |
const ProvenanceID & |
pid | ) |
|
SET_PROVENANCE_ID: Set the provenance ID of the clipboard item.
The documentation for this class was generated from the following files:
- Application/Clipboard/ClipboardItem.h
- Application/Clipboard/ClipboardItem.cc