#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 | ) |
|
◆ getClassTypeName()
static const char * MyGUI::ClipboardManager::getClassTypeName |
( |
| ) |
|
|
static |
◆ getClipboardData()
std::string MyGUI::ClipboardManager::getClipboardData |
( |
const std::string & |
_type | ) |
const |
◆ getInstance()
◆ getInstancePtr()
◆ 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
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
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: