Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Progress Management

Progress reports during long calculations. More...

Classes

class  NProgress
 An object through which external interfaces can obtain progress reports when running long calculations. More...

class  NProgressFinished
 A progress report that immediately claims it is finished. More...

class  NProgressManager
 Manages the sharing of an NProgress object between reading and writing threads. More...

class  NProgressMessage
 A progress report in which the current state of progress is stored as a string message. More...

struct  NProgressStateNumeric
 A simple structure used for passing around a numeric state of progress. More...

class  NProgressNumber
 A progress report in which the current state of progress is stored as a number of items completed. More...


Detailed Description

Progress reports during long calculations.


Copyright © 1999-2004, Ben Burton
This software is released under the GNU General Public License.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@debian.org).