21namespace sword {
class InstallSource; }
29sword::InstallSource
source(
const QString &name);
46std::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)