#include <htdialog.h>
Inheritance diagram for ht_history_listbox:
Public Member Functions | |
void | init (bounds *b, ht_list *hist) |
virtual int | calcCount () |
virtual void * | getFirst () |
virtual void * | getLast () |
virtual void * | getNext (void *entry) |
virtual void * | getPrev (void *entry) |
virtual char * | getStr (int col, void *entry) |
virtual void | handlemsg (htmsg *msg) |
virtual void * | quickfind (char *s) |
virtual char * | quickfindCompletition (char *s) |
|
Implements ht_listbox. Definition at line 433 of file htdialog.cc. References ht_list::count(). |
|
Implements ht_listbox. Definition at line 438 of file htdialog.cc. References ht_list::count(), and NULL. Referenced by quickfind(), and quickfindCompletition(). |
|
Implements ht_listbox. Definition at line 447 of file htdialog.cc. References ht_list::count(), and NULL. |
|
Implements ht_listbox. Definition at line 456 of file htdialog.cc. References ht_list::count(), NULL, and UINT. Referenced by quickfind(), and quickfindCompletition(). |
|
Implements ht_listbox. Definition at line 467 of file htdialog.cc. |
|
Implements ht_listbox. Definition at line 477 of file htdialog.cc. References ht_list::get(). Referenced by quickfind(), and quickfindCompletition(). |
|
Reimplemented from ht_listbox. Definition at line 482 of file htdialog.cc. References clearmsg(), ht_listbox::cursorDown(), ht_listbox::cursorUp(), ht_list::del(), ht_view::dirtyview(), ht_listbox::handlemsg(), K_Delete, msg_keypressed, and ht_listbox::update(). |
|
Definition at line 427 of file htdialog.cc. References Object::init(). |
|
Implements ht_listbox. Definition at line 503 of file htdialog.cc. References getFirst(), getNext(), getStr(), and ht_strncmp(). |
|
Reimplemented from ht_listbox. Definition at line 513 of file htdialog.cc. References getFirst(), getNext(), getStr(), ht_strdup(), ht_strncmp(), NULL, and strccomm(). |