Entry Event

Fired once for each entry retrieved.

Syntax

class ODataEntryEventParams {
public:
  const QString &Id();
  const QString &Title();
  const QString &Summary();
  const QString &ETag();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Entry(ODataEntryEventParams *e);
// Or, subclass OData and override this emitter function. virtual int FireEntry(ODataEntryEventParams *e) {...}

Remarks

The Entry event is fired once for each entry found in the response.

The entry properties are provided through EntryProperties.

The entry links are provided through EntryLinks.

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