Go to the source code of this file.
|
| propertyForwarding (minimumWidth, MinimumWidth) propertyForwarding(minimumHeight |
|
MinimumHeight | propertyForwarding (preferredWidth, PreferredWidth) propertyForwarding(preferredHeight |
|
MinimumHeight PreferredHeight | propertyForwarding (maximumWidth, MaximumWidth) propertyForwarding(maximumHeight |
|
MinimumHeight PreferredHeight MaximumHeight | propertyForwarding (fillWidth, FillWidth) propertyForwarding(fillHeight |
|
MinimumHeight PreferredHeight MaximumHeight FillHeight | propertyForwarding (alignment, Alignment) propertyForwarding(horizontalStretchFactor |
|
MinimumHeight PreferredHeight MaximumHeight FillHeight HorizontalStretchFactor | propertyForwarding (verticalStretchFactor, VerticalStretchFactor) propertyForwarding(margins |
|
MinimumHeight PreferredHeight MaximumHeight FillHeight HorizontalStretchFactor Margins | propertyForwarding (leftMargin, LeftMargin) propertyForwarding(topMargin |
|
MinimumHeight PreferredHeight MaximumHeight FillHeight HorizontalStretchFactor Margins TopMargin | propertyForwarding (rightMargin, RightMargin) propertyForwarding(bottomMargin |
|
◆ connectPropertyForwarding
#define connectPropertyForwarding |
( |
|
property, |
|
|
|
Property |
|
) |
| |
Value: if (!attProxy->is##Property##Set()) { \
target##Property##Changed(); \
}
QVariant property(const char *name) const
Returns the value of the object's name property.
◆ propertyForwarding
#define propertyForwarding |
( |
|
property, |
|
|
|
Property |
|
) |
| |
Value:
if (!attTarget) return; \
return; \
d->m_expectProxy##Property##Change =
true; \
attProxy->set##Property(attTarget->
property()); \
} \
void QQuickLayoutItemProxy::proxy##Property##Changed() { \
if (
d->m_expectProxy##Property##Change) { \
d->m_expectProxy##Property##Change =
false; \
return; \
} \
if (!attTarget) return; \
}
QQuickLayoutAttached * attachedLayoutObject(QQuickItem *item, bool create=true)
Definition at line 159 of file qquicklayoutitemproxy.cpp.
◆ propertyForwarding() [1/8]
MinimumHeight PreferredHeight MaximumHeight FillHeight propertyForwarding |
( |
alignment |
, |
|
|
Alignment |
|
|
) |
| |
◆ propertyForwarding() [2/8]
MinimumHeight PreferredHeight MaximumHeight propertyForwarding |
( |
fillWidth |
, |
|
|
FillWidth |
|
|
) |
| |
◆ propertyForwarding() [3/8]
MinimumHeight PreferredHeight MaximumHeight FillHeight HorizontalStretchFactor Margins propertyForwarding |
( |
leftMargin |
, |
|
|
LeftMargin |
|
|
) |
| |
◆ propertyForwarding() [4/8]
MinimumHeight PreferredHeight propertyForwarding |
( |
maximumWidth |
, |
|
|
MaximumWidth |
|
|
) |
| |
◆ propertyForwarding() [5/8]
propertyForwarding |
( |
minimumWidth |
, |
|
|
MinimumWidth |
|
|
) |
| |
◆ propertyForwarding() [6/8]
MinimumHeight propertyForwarding |
( |
preferredWidth |
, |
|
|
PreferredWidth |
|
|
) |
| |
◆ propertyForwarding() [7/8]
MinimumHeight PreferredHeight MaximumHeight FillHeight HorizontalStretchFactor Margins TopMargin propertyForwarding |
( |
rightMargin |
, |
|
|
RightMargin |
|
|
) |
| |
◆ propertyForwarding() [8/8]
MinimumHeight PreferredHeight MaximumHeight FillHeight HorizontalStretchFactor propertyForwarding |
( |
verticalStretchFactor |
, |
|
|
VerticalStretchFactor |
|
|
) |
| |