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
QQuickDesignerSupportPropertyChanges Class Reference

#include <qquickdesignersupportpropertychanges_p.h>

+ Collaboration diagram for QQuickDesignerSupportPropertyChanges:

Static Public Member Functions

static void detachFromState (QObject *propertyChanges)
 
static void attachToState (QObject *propertyChanges)
 
static QObjecttargetObject (QObject *propertyChanges)
 
static void removeProperty (QObject *propertyChanges, const QQuickDesignerSupport::PropertyName &propertyName)
 
static QVariant getProperty (QObject *propertyChanges, const QQuickDesignerSupport::PropertyName &propertyName)
 
static void changeValue (QObject *propertyChanges, const QQuickDesignerSupport::PropertyName &propertyName, const QVariant &value)
 
static void changeExpression (QObject *propertyChanges, const QQuickDesignerSupport::PropertyName &propertyName, const QString &expression)
 
static QObjectstateObject (QObject *propertyChanges)
 
static bool isNormalProperty (const QQuickDesignerSupport::PropertyName &propertyName)
 

Detailed Description

Definition at line 24 of file qquickdesignersupportpropertychanges_p.h.

Member Function Documentation

◆ attachToState()

QT_BEGIN_NAMESPACE void QQuickDesignerSupportPropertyChanges::attachToState ( QObject * propertyChanges)
static

Definition at line 11 of file qquickdesignersupportpropertychanges.cpp.

References QQuickPropertyChanges::attachToState().

+ Here is the call graph for this function:

◆ changeExpression()

void QQuickDesignerSupportPropertyChanges::changeExpression ( QObject * propertyChanges,
const QQuickDesignerSupport::PropertyName & propertyName,
const QString & expression )
static

Definition at line 64 of file qquickdesignersupportpropertychanges.cpp.

References QQuickPropertyChanges::changeExpression(), and QString::fromUtf8().

+ Here is the call graph for this function:

◆ changeValue()

void QQuickDesignerSupportPropertyChanges::changeValue ( QObject * propertyChanges,
const QQuickDesignerSupport::PropertyName & propertyName,
const QVariant & value )
static

Definition at line 52 of file qquickdesignersupportpropertychanges.cpp.

References QQuickPropertyChanges::changeValue(), and QString::fromUtf8().

+ Here is the call graph for this function:

◆ detachFromState()

void QQuickDesignerSupportPropertyChanges::detachFromState ( QObject * propertyChanges)
static

Definition at line 92 of file qquickdesignersupportpropertychanges.cpp.

References QQuickPropertyChanges::detachFromState().

+ Here is the call graph for this function:

◆ getProperty()

QVariant QQuickDesignerSupportPropertyChanges::getProperty ( QObject * propertyChanges,
const QQuickDesignerSupport::PropertyName & propertyName )
static

Definition at line 41 of file qquickdesignersupportpropertychanges.cpp.

References QString::fromUtf8(), and QQuickPropertyChanges::property().

+ Here is the call graph for this function:

◆ isNormalProperty()

bool QQuickDesignerSupportPropertyChanges::isNormalProperty ( const QQuickDesignerSupport::PropertyName & propertyName)
static

Definition at line 86 of file qquickdesignersupportpropertychanges.cpp.

References metaObject().

+ Here is the call graph for this function:

◆ removeProperty()

void QQuickDesignerSupportPropertyChanges::removeProperty ( QObject * propertyChanges,
const QQuickDesignerSupport::PropertyName & propertyName )
static

Definition at line 31 of file qquickdesignersupportpropertychanges.cpp.

References QString::fromUtf8(), and QQuickPropertyChanges::removeProperty().

+ Here is the call graph for this function:

◆ stateObject()

QObject * QQuickDesignerSupportPropertyChanges::stateObject ( QObject * propertyChanges)
static

Definition at line 76 of file qquickdesignersupportpropertychanges.cpp.

References QQuickStateOperation::state().

+ Here is the call graph for this function:

◆ targetObject()

QObject * QQuickDesignerSupportPropertyChanges::targetObject ( QObject * propertyChanges)
static

Definition at line 21 of file qquickdesignersupportpropertychanges.cpp.

References QQuickPropertyChanges::object().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: