Sayonara Player
Loading...
Searching...
No Matches
Util::ArchiveExtractor Class Referenceabstract

Public Member Functions

 ArchiveExtractor (const ArchiveExtractor &other)=delete
 ArchiveExtractor (ArchiveExtractor &&other)=delete
ArchiveExtractoroperator= (const ArchiveExtractor &other)=delete
ArchiveExtractoroperator= (ArchiveExtractor &&other)=delete
virtual QStringList extractArchive (const QString &filename, const QString &targetDir)=0
virtual QStringList supportedArchives () const =0
bool isSupportedArchive (const QString &filename) const

Static Public Member Functions

static std::shared_ptr< ArchiveExtractorcreate ()