Molybden API
Loading...
Searching...
No Matches
molybden::Clipboard Class Referenceabstract

Allows to access the system clipboard. More...

#include <clipboard.hpp>

Public Member Functions

virtual std::shared_ptr< Appapp ()=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.
 

Detailed Description

Allows to access the system clipboard.


The documentation for this class was generated from the following file: