IPWorks OpenPGP 2020 Qt Edition

Questions / Feedback?

Progress Event

Fired as progress is made.

Syntax

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

Remarks

This event is fired automatically as data is processed by the class.

The PercentProcessed parameter indicates the current status of the operation.

The BytesProcessed parameter holds the total number of bytes processed so far.

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