Home
last modified time | relevance | path

Searched refs:qmlTypeName (Results 1 – 25 of 88) sorted by relevance

1234

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljscontext.cpp111 …st ObjectValue *contextLookupType(const Context *ctx, const QmlJS::Document *doc, Iter qmlTypeName, in contextLookupType() argument
114 if (atEnd(qmlTypeName)) in contextLookupType()
124 auto iter = qmlTypeName; in contextLookupType()
148 const ObjectValue *Context::lookupType(const QmlJS::Document *doc, UiQualifiedId *qmlTypeName, in lookupType() argument
151 return contextLookupType(this, doc, qmlTypeName, in lookupType()
157 const ObjectValue *Context::lookupType(const QmlJS::Document *doc, const QStringList &qmlTypeName) … in lookupType()
159 return contextLookupType(this, doc, qmlTypeName.cbegin(), in lookupType()
160 … [qmlTypeName](QStringList::const_iterator it){ return it == qmlTypeName.cend(); }, in lookupType()
H A Dqmljscontext.h62 const ObjectValue *lookupType(const Document *doc, AST::UiQualifiedId *qmlTypeName,
64 const ObjectValue *lookupType(const Document *doc, const QStringList &qmlTypeName) const;
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/
H A Dqmljscontext.cpp104 const ObjectValue *Context::lookupType(const QmlJS::Document *doc, UiQualifiedId *qmlTypeName, in lookupType() argument
114 for (UiQualifiedId *iter = qmlTypeName; objectValue && iter && iter != qmlTypeNameEnd; in lookupType()
126 const ObjectValue *Context::lookupType(const QmlJS::Document *doc, const QStringList &qmlTypeName) … in lookupType()
135 foreach (const QString &name, qmlTypeName) { in lookupType()
H A Dqmljscontext.h62 const ObjectValue *lookupType(const Document *doc, AST::UiQualifiedId *qmlTypeName,
64 const ObjectValue *lookupType(const Document *doc, const QStringList &qmlTypeName) const;
/dports/devel/gammaray/GammaRay-2.11.3/plugins/qmlsupport/
H A Dqmlsupport.cpp222 …if (QmlType::isValid(qmlType) && !QmlType::callable(qmlType)->qmlTypeName().endsWith(QLatin1Char('… in typeName()
223 return QmlType::callable(qmlType)->qmlTypeName(); in typeName()
240 …obj->metaObject()->className()).startsWith(QmlType::callable(qmlType)->qmlTypeName() + QStringLite… in typeName()
241 return QmlType::callable(qmlType)->qmlTypeName(); in typeName()
349 MO_ADD_PROPERTY_RO(QQmlType, qmlTypeName); in QmlSupport()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/quick/
H A Dquicktestvisitors.cpp76 if (auto qmlTypeName = qmlPrototypeRef->qmlTypeName()) { in isDerivedFromTestCase() local
77 if (qmlTypeName->name == QLatin1String("TestCase")) { in isDerivedFromTestCase()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/qdoc/
H A Dcppcodeparser.cpp357 QString &qmlTypeName, QString &name, in splitQmlPropertyArg() argument
366 qmlTypeName = colonSplit[1]; in splitQmlPropertyArg()
372 qmlTypeName = colonSplit[0]; in splitQmlPropertyArg()
398 QString qmlTypeName; in processQmlProperties() local
403 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
410 QmlTypeNode *qmlType = qdb_->findQmlType(module, qmlTypeName); in processQmlProperties()
412 qmlType = new QmlTypeNode(qdb_->primaryTreeRoot(), qmlTypeName); in processQmlProperties()
420 if (splitQmlPropertyArg(arg, type, module, qmlTypeName, property, doc.location())) { in processQmlProperties()
421 if (qmlType != qdb_->findQmlType(module, qmlTypeName)) { in processQmlProperties()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml/qmlpuppet/qmlprivategate/
H A Dqmlprivategate.cpp307 if (type->qmlTypeName() == QStringLiteral("QtMultimedia/MediaPlayer")) in isCrashingType()
310 if (type->qmlTypeName() == QStringLiteral("QtMultimedia/Audio")) in isCrashingType()
313 if (type->qmlTypeName() == QStringLiteral("QtQuick.Controls/MenuItem")) in isCrashingType()
316 if (type->qmlTypeName() == QStringLiteral("QtQuick.Controls/Menu")) in isCrashingType()
319 if (type->qmlTypeName() == QStringLiteral("QtQuick/Timer")) in isCrashingType()
766 if (qmlType && qmlType->qmlTypeName() == superTypeName) // ignore version numbers in isSubclassOf()
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/imports/platform/
H A Dqquickplatformdialog.cpp345 static const char *qmlTypeName(const QObject *object) in qmlTypeName() function
357 qCDebug(qtLabsPlatformDialogs) << qmlTypeName(this) << "->" << m_handle; in create()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qmlplugindump/
H A Dmain.cpp213 if (baseExport->qmlTypeName() == extensionExport->qmlTypeName() in collectReachableMetaObjects()
241 QByteArray tyName = ty->qmlTypeName(); in collectReachableMetaObjects()
297 QString qmlTyName = qmlTy->qmlTypeName(); in dump()
624 QByteArray module = qtObjectType->qmlTypeName(); in main()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/designer/
H A Dqquickdesignersupportmetainfo.cpp57 if (qmlType.qmlTypeName() == QLatin1String(superTypeName)) // ignore version numbers in isSubclassOf()

1234