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
qquickcontrol.cpp File Reference

(bb7ba7667b4cf3565aa1849d08cc71b9ac011e77)

#include "qquickcontrol_p.h"
#include "qquickcontrol_p_p.h"
#include <QtGui/qstylehints.h>
#include <QtGui/qguiapplication.h>
#include "qquicklabel_p.h"
#include "qquicklabel_p_p.h"
#include "qquicktextarea_p.h"
#include "qquicktextarea_p_p.h"
#include "qquicktextfield_p.h"
#include "qquicktextfield_p_p.h"
#include "qquickpopup_p.h"
#include "qquickpopupitem_p_p.h"
#include "qquickapplicationwindow_p.h"
#include "qquickdeferredexecute_p_p.h"
#include "qquickcontentitem_p.h"
#include "moc_qquickcontrol_p.cpp"
+ Include dependency graph for qquickcontrol.cpp:

Go to the source code of this file.

Functions

static bool isKeyFocusReason (Qt::FocusReason reason)
 
static QString contentItemName ()
 

Function Documentation

◆ contentItemName()

static QString contentItemName ( )
inlinestatic

Definition at line 726 of file qquickcontrol.cpp.

References QStringLiteral.

Referenced by QQuickControlPrivate::cancelContentItem(), QQuickPopupItemPrivate::cancelContentItem(), QQuickControlPrivate::executeContentItem(), and QQuickPopupItemPrivate::executeContentItem().

+ Here is the caller graph for this function:

◆ isKeyFocusReason()

static bool isKeyFocusReason ( Qt::FocusReason reason)
static

Definition at line 118 of file qquickcontrol.cpp.

References Qt::BacktabFocusReason, Qt::ShortcutFocusReason, and Qt::TabFocusReason.

Referenced by QQuickControl::focusInEvent(), QQuickControl::focusOutEvent(), QQuickControl::hasVisualFocus(), QQuickControl::itemChange(), and QQuickControl::setFocusReason().

+ Here is the caller graph for this function: