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

(71471cce344768a5e3250fbba3ac5d3c40fb61bc)

#include <QtQuick/private/qquickpalette_p.h>
#include <QtQuick/private/qquickabstractpaletteprovider_p.h>
#include <QtGui/qwindow.h>
#include <QtQml/private/qlazilyallocated_p.h>
+ Include dependency graph for qquickpaletteproviderprivatebase_p.h:

Go to the source code of this file.

Classes

class  QQuickPaletteProviderPrivateBase< I, Impl >
 
struct  dependent_false< T >
 

Functions

template<class Window >
constexpr bool isRootWindow ()
 
template<class Impl , class I >
decltype(auto) getPrivateImpl (I &t)
 
template<class T >
decltype(auto) getPrivate (T &item)
 
template<class I >
const QQuickItemrootItem (const I &item)
 

Function Documentation

◆ getPrivate()

template<class T >
decltype(auto) getPrivate ( T & item)

Definition at line 231 of file qquickpaletteproviderprivatebase_p.h.

References item.

Referenced by QQuickPaletteProviderPrivateBase< I, Impl >::parentPalette(), and QQuickPaletteProviderPrivateBase< I, Impl >::updateChildrenPalettes().

+ Here is the caller graph for this function:

◆ getPrivateImpl()

template<class Impl , class I >
decltype(auto) getPrivateImpl ( I & t)

Definition at line 228 of file qquickpaletteproviderprivatebase_p.h.

◆ isRootWindow()

template<class Window >
constexpr bool isRootWindow ( )
inlineconstexpr

Definition at line 203 of file qquickpaletteproviderprivatebase_p.h.

◆ rootItem()

template<class I >
const QQuickItem * rootItem ( const I & item)

Definition at line 281 of file qquickpaletteproviderprivatebase_p.h.

References item.

Referenced by QGraphicsItemPrivate::clearSubFocus(), clickableItemAtPosition(), QQmlDebugTranslationServicePrivate::sendStateList(), QQmlDebugTranslationServicePrivate::setState(), QGraphicsItemPrivate::setSubFocus(), and QQuickPaletteProviderPrivateBase< I, Impl >::updateChildrenPalettes().

+ Here is the caller graph for this function: