#include <htdialog.h>
Inheritance diagram for ht_listpopup:
Public Member Functions | |
void | init (bounds *b) |
virtual void | done () |
virtual int | datasize () |
virtual void | draw () |
virtual vcp | gettextcolor () |
virtual void | getdata (ht_object_stream *s) |
virtual char * | gettext () |
virtual void | handlemsg (htmsg *msg) |
virtual void | setdata (ht_object_stream *s) |
void | insertstring (char *string) |
Protected Member Functions | |
int | run_listpopup () |
Protected Attributes | |
ht_listpopup_dialog * | listpopup |
|
Reimplemented from ht_view. Definition at line 2578 of file htdialog.cc. References ht_listpopup_dialog::datasize(), and listpopup. |
|
Reimplemented from ht_statictext. Definition at line 2570 of file htdialog.cc. References ht_view::done(), ht_listpopup_dialog::done(), and listpopup. |
|
Reimplemented from ht_statictext. Definition at line 2583 of file htdialog.cc. References ht_view::buf_printchar(), CHAR_ARROW_DOWN, ht_statictext::draw(), and gettextcolor(). |
|
Reimplemented from ht_view. Definition at line 2595 of file htdialog.cc. References ht_listpopup_dialog::getdata(), and listpopup. |
|
Reimplemented from ht_statictext. Definition at line 2600 of file htdialog.cc. References ht_view::databuf_get(), and listpopup. |
|
Reimplemented from ht_statictext. Definition at line 2589 of file htdialog.cc. References ht_view::getcolor(), palidx_generic_input_focused, palidx_generic_input_selected, and vcp. Referenced by draw(). |
|
Reimplemented from ht_view. Definition at line 2607 of file htdialog.cc. References clearmsg(), ht_view::databuf_get(), ht_view::databuf_set(), ht_view::handlemsg(), K_Down, K_Up, listpopup, msg_keypressed, run_listpopup(), ht_listpopup_dialog::select_next(), and ht_listpopup_dialog::select_prev(). |
|
Definition at line 2555 of file htdialog.cc. References align_left, ht_listpopup_dialog::init(), Object::init(), listpopup, ht_view::setoptions(), VIEW_DEBUG_NAME, and VO_SELECTABLE. Referenced by file_open_dialog(), ht_replace_dialog::init(), ht_search_dialog::init(), and ht_blockop_dialog::init(). |
|
Definition at line 2645 of file htdialog.cc. References ht_listpopup_dialog::insertstring(), listpopup, and string. Referenced by file_open_dialog(), ht_blockop_dialog::init(), ht_replace_dialog::insert_replace_mode(), and ht_search_dialog::insert_search_mode(). |
|
Definition at line 2636 of file htdialog.cc. References listpopup, ht_view::relocate_to(), ht_dialog::run(), and ht_view::unrelocate_to(). Referenced by handlemsg(). |
|
Reimplemented from ht_view. Definition at line 2650 of file htdialog.cc. References listpopup, and ht_listpopup_dialog::setdata(). |
|
Definition at line 486 of file htdialog.h. Referenced by datasize(), done(), getdata(), gettext(), handlemsg(), init(), insertstring(), run_listpopup(), and setdata(). |