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
qapplication_p.h File Reference

(f0b1caafd8dcc74b7771ee1c451587218075136a)

#include <QtWidgets/private/qtwidgetsglobal_p.h>
#include "QtWidgets/qapplication.h"
#include "QtGui/qevent.h"
#include "QtGui/qfont.h"
#include "QtGui/qcursor.h"
#include "QtGui/qregion.h"
#include "QtGui/qwindow.h"
#include "qwidget.h"
#include <qpa/qplatformnativeinterface.h>
#include "QtCore/qmutex.h"
#include "QtCore/qtranslator.h"
#include "QtCore/qbasictimer.h"
#include "QtCore/qhash.h"
#include "QtCore/qpointer.h"
#include "private/qcoreapplication_p.h"
#include "QtCore/qpoint.h"
#include <QTime>
#include <qpa/qwindowsysteminterface.h>
#include <qpa/qwindowsysteminterface_p.h>
#include <qpa/qplatformintegration.h>
#include "private/qguiapplication_p.h"
Include dependency graph for qapplication_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QApplicationPrivate

Typedefs

typedef QHash< QByteArray, QFontFontHash

Functions

Q_WIDGETS_EXPORT FontHashqt_app_fonts_hash ()
void qt_qpa_set_cursor (QWidget *w, bool force)

Variables

Q_GUI_EXPORT bool qt_is_tty_app
QClipboardqt_clipboard

Typedef Documentation

◆ FontHash

Definition at line 59 of file qapplication_p.h.

Function Documentation

◆ qt_app_fonts_hash()

Q_WIDGETS_EXPORT FontHash * qt_app_fonts_hash ( )

Definition at line 358 of file qapplication.cpp.

◆ qt_qpa_set_cursor()

void qt_qpa_set_cursor ( QWidget * w,
bool force )
extern

Definition at line 5073 of file qwidget.cpp.

Variable Documentation

◆ qt_clipboard

QClipboard* qt_clipboard
extern

◆ qt_is_tty_app

Q_GUI_EXPORT bool qt_is_tty_app
extern

Definition at line 129 of file qguiapplication.cpp.

Referenced by qt_defaultDpiX(), and qt_defaultDpiY().