#include <htsearch.h>
Inheritance diagram for ht_search_dialog:
Public Member Functions | |
void | init (bounds *b, const char *title) |
virtual void | done () |
virtual void | handlemsg (htmsg *msg) |
void | insert_search_mode (int id, char *desc, ht_view *v) |
void | select_search_mode (int id) |
ht_view * | get_search_modeform () |
int | get_search_modeid () |
Public Attributes | |
ht_xgroup * | search_mode_xgroup |
Protected Member Functions | |
int | find_search_mode (int id) |
void | select_search_mode_bymodeidx () |
Protected Attributes | |
ht_listpopup * | search_mode_popup |
int | smodeidx |
int | smodecount |
ht_search_dialog_mode | smodes [MAX_SEARCH_DIALOG_MODES] |
|
Reimplemented from ht_dialog. Reimplemented in ht_replace_dialog. Definition at line 1321 of file htsearch.cc. References ht_dialog::done(). Referenced by search_dialog(), and text_search_dialog(). |
|
Definition at line 1326 of file htsearch.cc. References ht_search_dialog_mode::id, smodecount, and smodes. Referenced by select_search_mode(). |
|
Definition at line 1354 of file htsearch.cc. References smodeidx, and smodes. Referenced by replace_dialog(), search_dialog(), and text_search_dialog(). |
|
Definition at line 1349 of file htsearch.cc. References smodeidx, and smodes. Referenced by replace_dialog(), search_dialog(), and text_search_dialog(). |
|
Reimplemented from ht_dialog. Reimplemented in ht_replace_dialog. Definition at line 1336 of file htsearch.cc. References ht_view::databuf_get(), ht_dialog::handlemsg(), ht_listpopup_data, msg_keypressed, search_mode_popup, select_search_mode_bymodeidx(), and smodeidx. Referenced by ht_replace_dialog::handlemsg(). |
|
Definition at line 1286 of file htsearch.cc. References FS_KILLER, FS_MOVE, FS_TITLE, ht_xgroup::init(), ht_label::init(), ht_listpopup::init(), Object::init(), ht_window::insert(), MIN, search_mode_popup, search_mode_xgroup, smodecount, smodeidx, VIEW_DEBUG_NAME, and VO_SELECTABLE. Referenced by search_dialog(), and text_search_dialog(). |
|
Definition at line 1359 of file htsearch.cc. References ht_group::focus(), ht_group::insert(), ht_listpopup::insertstring(), MAX_SEARCH_DIALOG_MODES, search_mode_popup, search_mode_xgroup, smodecount, and smodes. Referenced by replace_dialog(), search_dialog(), and text_search_dialog(). |
|
Definition at line 1371 of file htsearch.cc. References find_search_mode(), select_search_mode_bymodeidx(), and smodeidx. Referenced by replace_dialog(), and search_dialog(). |
|
Definition at line 1380 of file htsearch.cc. References ht_view::databuf_set(), ht_group::focus(), ht_listpopup_data, msg_dirtyview, search_mode_popup, ht_view::sendmsg(), smodeidx, and smodes. Referenced by handlemsg(), and select_search_mode(). |
|
Definition at line 230 of file htsearch.h. Referenced by handlemsg(), init(), insert_search_mode(), and select_search_mode_bymodeidx(). |
|
Definition at line 239 of file htsearch.h. Referenced by init(), insert_search_mode(), replace_dialog(), search_dialog(), and text_search_dialog(). |
|
Definition at line 233 of file htsearch.h. Referenced by find_search_mode(), init(), and insert_search_mode(). |
|
Definition at line 232 of file htsearch.h. Referenced by get_search_modeform(), get_search_modeid(), handlemsg(), init(), select_search_mode(), and select_search_mode_bymodeidx(). |
|
Definition at line 234 of file htsearch.h. Referenced by find_search_mode(), get_search_modeform(), get_search_modeid(), insert_search_mode(), and select_search_mode_bymodeidx(). |