Qt 4.8
|
#include <QtCore/qplugin.h>
#include <QtCore/qfactoryinterface.h>
#include <QtGui/qdialog.h>
Go to the source code of this file.
Classes | |
class | QGuiPlatformPlugin |
struct | QGuiPlatformPluginInterface |
Macros | |
#define | QGuiPlatformPluginInterface_iid "com.nokia.qt.QGuiPlatformPluginInterface" |
Functions | |
QGuiPlatformPlugin * | qt_guiPlatformPlugin () |
Return (an construct if necesseray) the Gui Platform plugin. More... | |
#define QGuiPlatformPluginInterface_iid "com.nokia.qt.QGuiPlatformPluginInterface" |
Definition at line 77 of file qguiplatformplugin_p.h.
Referenced by qt_guiPlatformPlugin().
QGuiPlatformPlugin* qt_guiPlatformPlugin | ( | ) |
Return (an construct if necesseray) the Gui Platform plugin.
The plugin key to be loaded is inside the QT_PLATFORM_PLUGIN environment variable. If it is not set, it will be the DESKTOP_SESSION on X11.
If no plugin can be loaded, the default one is returned.
Definition at line 82 of file qguiplatformplugin.cpp.
Referenced by QGuiPlatformPlugin::colorDialogSetCurrentColor(), QApplicationPrivate::desktopStyleKey(), QIconLoader::ensureInitialized(), QFileIconProvider::icon(), QCommonStyle::pixelMetric(), QFileDialogPrivate::rootPath(), QColorDialog::setCurrentColor(), QColorDialog::setVisible(), QCommonStyle::styleHint(), QIconLoader::themeSearchPaths(), QIconLoader::updateSystemTheme(), QApplicationPrivate::x11_apply_settings(), and QColorDialog::~QColorDialog().