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
TriggerList Struct Reference

#include <qqmlengine_p.h>

Inheritance diagram for TriggerList:
Collaboration diagram for TriggerList:

Public Member Functions

 TriggerList (QQmlJavaScriptExpression *expression)
Public Member Functions inherited from QPropertyChangeTrigger
 QPropertyChangeTrigger (QQmlJavaScriptExpression *expression)
QMetaProperty property () const
Public Member Functions inherited from QPropertyObserver
constexpr QPropertyObserver ()=default
 QPropertyObserver (QPropertyObserver &&other) noexcept
QPropertyObserveroperator= (QPropertyObserver &&other) noexcept
 ~QPropertyObserver ()
template<typename Property, QtPrivate::IsUntypedPropertyData< Property > = true>
void setSource (const Property &property)
void setSource (const QtPrivate::QPropertyBindingData &property)

Public Attributes

TriggerListnext = nullptr
Public Attributes inherited from QPropertyChangeTrigger
QPointer< QObjecttarget
QQmlJavaScriptExpressionm_expression
int propertyIndex = 0

Additional Inherited Members

Public Types inherited from QPropertyObserverBase
enum  ObserverTag { ObserverNotifiesBinding , ObserverNotifiesChangeHandler , ObserverIsPlaceholder }
Static Public Member Functions inherited from QPropertyChangeTrigger
static void trigger (QPropertyObserver *, QUntypedPropertyData *)
Protected Types inherited from QPropertyObserverBase
using ChangeHandler = void (*)(QPropertyObserver*, QUntypedPropertyData *)
Protected Member Functions inherited from QPropertyObserver
 QPropertyObserver (ChangeHandler changeHandler)
QUntypedPropertyDataaliasedProperty () const

Detailed Description

Definition at line 92 of file qqmlengine_p.h.

Constructor & Destructor Documentation

◆ TriggerList()

TriggerList::TriggerList ( QQmlJavaScriptExpression * expression)
inline

Definition at line 93 of file qqmlengine_p.h.

Member Data Documentation

◆ next

TriggerList* TriggerList::next = nullptr

Definition at line 96 of file qqmlengine_p.h.


The documentation for this struct was generated from the following file: