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... | |
class | NProgressNumber |
A progress report in which the current state of progress is stored as a number of items completed. More... | |
struct | NProgressStateNumeric |
A simple structure used for passing around a numeric state of progress. More... |