#include <htclipboard.h>
Inheritance diagram for ht_clipboard:
Public Member Functions | |
void | init () |
virtual void | done () |
virtual UINT | write (const void *buf, UINT size) |
void | clear () |
Public Attributes | |
ht_list * | copy_history |
dword | select_start |
dword | select_len |
|
Definition at line 65 of file htclipboard.cc. References app, copy_history, ht_list::destroy(), msg_file_changed, mt_broadcast, ht_view::sendmsg(), and ht_mem_file::truncate(). Referenced by clipboard_clear(). |
|
Reimplemented from ht_mem_file. Definition at line 58 of file htclipboard.cc. References copy_history, ht_list::destroy(), and ht_mem_file::done(). Referenced by done_clipboard(). |
|
Reimplemented from ht_mem_file. Definition at line 49 of file htclipboard.cc. References copy_history, FAM_READ, FAM_WRITE, ht_mem_file::init(), select_len, and select_start. Referenced by init_clipboard(). |
|
Reimplemented from ht_mem_file. Definition at line 79 of file htclipboard.cc. References app, buf, msg_file_changed, mt_broadcast, ht_view::sendmsg(), size, UINT, and ht_mem_file::write(). Referenced by clipboard_copy(). |
|
Definition at line 34 of file htclipboard.h. Referenced by clear(), clipboard_add_copy_history_entry(), done(), init(), and ht_clipboard_viewer::update_content(). |
|
Definition at line 35 of file htclipboard.h. Referenced by clipboard_copy(), clipboard_getsize(), clipboard_paste(), init(), ht_clipboard_viewer::selection_changed(), and ht_clipboard_viewer::update_content(). |
|
Definition at line 35 of file htclipboard.h. Referenced by clipboard_copy(), clipboard_paste(), init(), ht_clipboard_viewer::selection_changed(), and ht_clipboard_viewer::update_content(). |