21 #ifndef __ctkAbstractLibraryFactory_h 22 #define __ctkAbstractLibraryFactory_h 27 #include <QStringList> 34 template<
typename BaseClassType>
40 #if QT_VERSION < 0x50000 80 template<
typename BaseClassType>
89 virtual bool isValidFile(
const QFileInfo& file)
const;
96 #include "ctkAbstractLibraryFactory.tpp" bool resolve()
Resolve symbols.
void setSymbols(const QStringList &symbols)
Set list of required symbols.
QHash< QString, SymbolAddressType >::iterator Iterator
void setLoadHints(QLibrary::LoadHints hints)
Set lookup hints for symbol resolution. See QLibrary documentation.
SymbolAddressType symbolAddress(const QString &symbol) const
Get symbol address.
QHash< QString, SymbolAddressType > ResolvedSymbols
QHash< QString, SymbolAddressType >::const_iterator ConstIterator