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

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

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

◆ getPrivateImpl()

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

Definition at line 229 of file qquickpaletteproviderprivatebase_p.h.

◆ isRootWindow()

template<class Window>
bool isRootWindow ( )
inlineconstexpr

Definition at line 204 of file qquickpaletteproviderprivatebase_p.h.

◆ rootItem()

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

Definition at line 282 of file qquickpaletteproviderprivatebase_p.h.