7#ifndef MYGUI_CLIPBOARD_MANAGER_H_
8#define MYGUI_CLIPBOARD_MANAGER_H_
18 class WindowsClipboardHandler;
33 void setClipboardData(
const std::string& _type,
const std::string& _data);
38 void clearClipboardData(
const std::string& _type);
43 std::string getClipboardData(
const std::string& _type)
const;
64#if MYGUI_PLATFORM == MYGUI_PLATFORM_WIN32
65 WindowsClipboardHandler* mWindowsClipboardHandler;
#define MYGUI_SINGLETON_DECLARATION(ClassName)
delegates::CMultiDelegate2< const std::string &, std::string & > eventClipboardRequested
delegates::CMultiDelegate2< const std::string &, const std::string & > eventClipboardChanged
std::map< std::string, std::string > MapString