ARB
Public Member Functions | List of all members
null_progress Class Reference
Inheritance diagram for null_progress:
Inheritance graph
[legend]
Collaboration diagram for null_progress:
Collaboration graph
[legend]

Public Member Functions

 null_progress ()
 
SmartPtr< nestablecreate_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< nestablecreate (const char *title, SINT overall_count, const double *phase1_fraction)
 
static SmartPtr< nestablecreate_suppressor ()
 
static bool have_weighted_progress ()
 
static void show_comment (const char *comment)
 
- Protected Member Functions inherited from ArbProgress::nestable
virtual SmartPtr< nestablecreate_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
charname
 
bool has_title
 
countercntr
 
weightable speed
 
- Static Protected Attributes inherited from ArbProgress::nestable
static nestablerecent = NULp
 
static arb_status_implementationimpl = NULp
 

Detailed Description

Definition at line 329 of file arb_progress.cxx.

Constructor & Destructor Documentation

null_progress::null_progress ( )
inlineexplicit

Definition at line 336 of file arb_progress.cxx.

References DUMP_AS.

Member Function Documentation

SmartPtr<nestable> null_progress::create_child_progress ( const char ,
SINT  overall_count,
const weightable speed_ 
)
inline

Definition at line 342 of file arb_progress.cxx.

void null_progress::set_text ( int  ,
const char  
)
inlinevirtual

Implements ArbProgress::nestable.

Definition at line 345 of file arb_progress.cxx.

void null_progress::update_gauge ( double  )
inlinevirtual

Implements ArbProgress::nestable.

Definition at line 346 of file arb_progress.cxx.

References arb_assert.


The documentation for this class was generated from the following file: