- Percent = Current*100.0/Total;
- Update();
-}
- /*}}}*/
-// OpProgress::SubProgress - Set the sub progress state /*{{{*/
-// ---------------------------------------------------------------------
-/* */
-void OpProgress::SubProgress(unsigned long SubTotal,string Op)
-{
- this->SubTotal = SubTotal;
- SubOp = Op;
- Percent = Current*100.0/Total;