Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwidgetplatform_p.h File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

#include <QtCore/qdebug.h>
#include <QtCore/qcoreapplication.h>
#include <QtGui/qpa/qplatformtheme.h>
#include <QtGui/qpa/qplatformdialoghelper.h>
#include <QtGui/qpa/qplatformsystemtrayicon.h>
#include <QtGui/qpa/qplatformmenu.h>
+ Include dependency graph for qwidgetplatform_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QWidgetPlatform
 

Typedefs

typedef QPlatformMenuItem QWidgetPlatformMenuItem
 
typedef QPlatformColorDialogHelper QWidgetPlatformColorDialog
 
typedef QPlatformFileDialogHelper QWidgetPlatformFileDialog
 
typedef QPlatformFontDialogHelper QWidgetPlatformFontDialog
 
typedef QPlatformMessageDialogHelper QWidgetPlatformMessageDialog
 
typedef QPlatformSystemTrayIcon QWidgetPlatformSystemTrayIcon
 

Functions

static bool QWidgetPlatform::isAvailable (const char *type)
 
template<typename T >
static T * QWidgetPlatform::createWidget (const char *name, QObject *parent)
 
static QPlatformMenuQWidgetPlatform::createMenu (QObject *parent=nullptr)
 
static QPlatformMenuItemQWidgetPlatform::createMenuItem (QObject *parent=nullptr)
 
static QPlatformSystemTrayIconQWidgetPlatform::createSystemTrayIcon (QObject *parent=nullptr)
 
static QPlatformDialogHelperQWidgetPlatform::createDialog (QPlatformTheme::DialogType type, QObject *parent=nullptr)
 

Variables

QT_BEGIN_NAMESPACE typedef QPlatformMenu QWidgetPlatformMenu
 

Typedef Documentation

◆ QWidgetPlatformColorDialog

typedef QPlatformColorDialogHelper QWidgetPlatformColorDialog

Definition at line 53 of file qwidgetplatform_p.h.

◆ QWidgetPlatformFileDialog

typedef QPlatformFileDialogHelper QWidgetPlatformFileDialog

Definition at line 54 of file qwidgetplatform_p.h.

◆ QWidgetPlatformFontDialog

typedef QPlatformFontDialogHelper QWidgetPlatformFontDialog

Definition at line 55 of file qwidgetplatform_p.h.

◆ QWidgetPlatformMenuItem

typedef QPlatformMenuItem QWidgetPlatformMenuItem

Definition at line 52 of file qwidgetplatform_p.h.

◆ QWidgetPlatformMessageDialog

typedef QPlatformMessageDialogHelper QWidgetPlatformMessageDialog

Definition at line 56 of file qwidgetplatform_p.h.

◆ QWidgetPlatformSystemTrayIcon

typedef QPlatformSystemTrayIcon QWidgetPlatformSystemTrayIcon

Definition at line 57 of file qwidgetplatform_p.h.

Variable Documentation

◆ QWidgetPlatformMenu