#include <Clipboard.h>
Classes | |
| class | Finalizer |
Public Member Functions | |
| Clipboard (void) | |
| ~Clipboard (void) | |
| bool | SetString (const cl7::string_type &text) |
| cl7::string_type | GetString () |
| fl7::Clipboard::Clipboard | ( | void | ) | [inline] |
Default constructor.
| fl7::Clipboard::~Clipboard | ( | void | ) | [inline] |
Destructor.
| cl7::string_type fl7::Clipboard::GetString | ( | ) |
Extracts a string from the clipboard.
| bool fl7::Clipboard::SetString | ( | const cl7::string_type & | text | ) |
Copies a string to the clipboard.
1.7.1