QmlJS: Improve property and Type completion in Qml object members.

Done-with: Erik Verbruggen
This commit is contained in:
Christian Kamm
2010-04-29 11:41:28 +02:00
parent 722ba33770
commit f48df24737
5 changed files with 150 additions and 24 deletions

View File

@@ -303,6 +303,7 @@ public:
const Value *lookup(const QString &name);
const ObjectValue *lookupType(const Document *doc, AST::UiQualifiedId *qmlTypeName);
const ObjectValue *lookupType(const Document *doc, const QStringList &qmlTypeName);
const Value *property(const ObjectValue *object, const QString &name) const;
void setProperty(const ObjectValue *object, const QString &name, const Value *value);