class TNcdProgress |
Operation progress information. Progress is represented as two integer values: one defining the maximum progress value, and the other defining the current value. The maximum value stays (preferably) the same during an operation, while the current value is incremented during an operation, until it reaches the maximum value when the operation is complete.
Operation completion should not be determined using the progress values, the values are indicative only.
Public Member Functions | |
---|---|
TNcdProgress () | |
TNcdProgress ( TUint , TUint ) |
Public Attributes | |
---|---|
TUint | iMaxProgress |
TUint | iProgress |
IMPORT_C | TNcdProgress | ( | ) |
Default constructor.
Progress values are left uninitialized.
IMPORT_C | TNcdProgress | ( | TUint | aProgress, |
TUint | aMaxProgress | |||
) |
Constructor.
Initializes progress values with given parameters.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.