#include <MyGUI_ClipboardManager.h>
Definition at line 20 of file MyGUI_ClipboardManager.h.
◆ ClipboardManager()
MyGUI::ClipboardManager::ClipboardManager |
( |
| ) |
|
◆ clearClipboardData()
void MyGUI::ClipboardManager::clearClipboardData |
( |
const std::string & |
_type | ) |
|
◆ getClipboardData()
std::string MyGUI::ClipboardManager::getClipboardData |
( |
const std::string & |
_type | ) |
|
◆ initialise()
void MyGUI::ClipboardManager::initialise |
( |
| ) |
|
◆ setClipboardData()
void MyGUI::ClipboardManager::setClipboardData |
( |
const std::string & |
_type, |
|
|
const std::string & |
_data |
|
) |
| |
Set current data in clipboard and trigger eventClipboardChanged. To be used by widgets.
- Parameters
-
_type | of data (for example "Text") |
_data | |
Definition at line 58 of file MyGUI_ClipboardManager.cpp.
◆ shutdown()
void MyGUI::ClipboardManager::shutdown |
( |
| ) |
|
◆ eventClipboardChanged
delegates::CMultiDelegate2<const std::string&, const std::string&> MyGUI::ClipboardManager::eventClipboardChanged |
Event : Clipboard content was changed via setClipboardData.
signature : void method(const std::string& _type, const std::string& _data)
- Parameters
-
_type | of data (for example "Text") |
_data | |
Definition at line 51 of file MyGUI_ClipboardManager.h.
◆ eventClipboardRequested
delegates::CMultiDelegate2<const std::string&, std::string&> MyGUI::ClipboardManager::eventClipboardRequested |
Event : The content of the clipboard is being requested via getClipboardData.
Delegates of this event can modify the _data argument in-place to change the data returned by getClipboardData. signature : void method(const std::string& _type, std::string& _data)
- Parameters
-
_type | of data (for example "Text") |
_data | |
Definition at line 59 of file MyGUI_ClipboardManager.h.
The documentation for this class was generated from the following files: