44 #include "private/qfactoryloader_p.h" 102 #ifndef QT_NO_QWS_DECORATION_DEFAULT 107 #ifndef QT_NO_QWS_DECORATION_WINDOWS 112 #ifndef QT_NO_QWS_DECORATION_STYLED 118 #ifndef QT_NO_LIBRARY 121 ret = factory->create(decoration);
136 #ifndef QT_NO_QWS_DECORATION_STYLED 139 #ifndef QT_NO_QWS_DECORATION_DEFAULT 142 #ifndef QT_NO_QWS_DECORATION_WINDOWS 146 #if !defined(Q_OS_WIN32) || defined(QT_MAKEDLL) 147 #ifndef QT_NO_LIBRARY 149 for (
int i = 0; i < plugins.
size(); ++i) {
151 list += plugins.
at(i);
153 #endif //QT_NO_LIBRARY #define QT_END_NAMESPACE
This macro expands to.
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
The QString class provides a Unicode character string.
#define QDecorationFactoryInterface_iid
The QDecoration class is a base class for window decorations in Qt for Embedded Linux.
static QStringList keys()
Returns the list of valid keys, i.e., the available decorations.
#define QT_BEGIN_NAMESPACE
This macro expands to.
const T & at(int i) const
Returns the item at index position i in the list.
The QStringList class provides a list of strings.
QBool contains(const QString &str, Qt::CaseSensitivity cs=Qt::CaseSensitive) const
Returns true if the list contains the string str; otherwise returns false.
static QDecoration * create(const QString &)
QString toLower() const Q_REQUIRED_RESULT
Returns a lowercase copy of the string.
int size() const
Returns the number of items in the list.
The QDecorationDefault class is a base class providing default window decorations.
#define Q_GLOBAL_STATIC_WITH_ARGS(TYPE, NAME, ARGS)
Declares a global static variable with the specified type and name.