|
ARB
|
#include <arb_handlers.h>

Public Attributes | |
| arb_status_type | type |
| void(* | openstatus )(const char *title) |
| void(* | closestatus )() |
| void(* | set_title )(const char *title) |
| void(* | set_subtitle )(const char *title) |
| void(* | set_gauge )(double gauge) |
| bool(* | user_abort )() |
Definition at line 27 of file arb_handlers.h.
| arb_status_type arb_status_implementation::type |
Definition at line 28 of file arb_handlers.h.
Definition at line 29 of file arb_handlers.h.
| void(* arb_status_implementation::closestatus)() |
Definition at line 30 of file arb_handlers.h.
Definition at line 31 of file arb_handlers.h.
Definition at line 32 of file arb_handlers.h.
| void(* arb_status_implementation::set_gauge)(double gauge) |
Definition at line 33 of file arb_handlers.h.
| bool(* arb_status_implementation::user_abort)() |
Definition at line 34 of file arb_handlers.h.
Referenced by ArbProgress::nestable::aborted().
1.8.8