View Issue Details

IDProjectCategoryView StatusLast Update
0003477NoesisGUIC++ SDKpublic2024-07-10 11:43
ReporterSimon. Assigned Tojsantos  
PrioritynormalSeverityfeature 
Status assignedResolutionopen 
Product Version3.2 
Summary0003477: Expose Clipboard API
Description

I was wondering if there is any reason the Noesis clipboard API (Clipboard::Set & Clipboard::Get) is not exposed, since these two functions do not have the NS_GUI_CORE_API macro? It would make things a lot easier if we could utilize this existing API and would not have to implement it ourselves.

PlatformAny

Activities

jsantos

jsantos

2024-07-09 18:39

manager   ~0009777

Clipboard.h is a private header (it is not included in the standard Include folder) and it is not supposed to be used externally.

You can copy the implementation for now, we have plans to expose callbacks to implement clipboard externally, using IntegrationAPI.h

Why would you need to use our implementation of clipboard Get and Set?

Simon.

Simon.

2024-07-10 11:43

reporter   ~0009786

Why would you need to use our implementation of clipboard Get and Set?

Mostly because we want to build some UI components that need to utilize the clipboard as well, and we currently do not have a custom clipboard implementation available. I will follow your advice and copy the clipboard implementation for now.

Issue History

Date Modified Username Field Change
2024-07-09 11:00 Simon. New Issue
2024-07-09 11:00 Simon. Tag Attached: C++
2024-07-09 18:36 jsantos Assigned To => jsantos
2024-07-09 18:36 jsantos Status new => assigned
2024-07-09 18:39 jsantos Note Added: 0009777
2024-07-09 18:39 jsantos Status assigned => feedback
2024-07-10 11:43 Simon. Note Added: 0009786
2024-07-10 11:43 Simon. Status feedback => assigned