![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>
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.
QQuickAnchors * anchors | ( | QQuickItem * | item | ) |
Definition at line 208 of file qquickdesignersupport.cpp.
bool isValidAnchorName | ( | const QString & | name | ) |
Definition at line 162 of file qquickdesignersupport.cpp.
QString propertyNameForAnchorLine | ( | const QQuickAnchors::Anchor & | anchorLine | ) |
Definition at line 147 of file qquickdesignersupport.cpp.