GroupSearch Event

Fired for each line of group search data (during group searches).

Syntax

class NNTPGroupSearchEventParams {
public:
  qint64 ArticleNumber();
  const QString &Header();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void GroupSearch(NNTPGroupSearchEventParams *e);
// Or, subclass NNTP and override this emitter function. virtual int FireGroupSearch(NNTPGroupSearchEventParams *e) {...}

Remarks

ArticleNumber contains the number of the article within the group.

Header contains the matching header.

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