Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwidgetplatform_p.h File Reference

(d2812dd08346c1ccaf1af7a1ff90916f159b0323)

#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

QT_BEGIN_NAMESPACE typedef QPlatformMenu QWidgetPlatformMenu

Definition at line 51 of file qwidgetplatform_p.h.