|
ACF $AcfVersion:0$
|
#include <CCumulatedProgressManagerBase.h>
Public Member Functions | |
| TaskBase (CCumulatedProgressManagerBase *parentPtr, const TaskInfo &taskInfo, double weight, bool isCancelable) | |
| virtual | ~TaskBase () |
| void | StopLogging () |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Protected Attributes | |
| CCumulatedProgressManagerBase * | m_parentPtr |
Definition at line 96 of file CCumulatedProgressManagerBase.h.
| ibase::CCumulatedProgressManagerBase::TaskBase::TaskBase | ( | CCumulatedProgressManagerBase * | parentPtr, |
| const TaskInfo & | taskInfo, | ||
| double | weight, | ||
| bool | isCancelable | ||
| ) |
|
virtual |
| void ibase::CCumulatedProgressManagerBase::TaskBase::StopLogging | ( | ) |
|
protected |
Definition at line 105 of file CCumulatedProgressManagerBase.h.