EndFile Event

Fired after a file is processed.

Syntax

class Bzip2EndFileEventParams {
public:
  int Index();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void EndFile(Bzip2EndFileEventParams *e);
// Or, subclass Bzip2 and override this emitter function. virtual int FireEndFile(Bzip2EndFileEventParams *e) {...}

Remarks

EndFile is fired when compression or decompression finishes. Index will contain 0.

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