17 #include <QStringList>
21 namespace sword {
class InstallSource; }
29 sword::InstallSource
source(
const QString &name);
46 std::unique_ptr<CSwordBackend>
backend(sword::InstallSource
const & is);
The backend layer main class, a backend implementation of Sword.
bool isRemote(const sword::InstallSource &source)
bool deleteSource(const QString &name)
bool addSource(sword::InstallSource &source)
sword::InstallSource source(const QString &name)
QStringList sourceNameList()
std::unique_ptr< CSwordBackend > backend(sword::InstallSource const &is)