BeginFile Event

Fired before a file is processed.

Syntax

class GzipBeginFileEventParams {
public:
  int Index();
  bool Skip();
  void SetSkip(bool bSkip);
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void BeginFile(GzipBeginFileEventParams *e);
// Or, subclass Gzip and override this emitter function. virtual int FireBeginFile(GzipBeginFileEventParams *e) {...}

Remarks

BeginFile is fired before compression or decompression begins. Index will contain 0.

You may use the Skip parameter to tell the class to skip the file when appending or decompressing.

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