44 #include "private/qfactoryloader_p.h" 64 #if defined (QT_GRAPHICSSYSTEM_OPENGL) 68 #elif defined (QT_GRAPHICSSYSTEM_OPENVG) && !defined(Q_CC_NOKIAX86) 72 #elif defined (QT_GRAPHICSSYSTEM_RUNTIME) 76 #elif defined (QT_GRAPHICSSYSTEM_RASTER) && !defined(Q_WS_WIN) && !defined(Q_OS_SYMBIAN) || defined(Q_WS_X11) 92 ret = factory->create(system);
97 qWarning() <<
"Unable to load graphicssystem" << system;
110 #ifndef QT_NO_LIBRARY #define QT_END_NAMESPACE
This macro expands to.
static QStringList keys()
Returns the list of valid keys, i.e.
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
The QString class provides a Unicode character string.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static QGraphicsSystem * create(const QString &)
bool isEmpty() const
Returns true if the string has no characters; otherwise returns false.
The QStringList class provides a list of strings.
Q_CORE_EXPORT void qWarning(const char *,...)
The QLatin1String class provides a thin wrapper around an US-ASCII/Latin-1 encoded string literal...
QBool contains(const QString &str, Qt::CaseSensitivity cs=Qt::CaseSensitive) const
Returns true if the list contains the string str; otherwise returns false.
QString toLower() const Q_REQUIRED_RESULT
Returns a lowercase copy of the string.
#define QGraphicsSystemFactoryInterface_iid
Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader,(QGraphicsSystemFactoryInterface_iid, QLatin1String("/graphicssystems"), Qt::CaseInsensitive)) QGraphicsSystem *QGraphicsSystemFactory