Abstracts the system clipboard. More...
Public Member Functions | |
virtual | ~Clipboard () |
virtual void | copy (nkMemory::StringView text)=0 |
virtual void | copy (nkWinUi::Image *image)=0 |
Abstracts the system clipboard.
|
virtual |
Destructor.
|
pure virtual |
Copies text into the clipboard.
text | The text to copy into the clipboard. |
|
pure virtual |
Copies an image into the clipboard.
image | The image to copy into the clipboard. |