![]() |
Qt 4.8
|
#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::Property * | defaultValue |
| bool | isDefaultProperty |
| LocationSpan | location |
| QByteArray | name |
| Type | type |
Definition at line 201 of file qdeclarativeparser_p.h.
| QDeclarativeParser::Object::DynamicProperty::DynamicProperty | ( | ) |
Definition at line 178 of file qdeclarativeparser.cpp.
| QDeclarativeParser::Object::DynamicProperty::DynamicProperty | ( | const DynamicProperty & | o | ) |
Definition at line 183 of file qdeclarativeparser.cpp.
| QByteArray QDeclarativeParser::Object::DynamicProperty::customType |
Definition at line 209 of file qdeclarativeparser_p.h.
Referenced by QDeclarativeCompiler::buildDynamicMeta(), and QDeclarativeDomDynamicProperty::propertyTypeName().
| QDeclarativeParser::Property* QDeclarativeParser::Object::DynamicProperty::defaultValue |
Definition at line 211 of file qdeclarativeparser_p.h.
Referenced by QDeclarativeCompiler::compileAlias(), QDeclarativeDomDynamicProperty::defaultValue(), QDeclarativeDomObject::dynamicProperties(), QDeclarativeDomObject::dynamicProperty(), QDeclarativeCompiler::mergeDynamicMetaProperties(), QDeclarativeParser::Object::~Object(), and QDeclarativeDomDynamicPropertyPrivate::~QDeclarativeDomDynamicPropertyPrivate().
| bool QDeclarativeParser::Object::DynamicProperty::isDefaultProperty |
Definition at line 207 of file qdeclarativeparser_p.h.
Referenced by QDeclarativeCompiler::buildDynamicMeta(), QDeclarativeCompiler::checkDynamicMeta(), QDeclarativeDomDynamicProperty::isDefaultProperty(), and QDeclarativeCompiler::mergeDynamicMetaProperties().
| LocationSpan QDeclarativeParser::Object::DynamicProperty::location |
Definition at line 212 of file qdeclarativeparser_p.h.
Referenced by QDeclarativeDomDynamicProperty::length(), and QDeclarativeDomDynamicProperty::position().
| QByteArray QDeclarativeParser::Object::DynamicProperty::name |
| Type QDeclarativeParser::Object::DynamicProperty::type |
Definition at line 208 of file qdeclarativeparser_p.h.
Referenced by QDeclarativeCompiler::buildDynamicMeta(), QDeclarativeDomDynamicProperty::isAlias(), QDeclarativeCompiler::mergeDynamicMetaProperties(), and QDeclarativeDomDynamicProperty::propertyType().