Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
FX_Folder Class Referenceabstract

#include <fx_folder.h>

+ Inheritance diagram for FX_Folder:
+ Collaboration diagram for FX_Folder:

Public Member Functions

virtual ~FX_Folder ()=default
 
virtual bool GetNextFile (ByteString *filename, bool *bFolder)=0
 

Static Public Member Functions

static std::unique_ptr< FX_FolderOpenFolder (const ByteString &path)
 

Detailed Description

Definition at line 14 of file fx_folder.h.

Constructor & Destructor Documentation

◆ ~FX_Folder()

virtual FX_Folder::~FX_Folder ( )
virtualdefault

Member Function Documentation

◆ GetNextFile()

virtual bool FX_Folder::GetNextFile ( ByteString * filename,
bool * bFolder )
pure virtual

◆ OpenFolder()

std::unique_ptr< FX_Folder > FX_Folder::OpenFolder ( const ByteString & path)
static

Definition at line 37 of file fx_folder_posix.cpp.

References fxcrt::ByteString::c_str().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: