SecureBlackbox 2020 Qt Edition

Questions / Feedback?

ListEntry Event

Reports a directory listing entry to the application.

Syntax

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

Remarks

The class fires this event to report a directory listing entry to the application. FileName contains the entry name.

Use CurrentListEntry to access the details of the entry.

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