ARB
|
Public Member Functions | |
null_progress () | |
SmartPtr< nestable > | create_child_progress (const char *, SINT overall_count, const weightable &speed_) OVERRIDE |
void | set_text (int, const char *) OVERRIDE |
void | update_gauge (double) OVERRIDE |
Public Member Functions inherited from ArbProgress::nestable | |
virtual | ~nestable () |
bool | this_or_recent_is_weighted () const |
bool | aborted () const |
virtual void | dump () const |
void | child_sets_text (int level, const char *text) |
void | allow_title_reuse () |
void | update_parent_gauge (double gauge) |
void | child_terminated () |
void | initial_update () |
void | force_update () |
void | inc () |
void | inc_by (SINT count) |
void | inc_to (SINT x) |
void | inc_to_avoid_overflow (SINT x) |
void | done () |
void | auto_subtitles (const char *prefix) |
bool | owns (const counter *pwnd) const |
bool | is_correct_owner () const |
Additional Inherited Members | |
Static Public Member Functions inherited from ArbProgress::nestable | |
static SmartPtr< nestable > | create (const char *title, SINT overall_count, const double *phase1_fraction) |
static SmartPtr< nestable > | create_suppressor () |
static bool | have_weighted_progress () |
static void | show_comment (const char *comment) |
Protected Member Functions inherited from ArbProgress::nestable | |
virtual SmartPtr< nestable > | create_child_progress (const char *title, SINT overall_count, const weightable &speed_)=0 |
nestable (counter *counter_, bool has_title_, const weightable &speed_) | |
Protected Attributes inherited from ArbProgress::nestable | |
char * | name |
bool | has_title |
counter * | cntr |
weightable | speed |
Static Protected Attributes inherited from ArbProgress::nestable | |
static nestable * | recent = NULp |
static arb_status_implementation * | impl = NULp |
Definition at line 329 of file arb_progress.cxx.
|
inlineexplicit |
Definition at line 336 of file arb_progress.cxx.
References DUMP_AS.
|
inline |
Definition at line 342 of file arb_progress.cxx.
Implements ArbProgress::nestable.
Definition at line 345 of file arb_progress.cxx.
|
inlinevirtual |
Implements ArbProgress::nestable.
Definition at line 346 of file arb_progress.cxx.
References arb_assert.