Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qquicklayoutitemproxy_p.h File Reference
#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

 Q_DECLARE_METATYPE (QQuickLayoutItemProxyAttachedData *)
 

Macro Definition Documentation

◆ propertyForwarding

#define propertyForwarding (   Property)
Value:
void target##Property##Changed(); \
void proxy##Property##Changed();
GLenum target
QNetworkProxy proxy
[0]

Definition at line 50 of file qquicklayoutitemproxy_p.h.

Function Documentation

◆ Q_DECLARE_METATYPE()

Q_DECLARE_METATYPE ( QQuickLayoutItemProxyAttachedData )