Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qquickpaletteproviderprivatebase_p.h File Reference
#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)