Qt 4.8
Public Types | Public Functions | Public Variables | List of all members
QDeclarativeParser::Object::DynamicProperty Struct Reference

#include <qdeclarativeparser_p.h>

Public Types

enum  Type {
  Variant, Int, Bool, Real,
  String, Url, Color, Time,
  Date, DateTime, Alias, Custom,
  CustomList
}
 

Public Functions

 DynamicProperty ()
 
 DynamicProperty (const DynamicProperty &)
 

Public Variables

QByteArray customType
 
QDeclarativeParser::PropertydefaultValue
 
bool isDefaultProperty
 
LocationSpan location
 
QByteArray name
 
Type type
 

Detailed Description

Definition at line 201 of file qdeclarativeparser_p.h.

Enumerations

◆ Type

Constructors and Destructors

◆ DynamicProperty() [1/2]

QDeclarativeParser::Object::DynamicProperty::DynamicProperty ( )

◆ DynamicProperty() [2/2]

QDeclarativeParser::Object::DynamicProperty::DynamicProperty ( const DynamicProperty o)

Definition at line 183 of file qdeclarativeparser.cpp.

Properties

◆ customType

QByteArray QDeclarativeParser::Object::DynamicProperty::customType

◆ defaultValue

QDeclarativeParser::Property* QDeclarativeParser::Object::DynamicProperty::defaultValue

◆ isDefaultProperty

bool QDeclarativeParser::Object::DynamicProperty::isDefaultProperty

◆ location

LocationSpan QDeclarativeParser::Object::DynamicProperty::location

◆ name

QByteArray QDeclarativeParser::Object::DynamicProperty::name

◆ type

Type QDeclarativeParser::Object::DynamicProperty::type

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