IPWorks S/MIME 2020 Qt Edition

Questions / Feedback?

Progress Event

Shows the progress of decoding/encoding the input data.

Syntax

class MIMEProgressEventParams {
public:
  int PercentDone();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Progress(MIMEProgressEventParams *e);
// Or, subclass MIME and override this emitter function. virtual int FireProgress(MIMEProgressEventParams *e) {...}

Remarks

The Progress allows the user to visualize the progress of processing the input data.

The PercentDone parameter shows what percentage of the input has been read.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 Qt Edition - Version 20.0 [Build 8154]