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

(dacd0f457443b4f040a78870ebf51997fcbee722)

#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 58 of file qapplication_p.h.

Function Documentation

◆ qt_app_fonts_hash()

Q_WIDGETS_EXPORT FontHash * qt_app_fonts_hash ( )

Definition at line 353 of file qapplication.cpp.

Referenced by QMacStyle::drawControl(), QMacStyle::polish(), qt_aqua_get_known_size(), QMessageBox::setInformativeText(), and QMacStyle::subControlRect().

+ Here is the caller graph for this function:

◆ qt_qpa_set_cursor()

void qt_qpa_set_cursor ( QWidget * w,
bool force )
extern

Definition at line 5014 of file qwidget.cpp.

Referenced by QApplicationPrivate::dispatchEnterLeave(), QWidgetPrivate::setCursor_sys(), QWidgetPrivate::setEnabled_helper(), QWidgetPrivate::show_sys(), and QWidgetPrivate::unsetCursor_sys().

+ Here is the caller graph for this function:

Variable Documentation

◆ qt_clipboard

QClipboard* qt_clipboard
extern

◆ qt_is_tty_app