Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

◆ changeExpression()

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

Definition at line 64 of file qquickdesignersupportpropertychanges.cpp.

◆ changeValue()

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

Definition at line 52 of file qquickdesignersupportpropertychanges.cpp.

◆ detachFromState()

void QQuickDesignerSupportPropertyChanges::detachFromState ( QObject * propertyChanges)
static

Definition at line 92 of file qquickdesignersupportpropertychanges.cpp.

◆ getProperty()

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

Definition at line 41 of file qquickdesignersupportpropertychanges.cpp.

◆ isNormalProperty()

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

Definition at line 86 of file qquickdesignersupportpropertychanges.cpp.

◆ removeProperty()

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

Definition at line 31 of file qquickdesignersupportpropertychanges.cpp.

◆ stateObject()

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

Definition at line 76 of file qquickdesignersupportpropertychanges.cpp.

◆ targetObject()

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

Definition at line 21 of file qquickdesignersupportpropertychanges.cpp.


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