Qt 4.8
|
#include "qguiplatformplugin_p.h"
#include <qdebug.h>
#include <qfile.h>
#include <qdir.h>
#include <qsettings.h>
#include "private/qfactoryloader_p.h"
#include "qstylefactory.h"
#include "qapplication.h"
#include "qplatformdefs.h"
#include "qicon.h"
#include "qguifunctions_wince.h"
#include <private/qkde_p.h>
#include <private/qgtkstyle_p.h>
#include <private/qt_x11_p.h>
Go to the source code of this file.
Functions | |
QGuiPlatformPlugin * | qt_guiPlatformPlugin () |
Return (an construct if necesseray) the Gui Platform plugin. More... | |
bool | qt_wince_is_mobile () |
bool | qt_wince_is_pocket_pc () |
bool | qt_wince_is_smartphone () |
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().
bool qt_wince_is_mobile | ( | ) |
Definition at line 296 of file qguifunctions_wince.cpp.
bool qt_wince_is_pocket_pc | ( | ) |
Definition at line 289 of file qguifunctions_wince.cpp.
Referenced by QGuiPlatformPlugin::styleName().
bool qt_wince_is_smartphone | ( | ) |
Definition at line 293 of file qguifunctions_wince.cpp.
Referenced by QGuiPlatformPlugin::styleName().