EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

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

Remarks

The StartPrefixMapping event is fired when entering the scope of a namespace declaration.

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