Progress Event

Fired whenever data is being transferred between the localhost and RemoteHost .

Syntax

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

Remarks

The 'PercentDone' parameter shows which portion of the file has already been transferred.

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