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

(1d70adffb10c36b1cf9b604a2c137d6f8cd8b891)

#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 53 of file qquicklayoutitemproxy_p.h.

Function Documentation

◆ Q_DECLARE_METATYPE()