StartPrefixMapping Event

Fired when entering the scope of a namespace declaration.

Syntax

class OfficeDocStartPrefixMappingEventParams {
public:
  const QString &Prefix();
  const QString &URI();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void StartPrefixMapping(OfficeDocStartPrefixMappingEventParams *e);
// Or, subclass OfficeDoc and override this emitter function. virtual int FireStartPrefixMapping(OfficeDocStartPrefixMappingEventParams *e) {...}

Remarks

The EndPrefixMapping event is fired when leaving the scope of a namespace declaration.

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