![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtQuick/private/qquickpalette_p.h>
#include <QtQuick/private/qquickabstractpaletteprovider_p.h>
#include <QtGui/qwindow.h>
#include <QtQml/private/qlazilyallocated_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 QQuickItem * | rootItem (const I &item) |
decltype(auto) getPrivate | ( | T & | item | ) |
Definition at line 232 of file qquickpaletteproviderprivatebase_p.h.
decltype(auto) getPrivateImpl | ( | I & | t | ) |
Definition at line 229 of file qquickpaletteproviderprivatebase_p.h.
|
inlineconstexpr |
Definition at line 204 of file qquickpaletteproviderprivatebase_p.h.
const QQuickItem * rootItem | ( | const I & | item | ) |
Definition at line 282 of file qquickpaletteproviderprivatebase_p.h.