![]() |
Qt 6.x
The Qt SDK
|
#include "qquickdesignersupport_p.h"#include <private/qquickitem_p.h>#include <QtQuick/private/qquickrectangle_p.h>#include <QtQml/private/qabstractanimationjob_p.h>#include <private/qqmlengine_p.h>#include <private/qquickview_p.h>#include <QtQuick/private/qquickstategroup_p.h>#include <QtGui/QImage>#include <private/qqmlvme_p.h>#include <private/qqmlcomponentattached_p.h>#include <private/qqmldata_p.h>#include <private/qsgadaptationlayer_p.h>
Include dependency graph for qquickdesignersupport.cpp:Go to the source code of this file.
Functions | |
| QString | propertyNameForAnchorLine (const QQuickAnchors::Anchor &anchorLine) |
| bool | isValidAnchorName (const QString &name) |
| QQuickAnchors * | anchors (QQuickItem *item) |
| QQuickAnchors::Anchor | anchorLineFlagForName (const QString &name) |
| QQuickAnchors::Anchor anchorLineFlagForName | ( | const QString & | name | ) |
Definition at line 214 of file qquickdesignersupport.cpp.
References QQuickAnchors::BaselineAnchor, QQuickAnchors::BottomAnchor, QQuickAnchors::HCenterAnchor, QQuickAnchors::LeftAnchor, Q_ASSERT_X, Q_FUNC_INFO, QQuickAnchors::RightAnchor, QQuickAnchors::TopAnchor, and QQuickAnchors::VCenterAnchor.
Referenced by QQuickDesignerSupport::hasAnchor().
Here is the caller graph for this function:| QQuickAnchors * anchors | ( | QQuickItem * | item | ) |
Definition at line 208 of file qquickdesignersupport.cpp.
References QQuickItemPrivate::anchors(), QQuickItemPrivate::get(), and item.
Referenced by QQuickDesignerSupport::anchorCenterInTargetItem(), QQuickDesignerSupport::anchorFillTargetItem(), QQuickDesignerSupport::anchorLineTarget(), QDeclarativeGeoMapCopyrightNotice::anchorToBottomLeft(), QQuickLayout::checkAnchors(), QGraphicsAnchorLayoutPrivate::constraintsFromSizeHints(), QQuickDesignerSupport::hasAnchor(), hcenter(), QQuickDesignerSupport::isAnchoredTo(), QQuickColumn::reportConflictingAnchors(), QQuickRow::reportConflictingAnchors(), QQuickGrid::reportConflictingAnchors(), QQuickFlow::reportConflictingAnchors(), QQuickDesignerSupport::resetAnchor(), ControlsSwipeDelegateValidatorPass::run(), vcenter(), and warnIfHorizontallyAnchored().
Here is the call graph for this function:
Here is the caller graph for this function:| bool isValidAnchorName | ( | const QString & | name | ) |
Definition at line 162 of file qquickdesignersupport.cpp.
Referenced by QQuickDesignerSupport::hasAnchor().
Here is the caller graph for this function:| QString propertyNameForAnchorLine | ( | const QQuickAnchors::Anchor & | anchorLine | ) |
Definition at line 147 of file qquickdesignersupport.cpp.
References QQuickAnchors::BaselineAnchor, QQuickAnchors::BottomAnchor, QQuickAnchors::HCenterAnchor, QQuickAnchors::InvalidAnchor, QQuickAnchors::LeftAnchor, QQuickAnchors::RightAnchor, QQuickAnchors::TopAnchor, and QQuickAnchors::VCenterAnchor.
Referenced by QQuickDesignerSupport::anchorLineTarget().
Here is the caller graph for this function: