SecureBlackbox 2020 Qt Edition

Questions / Feedback?

Progress Event

Reports the progress of the data transfer operation.

Syntax

class IMAPClientProgressEventParams {
public:
  qint64 Total();
  qint64 Current();
  bool Cancel();
  void SetCancel(bool bCancel);
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Progress(IMAPClientProgressEventParams *e);
// Or, subclass IMAPClient and override this emitter function. virtual int FireProgress(IMAPClientProgressEventParams *e) {...}

Remarks

The class fires this event repeatedly to report the progress of the data transfer operation.

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