#include <htclipboard.h>
Inheritance diagram for ht_clipboard_viewer:
Public Member Functions | |
void | init (bounds *b, char *desc, int caps, ht_clipboard *clipboard, ht_format_group *format_group) |
virtual void | draw () |
virtual void | handlemsg (htmsg *msg) |
virtual void | pselect_add (FILEOFS start, FILEOFS end) |
virtual void | pselect_set (FILEOFS start, FILEOFS end) |
void | update_content () |
Protected Member Functions | |
void | get_pindicator_str (char *buf) |
void | selection_changed () |
Protected Attributes | |
UINT | lastwritecount |
UINT | lastentrycount |
|
Reimplemented from ht_uformat_viewer. Definition at line 103 of file htclipboard.cc. References ht_uformat_viewer::draw(), and update_content(). |
|
Reimplemented from ht_format_viewer. Definition at line 170 of file htclipboard.cc. References buf, ht_uformat_viewer::edit(), FILEOFS, ht_uformat_viewer::get_current_offset(), ht_snprintf(), and ht_uformat_viewer::pselect_get(). |
|
Reimplemented from ht_uformat_viewer. Definition at line 109 of file htclipboard.cc. References clearmsg(), clipboard, ht_view::dirtyview(), ht_uformat_viewer::handlemsg(), and msg_file_changed. |
|
Definition at line 93 of file htclipboard.cc. References clipboard, Object::init(), lastentrycount, SEARCHMODE_BIN, SEARCHMODE_EVALSTR, SEARCHMODE_EXPR, and update_content(). Referenced by ht_app::create_window_clipboard(). |
|
Reimplemented from ht_uformat_viewer. Definition at line 121 of file htclipboard.cc. References FILEOFS, ht_uformat_viewer::pselect_add(), and selection_changed(). |
|
Reimplemented from ht_uformat_viewer. Definition at line 127 of file htclipboard.cc. References FILEOFS, ht_uformat_viewer::pselect_set(), and selection_changed(). Referenced by update_content(). |
|
Definition at line 133 of file htclipboard.cc. References clipboard, FILEOFS, ht_uformat_viewer::pselect_get(), ht_clipboard::select_len, and ht_clipboard::select_start. Referenced by pselect_add(), and pselect_set(). |
|
|
Definition at line 52 of file htclipboard.h. Referenced by init(), and update_content(). |
|
Definition at line 51 of file htclipboard.h. |