#include <CXWindowsClipboardHTMLConverter.h>
Inherits IXWindowsClipboardConverter.
Inheritance diagram for CXWindowsClipboardHTMLConverter:
Public Member Functions | |
CXWindowsClipboardHTMLConverter (Display *display, const char *name) | |
virtual IClipboard::EFormat | getFormat () const |
Get clipboard format. | |
virtual Atom | getAtom () const |
Get X11 format atom. | |
virtual int | getDataSize () const |
Get X11 property datum size. | |
virtual CString | fromIClipboard (const CString &) const |
Convert from IClipboard format. | |
virtual CString | toIClipboard (const CString &) const |
Convert to IClipboard format. |
Definition at line 21 of file CXWindowsClipboardHTMLConverter.h.
|
Definition at line 22 of file CXWindowsClipboardHTMLConverter.cpp. |
|
Convert from IClipboard format. Convert from the IClipboard format to the X selection format. The input data must be in the IClipboard format returned by getFormat(). The return data will be in the X selection format returned by getAtom(). Implements IXWindowsClipboardConverter. Definition at line 53 of file CXWindowsClipboardHTMLConverter.cpp. References CUnicode::UTF8ToUTF16(). |
|
Get X11 format atom. Return the atom representing the X selection format that this object converts from/to. Implements IXWindowsClipboardConverter. Definition at line 41 of file CXWindowsClipboardHTMLConverter.cpp. |
|
Get X11 property datum size. Return the size (in bits) of data elements returned by toIClipboard(). Implements IXWindowsClipboardConverter. Definition at line 47 of file CXWindowsClipboardHTMLConverter.cpp. |
|
Get clipboard format. Return the clipboard format this object converts from/to. Implements IXWindowsClipboardConverter. Definition at line 35 of file CXWindowsClipboardHTMLConverter.cpp. |
|
Convert to IClipboard format. Convert from the X selection format to the IClipboard format (i.e., the reverse of fromIClipboard()). Implements IXWindowsClipboardConverter. Definition at line 59 of file CXWindowsClipboardHTMLConverter.cpp. References CUnicode::UTF16ToUTF8(). |