![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
#include "standardnamfactory.h"
Public Types | |
typedef std::function< int()> | CacheSizeGetter_f |
Public Member Functions | |
StandardNAMFactory (const QString &subpath, CacheSizeGetter_f getter, QDeclarativeEngine *engine=nullptr) | |
QNetworkAccessManager * | create (QObject *) |
Definition at line 42 of file standardnamfactory.h.
typedef std::function<int ()> LeechCraft::Util::StandardNAMFactory::CacheSizeGetter_f |
Definition at line 46 of file standardnamfactory.h.
LeechCraft::Util::StandardNAMFactory::StandardNAMFactory | ( | const QString & | subpath, |
CacheSizeGetter_f | getter, | ||
QDeclarativeEngine * | engine = nullptr |
||
) |
Definition at line 39 of file standardnamfactory.cpp.
QNetworkAccessManager * LeechCraft::Util::StandardNAMFactory::create | ( | QObject * | parent | ) |
Definition at line 48 of file standardnamfactory.cpp.