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
QQmlEngineDebugServiceImpl::QQmlObjectProperty Struct Reference

#include <qqmlenginedebugservice.h>

+ Collaboration diagram for QQmlEngineDebugServiceImpl::QQmlObjectProperty:

Public Types

enum  Type {
  Unknown , Basic , Object , List ,
  SignalProperty , Variant
}
 

Public Attributes

Type type
 
QString name
 
QVariant value
 
QString valueTypeName
 
QString binding
 
bool hasNotifySignal
 

Detailed Description

Definition at line 52 of file qqmlenginedebugservice.h.

Member Enumeration Documentation

◆ Type

Enumerator
Unknown 
Basic 
Object 
List 
SignalProperty 
Variant 

Definition at line 53 of file qqmlenginedebugservice.h.

Member Data Documentation

◆ binding

QString QQmlEngineDebugServiceImpl::QQmlObjectProperty::binding

Definition at line 58 of file qqmlenginedebugservice.h.

◆ hasNotifySignal

bool QQmlEngineDebugServiceImpl::QQmlObjectProperty::hasNotifySignal

Definition at line 59 of file qqmlenginedebugservice.h.

◆ name

QString QQmlEngineDebugServiceImpl::QQmlObjectProperty::name

Definition at line 55 of file qqmlenginedebugservice.h.

◆ type

Type QQmlEngineDebugServiceImpl::QQmlObjectProperty::type

Definition at line 54 of file qqmlenginedebugservice.h.

◆ value

QVariant QQmlEngineDebugServiceImpl::QQmlObjectProperty::value

Definition at line 56 of file qqmlenginedebugservice.h.

◆ valueTypeName

QString QQmlEngineDebugServiceImpl::QQmlObjectProperty::valueTypeName

Definition at line 57 of file qqmlenginedebugservice.h.


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