#include "common.h"
#include "htdata.h"
#include "htobj.h"
Go to the source code of this file.
Typedefs | |
typedef bool(* | process_func )(Object *context, ht_text *progress_indicator) |
Functions | |
bool | execute_process (process_func pp, Object *context) |
|
Definition at line 28 of file process.h. Referenced by execute_process(), and execute_process_bg(). |
|
Definition at line 27 of file process.cc. References ht_window::done(), get_std_progress_indicator_metrics(), ht_getkey(), ht_keypressed(), ht_progress_indicator::init(), K_Escape, msg_draw, process_func, screen, ht_view::sendmsg(), screendrawbuf::show(), and ht_progress_indicator::text. Referenced by blockop_dialog(), linear_bin_search(), linear_expr_search(), and replace_dialog(). |