26#ifndef TGUI_CLIPBOARD_HPP 
   27#define TGUI_CLIPBOARD_HPP 
   30#include <TGUI/Config.hpp> 
   31#include <SFML/System/String.hpp> 
   32#include <SFML/Window/WindowHandle.hpp> 
   49        static sf::String 
get();
 
   58        static void set(
const sf::String& contents);
 
   60#if SFML_VERSION_MAJOR == 2 && SFML_VERSION_MINOR < 5 
   67        static void setWindowHandle(
const sf::WindowHandle& windowHandle);
 
   73        static sf::String m_contents;
 
   74        static sf::WindowHandle m_windowHandle;
 
   75        static bool m_isWindowHandleSet;
 
Definition: Clipboard.hpp:41
 
static void set(const sf::String &contents)
Changes the contents of the clipboard.
 
static sf::String get()
Returns the contents of the clipboard.
 
Namespace that contains all TGUI functions and classes.
Definition: AbsoluteOrRelativeValue.hpp:37