tbx  0.7.6
Public Member Functions | List of all members
tbx::ClipboardFormatListener Class Referenceabstract

Listener for the response to check_format(s) More...

#include <clipboard.h>

Public Member Functions

virtual void clipboard_format_available (int file_type)=0
 Called after a check_format method with the first format found. More...
 
virtual void clipboard_empty ()
 Called if there is no data on the global clipboard.
 

Detailed Description

Listener for the response to check_format(s)

Member Function Documentation

◆ clipboard_format_available()

virtual void tbx::ClipboardFormatListener::clipboard_format_available ( int  file_type)
pure virtual

Called after a check_format method with the first format found.

Parameters
file_typefile type found. This may be the native format of the clipboard owning application rather than one that was asked for.

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