#include <nprogresstypes.h>
Public Member Functions | |
| NProgressStateNumeric (long newCompleted=0, long newOutOf=-1) | |
| Initialises a new structure using the given values. | |
Public Attributes | |
| long | completed |
| The number of items that have already been completed. | |
| long | outOf |
| The expected total number of items, or -1 if this is not known. | |
|
||||||||||||
|
Initialises a new structure using the given values.
|
|
|
The number of items that have already been completed.
|
|
|
The expected total number of items, or -1 if this is not known.
|