Sayonara Player
|
Public Member Functions | |
ArchiveExtractor (const ArchiveExtractor &other)=delete | |
ArchiveExtractor (ArchiveExtractor &&other)=delete | |
ArchiveExtractor & | operator= (const ArchiveExtractor &other)=delete |
ArchiveExtractor & | operator= (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< ArchiveExtractor > | create () |