Home
last modified time | relevance | path

Searched refs:pathAttribute (Results 1 – 5 of 5) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/
H A DUtil.java120 Object pathAttribute = marker in getContainerName() local
123 if (pathAttribute != null) { in getContainerName()
124 return pathAttribute.toString(); in getContainerName()
246 Object pathAttribute = marker in getShortContainerName() local
249 if (pathAttribute != null) { in getShortContainerName()
250 return pathAttribute.toString(); in getShortContainerName()
/dports/games/glest/glest_source_3.2.2/source/glest_game/world/
H A Dtileset.cpp134 const XmlAttribute *pathAttribute= modelNode->getAttribute("path"); in load() local
135 objectTypes[i].loadModel(dir +"/"+ pathAttribute->getRestrictedValue()); in load()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/world/
H A Dtileset.cpp325 const XmlAttribute *pathAttribute= modelNode->getAttribute("path"); in load() local
326 …TilesetModelType* tmt=objectTypes[i].loadModel(pathAttribute->getRestrictedValue(currentPath),&loa… in load()
327 …loadedFileList[pathAttribute->getRestrictedValue(currentPath)].push_back(make_pair(sourceXMLFile,p… in load()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativepathview/data/
H A Dpropertychanges.qml33 PathAttribute { name: "opacity"; value: 1.0; objectName: "pathAttribute"; }
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativepathview/
H A Dtst_qdeclarativepathview.cpp1086 …QDeclarativePathAttribute *pathAttribute = canvas->rootObject()->findChild<QDeclarativePathAttribu… in pathChanges() local
1087 QVERIFY(pathAttribute); in pathChanges()
1089 QSignalSpy nameSpy(pathAttribute, SIGNAL(nameChanged())); in pathChanges()
1090 QCOMPARE(pathAttribute->name(), QString("opacity")); in pathChanges()
1092 pathAttribute->setName("scale"); in pathChanges()
1093 QCOMPARE(pathAttribute->name(), QString("scale")); in pathChanges()
1096 pathAttribute->setName("scale"); in pathChanges()