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

(5e8b586b985ed28282454a8103698b905ae70a75)

#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 233 of file qquickpaletteproviderprivatebase_p.h.

◆ getPrivateImpl()

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

Definition at line 230 of file qquickpaletteproviderprivatebase_p.h.

◆ isRootWindow()

template<class Window>
bool isRootWindow ( )
inlineconstexpr

Definition at line 205 of file qquickpaletteproviderprivatebase_p.h.

◆ rootItem()

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

Definition at line 283 of file qquickpaletteproviderprivatebase_p.h.