#include "featurefactory.h"#include <QByteArray>#include <QCoreApplication>#include <QDebug>#include <QDir>#include <QHash>#include <QLibrary>#include <QString>#include <cstring>#include "stlfeaturefactoryplugin.h"#include "stlfeatureinterface.h"#include "stlfeaturewrapper.h"Namespaces | |
| namespace | std |
Functions | |
| bool | tryLoadStlFeatureLibrary (const QString &fileName) |
| bool | tryLoadJavaFeatureLibrary (const QString &fileName, JavaVM *jvm) |
Variables | |
| static QHash< QLibrary *, StlFeatureFactoryPlugin * > | s_stlPlugins |
| static QHash< QByteArray, StlFeatureFactoryPlugin * > | s_lowerKeyToStlPlugin |
| static bool | s_needsKeysRefresh = true |
| bool tryLoadJavaFeatureLibrary | ( | const QString & | fileName, | |
| JavaVM * | jvm | |||
| ) |
Alg:
1. Searches inside the
| bool tryLoadStlFeatureLibrary | ( | const QString & | fileName | ) |
QHash<QByteArray, StlFeatureFactoryPlugin*> s_lowerKeyToStlPlugin [static] |
bool s_needsKeysRefresh = true [static] |
QHash<QLibrary*, StlFeatureFactoryPlugin*> s_stlPlugins [static] |
1.5.2