SecureBlackbox 2020 Qt Edition

Questions / Feedback?

ListEntry Event

Passes the next directory listing entry to the application.

Syntax

class WebDAVClientListEntryEventParams {
public:
  const QString &Filename();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void ListEntry(WebDAVClientListEntryEventParams *e);
// Or, subclass WebDAVClient and override this emitter function. virtual int FireListEntry(WebDAVClientListEntryEventParams *e) {...}

Remarks

The class fires this event repeatedly to pass the whole list of directory entries received in response to a ListDir call to the application. For each entry, FileName contains the received directory entry name, and CurrentListEntry populates all the details.

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