DirList Event

Fires for each entry returned in a directory listing.

Syntax

class WebDAVDirListEventParams {
public:
  const QString &ResourceURI();
  const QString &DisplayName();
  const QString &ContentLanguage();
  const QString &ContentLength();
  const QString &ContentType();
  const QString &LastModified();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void DirList(WebDAVDirListEventParams *e);
// Or, subclass WebDAV and override this emitter function. virtual int FireDirList(WebDAVDirListEventParams *e) {...}

Remarks

The DirList event is fired when a directory listing is received as a response to ListDirectory.

The StartTransfer and EndTransfer events mark the beginning and end of the event stream.

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