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

(c11d9459d87a4b981123709415e3563bdda66423)

#include <private/qquickitem_p.h>
#include <private/qquickrectangle_p.h>
Include dependency graph for qquicklayoutitemproxy_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQuickLayoutItemProxy
class  QQuickLayoutItemProxyPrivate
class  QQuickLayoutItemProxyAttachedData
 Provides attached properties for items that are managed by one or more LayoutItemProxy. More...

Macros

#define propertyForwarding(Property)

Functions

QT_END_NAMESPACE Q_DECLARE_METATYPE (QQuickLayoutItemProxyAttachedData *)

Macro Definition Documentation

◆ propertyForwarding

#define propertyForwarding ( Property)
Value:
void target##Property##Changed(); \
void proxy##Property##Changed();
static constexpr const QLatin1String Changed("Changed")
EGLContext EGLenum target
QNetworkProxy proxy
[0]

Definition at line 52 of file qquicklayoutitemproxy_p.h.

Function Documentation

◆ Q_DECLARE_METATYPE()