Qt 4.8
Public Types | Public Variables | List of all members
QDeclarativeEngineDebugService::QDeclarativeObjectProperty Struct Reference

#include <qdeclarativeenginedebugservice_p.h>

Public Types

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

Public Variables

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

Detailed Description

Definition at line 88 of file qdeclarativeenginedebugservice_p.h.

Enumerations

◆ Type

Properties

◆ binding

QString QDeclarativeEngineDebugService::QDeclarativeObjectProperty::binding

◆ hasNotifySignal

bool QDeclarativeEngineDebugService::QDeclarativeObjectProperty::hasNotifySignal

◆ name

QString QDeclarativeEngineDebugService::QDeclarativeObjectProperty::name

◆ type

Type QDeclarativeEngineDebugService::QDeclarativeObjectProperty::type

◆ value

QVariant QDeclarativeEngineDebugService::QDeclarativeObjectProperty::value

◆ valueTypeName

QString QDeclarativeEngineDebugService::QDeclarativeObjectProperty::valueTypeName

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