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

#include <qquickdesignersupportstates_p.h>

Collaboration diagram for QQuickDesignerSupportStates:

Static Public Member Functions

static bool isStateActive (QObject *object, QQmlContext *context)
static void activateState (QObject *object, QQmlContext *context)
static void deactivateState (QObject *object)
static bool changeValueInRevertList (QObject *state, QObject *target, const QQuickDesignerSupport::PropertyName &propertyName, const QVariant &value)
static bool updateStateBinding (QObject *state, QObject *target, const QQuickDesignerSupport::PropertyName &propertyName, const QString &expression)
static bool resetStateProperty (QObject *state, QObject *target, const QQuickDesignerSupport::PropertyName &propertyName, const QVariant &)

Detailed Description

Definition at line 24 of file qquickdesignersupportstates_p.h.

Member Function Documentation

◆ activateState()

void QQuickDesignerSupportStates::activateState ( QObject * object,
QQmlContext * context )
static

Definition at line 25 of file qquickdesignersupportstates.cpp.

◆ changeValueInRevertList()

bool QQuickDesignerSupportStates::changeValueInRevertList ( QObject * state,
QObject * target,
const QQuickDesignerSupport::PropertyName & propertyName,
const QVariant & value )
static

Definition at line 52 of file qquickdesignersupportstates.cpp.

◆ deactivateState()

void QQuickDesignerSupportStates::deactivateState ( QObject * object)
static

Definition at line 39 of file qquickdesignersupportstates.cpp.

◆ isStateActive()

QT_BEGIN_NAMESPACE bool QQuickDesignerSupportStates::isStateActive ( QObject * object,
QQmlContext * context )
static

Definition at line 11 of file qquickdesignersupportstates.cpp.

◆ resetStateProperty()

bool QQuickDesignerSupportStates::resetStateProperty ( QObject * state,
QObject * target,
const QQuickDesignerSupport::PropertyName & propertyName,
const QVariant &  )
static

Definition at line 76 of file qquickdesignersupportstates.cpp.

◆ updateStateBinding()

bool QQuickDesignerSupportStates::updateStateBinding ( QObject * state,
QObject * target,
const QQuickDesignerSupport::PropertyName & propertyName,
const QString & expression )
static

Definition at line 64 of file qquickdesignersupportstates.cpp.


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