#include <htdialog.h>
Inheritance diagram for ht_hexinputfield:
Public Member Functions | |
void | init (bounds *b, int maxtextlen) |
virtual void | done () |
virtual void | draw () |
virtual void | handlemsg (htmsg *msg) |
virtual void | receivefocus () |
void | setnibble (byte a) |
Protected Member Functions | |
void | correct_viewpoint () |
Protected Attributes | |
int | nib |
|
Definition at line 1065 of file htdialog.cc. Referenced by handlemsg(), receivefocus(), and setnibble(). |
|
Reimplemented from ht_inputfield. Definition at line 1060 of file htdialog.cc. References ht_inputfield::done(). |
|
Reimplemented from ht_view. Definition at line 1071 of file htdialog.cc. References ht_view::buf_lprint(), ht_view::buf_print(), cm_normal, cm_overwrite, ht_view::fill(), ht_view::getcolor(), nib, palidx_generic_input_clip, palidx_generic_input_focused, palidx_generic_input_unfocused, and ht_view::setcursor(). |
|
Reimplemented from ht_view. Definition at line 1108 of file htdialog.cc. References clearmsg(), correct_viewpoint(), ht_view::dirtyview(), ht_view::handlemsg(), K_Backspace, K_Delete, K_Down, K_End, K_Home, K_Insert, K_Left, K_Right, K_Up, msg_keypressed, nib, and setnibble(). |
|
Definition at line 1052 of file htdialog.cc. References Object::init(), nib, and VIEW_DEBUG_NAME. Referenced by ht_replace_hexascii_search_form::init(), and ht_hexascii_search_form::init(). |
|
Reimplemented from ht_view. Definition at line 1219 of file htdialog.cc. References correct_viewpoint(), nib, and ht_view::receivefocus(). |
|
Definition at line 1228 of file htdialog.cc. References correct_viewpoint(), ht_inputfield::insertbyte(), and nib. Referenced by handlemsg(). |
|
Definition at line 210 of file htdialog.h. Referenced by draw(), handlemsg(), init(), receivefocus(), and setnibble(). |