|
MōBrowser API
|
Allows to access the system clipboard. More...
#include <clipboard.hpp>
Public Member Functions | |
| virtual std::shared_ptr< App > | app ()=0 |
| Returns the current application. | |
| virtual std::vector< std::shared_ptr< ClipboardData > > | read ()=0 |
| Reads the system clipboard data. | |
| virtual void | write (std::shared_ptr< ClipboardData > data)=0 |
| Writes the given data to the system clipboard. | |
| virtual void | write (std::vector< std::shared_ptr< ClipboardData > > data)=0 |
| Writes the given list of data to the system clipboard. | |
| virtual void | clear ()=0 |
| Clears the system clipboard. | |
Allows to access the system clipboard.