|
ClipboardItemConstHandle | get_item (long long sandbox=-1) |
|
ClipboardItemHandle | get_item (size_t width, size_t height, Core::DataType data_type, long long sandbox=-1) |
|
void | create_sandbox (long long sandbox_id) |
|
bool | delete_sandbox (long long sandbox_id) |
|
|
class | ClipboardUndoBufferItem |
|
void Seg3D::Clipboard::create_sandbox |
( |
long long |
sandbox_id | ) |
|
CREATE_SANDBOX: Create a sandbox with specified ID.
bool Seg3D::Clipboard::delete_sandbox |
( |
long long |
sandbox_id | ) |
|
DELETE_SANDBOX: Delete a sandbox.
ClipboardItemConstHandle Seg3D::Clipboard::get_item |
( |
long long |
sandbox = -1 | ) |
|
GET_ITEM: Get the current item stored at slot index.
ClipboardItemHandle Seg3D::Clipboard::get_item |
( |
size_t |
width, |
|
|
size_t |
height, |
|
|
Core::DataType |
data_type, |
|
|
long long |
sandbox = -1 |
|
) |
| |
GET_ITEM: Create a new item with the specified width, height, and data type at the slot index, and return a handle to it.
The documentation for this class was generated from the following files:
- Application/Clipboard/Clipboard.h
- Application/Clipboard/Clipboard.cc