EvalEntity Event

Fired every time an entity needs to be evaluated.

Syntax

class OfficeDocEvalEntityEventParams {
public:
  const QString &Entity();
  const QString &Value();
  void SetValue(const QString &qsValue);
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void EvalEntity(OfficeDocEvalEntityEventParams *e);
// Or, subclass OfficeDoc and override this emitter function. virtual int FireEvalEntity(OfficeDocEvalEntityEventParams *e) {...}

Remarks

The Value parameter contains a suggested value for the entity (normally the entity name itself). You may set Value to a value of your choice, which will be later passed into the text stream.

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