125 void SetStepWeighting(plUInt32 uiStep,
float fWeight);
132 bool BeginNextStep(
plStringView sStepDisplayText, plUInt32 uiNumSteps = 1);
135 bool SetCompletion(
double fCompletionFactor);
138 bool WasCanceled()
const;
144 float GetStepWeight(plUInt32 uiStep)
const;
145 void ComputeCurStepBaseAndRange(
double& out_base,
double& out_range);
150 plInt32 m_iCurrentStep = 0;
155 bool m_bAllowCancel =
false;
156 double m_fPercentageBase = 0.0;
157 double m_fPercentageRange = 0.0;
158 double m_fWeightedCompletion = 0.0;
159 double m_fSummedWeight = 0.0;
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34