|
| Clipboard () |
| Default constructor. More...
|
|
| ~Clipboard () |
| Destructor. More...
|
|
sf::String | get () |
| Returns the contents of the clipboard. More...
|
|
void | set (const sf::String &contents) |
| Changes the contents of the clipboard. More...
|
|
void | setWindowHandle (const sf::WindowHandle &windowHandle) |
| Sets the window handle which is needed to access the system clipboard on windows. More...
|
|
tgui::Clipboard::Clipboard |
( |
| ) |
|
tgui::Clipboard::~Clipboard |
( |
| ) |
|
sf::String tgui::Clipboard::get |
( |
| ) |
|
Returns the contents of the clipboard.
- Returns
- Contents of the clipboard
void tgui::Clipboard::set |
( |
const sf::String & |
contents | ) |
|
Changes the contents of the clipboard.
- Parameters
-
contents | New contents of the clipboard |
void tgui::Clipboard::setWindowHandle |
( |
const sf::WindowHandle & |
windowHandle | ) |
|
Sets the window handle which is needed to access the system clipboard on windows.
- Parameters
-
windowHandle | Handle to the window |
The documentation for this class was generated from the following file: