Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquicklayoutitemproxy_p.h File Reference

(8628dbfd36586b9d1318470905410f4000dc0586)

#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
static constexpr const QLatin1String Changed("Changed")
QNetworkProxy proxy
[0]

Definition at line 50 of file qquicklayoutitemproxy_p.h.

Function Documentation

◆ Q_DECLARE_METATYPE()

Q_DECLARE_METATYPE ( QQuickLayoutItemProxyAttachedData * )