ARB
|
Go to the source code of this file.
Functions | |
void | aw_status_title (const char *text) |
void | aw_status_subtitle (const char *text) |
void | aw_status_gauge (double gauge) |
bool | aw_status_aborted () |
void | aw_openstatus (const char *title) |
void | aw_closestatus () |
void | aw_clear_message_cb (AW_window *aww) |
void aw_status_title | ( | const char * | text | ) |
Definition at line 1097 of file AW_status.cxx.
References AW_STATUS_CMD_NEW_TITLE, and status_write_cmd_and_text().
void aw_status_subtitle | ( | const char * | text | ) |
Definition at line 1100 of file AW_status.cxx.
References AW_STATUS_CMD_TEXT, and status_write_cmd_and_text().
void aw_status_gauge | ( | double | gauge | ) |
Definition at line 1104 of file AW_status.cxx.
References aw_assert, AW_GAUGE_GRANULARITY, AW_STATUS_CMD_GAUGE, aw_status_write(), aw_stg_struct::fd_to, and safe_write().
bool aw_status_aborted | ( | ) |
Definition at line 1118 of file AW_status.cxx.
References AW_STATUS_ABORT, aw_status_read_command(), aw_stg_struct::fd_from, aw_stg_struct::mode, NULp, ARB_timestamp::sec_since(), and ARB_timestamp::update().
void aw_openstatus | ( | const char * | title | ) |
Definition at line 1084 of file AW_status.cxx.
References AW_STATUS_CMD_INIT, AW_STATUS_CMD_OPEN, AW_STATUS_OK, aw_status_write(), aw_stg_struct::fd_to, aw_stg_struct::mode, aw_stg_struct::status_initialized, and status_write_cmd_and_text().
void aw_closestatus | ( | ) |
Definition at line 1093 of file AW_status.cxx.
References AW_STATUS_CMD_CLOSE, aw_status_write(), and aw_stg_struct::fd_to.
void aw_clear_message_cb | ( | AW_window * | aww | ) |
Definition at line 914 of file AW_status.cxx.
References AW_MESSAGE_LINES, AW_root::awar(), AWAR_ERROR_MESSAGES, AW_window::get_root(), aw_stg_struct::lines, and AW_awar::write_string().
Referenced by aw_clear_and_hide_message_cb(), aw_initstatus(), ED4_zoom_message_window(), and ED4_root::generate_window().