#include <htdialog.h>
Inheritance diagram for ht_listbox_title:
Public Member Functions | |
void | init (bounds *b) |
virtual void | done () |
virtual void | draw () |
virtual vcp | getTextColor () |
void | setText (int cols,...) |
void | setTextv (int cols, va_list arguments) |
void | update () |
Public Attributes | |
ht_listbox * | listbox |
Protected Member Functions | |
virtual char * | defaultpalette () |
Protected Attributes | |
char ** | texts |
int | cols |
|
Reimplemented from ht_view. Definition at line 1355 of file htdialog.cc. References palkey_generic_dialog_default. |
|
Reimplemented from ht_view. Definition at line 1344 of file htdialog.cc. References cols, ht_view::done(), and texts. |
|
Reimplemented from ht_view. Definition at line 1360 of file htdialog.cc. References ht_view::buf_lprint(), ht_view::buf_printchar(), CHAR_LINEV, ht_view::clear(), cols, getTextColor(), listbox, texts, vcp, ht_listbox::widths, and ht_listbox::x. |
|
Definition at line 1378 of file htdialog.cc. References ht_view::getcolor(), palidx_generic_body, and vcp. Referenced by draw(). |
|
Definition at line 1335 of file htdialog.cc. References cols, GMH_FIT, GMV_FIT, Object::init(), listbox, MK_GM, NULL, texts, and VO_RESIZE. Referenced by dialog_assemble(), ht_aviewer::showSymbols(), ht_aviewer::showXRefs(), and srt_x86(). |
|
Definition at line 1383 of file htdialog.cc. References setTextv(). Referenced by dialog_assemble(), ht_aviewer::showSymbols(), ht_aviewer::showXRefs(), and srt_x86(). |
|
Definition at line 1392 of file htdialog.cc. References cols, ht_strdup(), malloc(), NULL, texts, and update(). Referenced by setText(). |
|
Definition at line 1410 of file htdialog.cc. References cols, listbox, texts, and ht_listbox::widths. Referenced by ht_listbox::attachTitle(), ht_listbox::draw(), setTextv(), and ht_listbox::update(). |
|
Definition at line 261 of file htdialog.h. Referenced by done(), draw(), init(), setTextv(), and update(). |
|
Definition at line 258 of file htdialog.h. Referenced by ht_listbox::attachTitle(), draw(), init(), and update(). |
|
Definition at line 260 of file htdialog.h. Referenced by done(), draw(), init(), setTextv(), and update(). |