IPWorks Encrypt 2020 Qt Edition

Questions / Feedback?

Status Event

Provides information about the current operation.

Syntax

class XMLEncryptStatusEventParams {
public:
  const QString &Message();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Status(XMLEncryptStatusEventParams *e);
// Or, subclass XMLEncrypt and override this emitter function. virtual int FireStatus(XMLEncryptStatusEventParams *e) {...}

Remarks

The event is fired for informational and logging purposes only. It may be used to track the progress of an operation.

The level of detail is controlled by the LogLevel setting.

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