Home
last modified time | relevance | path

Searched refs:nodeInstance (Results 1 – 18 of 18) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/model/
H A Dqmlanchors.cpp347 if (qmlItemNode().nodeInstance().hasAnchor("anchors.top")) in removeAnchors()
372 …return qmlItemNode().nodeInstance().hasAnchor(propertyName) || qmlItemNode().nodeInstance().hasAnc… in instanceHasAnchor()
375 …return qmlItemNode().nodeInstance().hasAnchor(propertyName) || qmlItemNode().nodeInstance().hasAnc… in instanceHasAnchor()
378 return qmlItemNode().nodeInstance().hasAnchor(propertyName); in instanceHasAnchor()
392 QRectF contentRect(const NodeInstance &nodeInstance) in contentRect() argument
394 QRectF contentRect(nodeInstance.position(), nodeInstance.size()); in contentRect()
395 return nodeInstance.contentTransform().mapRect(contentRect); in contentRect()
400 return contentRect(qmlItemNode().nodeInstance()).x(); in instanceLeftAnchorLine()
405 return contentRect(qmlItemNode().nodeInstance()).y(); in instanceTopAnchorLine()
410 …return contentRect(qmlItemNode().nodeInstance()).x() + contentRect(qmlItemNode().nodeInstance()).w… in instanceRightAnchorLine()
[all …]
H A Dqmlitemnode.cpp267 return nodeInstance().hasContent(); in instanceHasShowContent()
293 return nodeInstance().isMovable(); in instanceIsMovable()
298 return nodeInstance().isResizable(); in instanceIsResizable()
410 return nodeInstance().boundingRect(); in instancePaintedBoundingRect()
420 return nodeInstance().transform(); in instanceTransform()
425 return nodeInstance().transform() * nodeInstance().contentTransform(); in instanceTransformWithContentTransform()
430 return nodeInstance().transform() * nodeInstance().contentItemTransform(); in instanceTransformWithContentItemTransform()
440 return nodeInstance().sceneTransform() * nodeInstance().contentItemTransform(); in instanceSceneContentItemTransform()
455 return nodeInstance().position(); in instancePosition()
460 return nodeInstance().size(); in instanceSize()
[all …]
H A Dqmlobjectnode.cpp139 return nodeInstance().property(name); in instanceValue()
193 return nodeInstance().hasProperty(name); in instanceHasValue()
596 return nodeInstance().instanceType(name); in instanceType()
601 return nodeInstance().hasBindingForProperty(name); in instanceHasBinding()
604 NodeInstance QmlObjectNode::nodeInstance() const in nodeInstance() function in QmlDesigner::QmlObjectNode
641 return nodeInstance().hasError(); in hasError()
650 return nodeInstance().error(); in error()
661 …return nodeInstance().parentId() >= 0 && nodeInstanceView()->hasInstanceForId(nodeInstance().paren… in hasInstanceParent()
667 && nodeInstance().parentId() >= 0 in hasInstanceParentItem()
668 && nodeInstanceView()->hasInstanceForId(nodeInstance().parentId()) in hasInstanceParentItem()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/
H A Dnodeinstancesignalspy.cpp47 void NodeInstanceSignalSpy::setObjectNodeInstance(const ObjectNodeInstance::Pointer &nodeInstance) in setObjectNodeInstance() argument
50 registerObject(nodeInstance->object()); in setObjectNodeInstance()
51 m_objectNodeInstance = nodeInstance; in setObjectNodeInstance()
109 ObjectNodeInstance::Pointer nodeInstance = m_objectNodeInstance.toStrongRef(); in qt_metacall() local
111 if (nodeInstance && nodeInstance->nodeInstanceServer() && nodeInstance->isValid()) { in qt_metacall()
113nodeInstance->nodeInstanceServer()->notifyPropertyChange(nodeInstance->instanceId(), propertyName); in qt_metacall()
H A Dnodeinstancesignalspy.h48 void setObjectNodeInstance(const ObjectNodeInstancePointer &nodeInstance);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/libxmlj/dom/
H A DGnomeNode.java100 if (nodeInstance != null) in newInstance()
107 nodeInstance = new GnomeElement(node); in newInstance()
110 nodeInstance = new GnomeAttr(node); in newInstance()
113 nodeInstance = new GnomeText(node); in newInstance()
116 nodeInstance = new GnomeCDATASection(node); in newInstance()
122 nodeInstance = new GnomeEntity(node); in newInstance()
128 nodeInstance = new GnomeComment(node); in newInstance()
131 nodeInstance = new GnomeDocument(node); in newInstance()
140 nodeInstance = new GnomeNotation(node); in newInstance()
145 docNodes.put(node, nodeInstance); in newInstance()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/libxmlj/dom/
H A DGnomeNode.java100 if (nodeInstance != null) in newInstance()
107 nodeInstance = new GnomeElement(node); in newInstance()
110 nodeInstance = new GnomeAttr(node); in newInstance()
113 nodeInstance = new GnomeText(node); in newInstance()
116 nodeInstance = new GnomeCDATASection(node); in newInstance()
122 nodeInstance = new GnomeEntity(node); in newInstance()
128 nodeInstance = new GnomeComment(node); in newInstance()
131 nodeInstance = new GnomeDocument(node); in newInstance()
140 nodeInstance = new GnomeNotation(node); in newInstance()
145 docNodes.put(node, nodeInstance); in newInstance()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/libxmlj/dom/
H A DGnomeNode.java100 if (nodeInstance != null) in newInstance()
107 nodeInstance = new GnomeElement(node); in newInstance()
110 nodeInstance = new GnomeAttr(node); in newInstance()
113 nodeInstance = new GnomeText(node); in newInstance()
116 nodeInstance = new GnomeCDATASection(node); in newInstance()
122 nodeInstance = new GnomeEntity(node); in newInstance()
128 nodeInstance = new GnomeComment(node); in newInstance()
131 nodeInstance = new GnomeDocument(node); in newInstance()
140 nodeInstance = new GnomeNotation(node); in newInstance()
145 docNodes.put(node, nodeInstance); in newInstance()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/libxmlj/dom/
H A DGnomeNode.java100 if (nodeInstance != null) in newInstance()
107 nodeInstance = new GnomeElement(node); in newInstance()
110 nodeInstance = new GnomeAttr(node); in newInstance()
113 nodeInstance = new GnomeText(node); in newInstance()
116 nodeInstance = new GnomeCDATASection(node); in newInstance()
122 nodeInstance = new GnomeEntity(node); in newInstance()
128 nodeInstance = new GnomeComment(node); in newInstance()
131 nodeInstance = new GnomeDocument(node); in newInstance()
140 nodeInstance = new GnomeNotation(node); in newInstance()
145 docNodes.put(node, nodeInstance); in newInstance()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/libxmlj/dom/
H A DGnomeNode.java100 if (nodeInstance != null) in newInstance()
107 nodeInstance = new GnomeElement(node); in newInstance()
110 nodeInstance = new GnomeAttr(node); in newInstance()
113 nodeInstance = new GnomeText(node); in newInstance()
116 nodeInstance = new GnomeCDATASection(node); in newInstance()
122 nodeInstance = new GnomeEntity(node); in newInstance()
128 nodeInstance = new GnomeComment(node); in newInstance()
131 nodeInstance = new GnomeDocument(node); in newInstance()
140 nodeInstance = new GnomeNotation(node); in newInstance()
145 docNodes.put(node, nodeInstance); in newInstance()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/xml/libxmlj/dom/
H A DGnomeNode.java98 if (nodeInstance != null) in newInstance()
105 nodeInstance = new GnomeElement(node); in newInstance()
108 nodeInstance = new GnomeAttr(node); in newInstance()
111 nodeInstance = new GnomeText(node); in newInstance()
114 nodeInstance = new GnomeCDATASection(node); in newInstance()
120 nodeInstance = new GnomeEntity(node); in newInstance()
126 nodeInstance = new GnomeComment(node); in newInstance()
129 nodeInstance = new GnomeDocument(node); in newInstance()
138 nodeInstance = new GnomeNotation(node); in newInstance()
143 docNodes.put(node, nodeInstance); in newInstance()
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/
H A DNodeFactory.php185 $nodeInstance = $this->instantiate($className, $data);
186 if (!$nodeInstance instanceof NodeInterface) {
187 …throw new Exception('Node of type ' . get_class($nodeInstance) . ' must implement NodeInterface', …
189 return $nodeInstance;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/
H A DNodeFactory.php187 $nodeInstance = $this->instantiate($className, $data);
188 if (!$nodeInstance instanceof NodeInterface) {
189 …throw new Exception('Node of type ' . get_class($nodeInstance) . ' must implement NodeInterface', …
191 return $nodeInstance;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/
H A DNodeFactory.php182 $nodeInstance = $this->instantiate($className, $data);
183 if (!$nodeInstance instanceof NodeInterface) {
184 …throw new Exception('Node of type ' . get_class($nodeInstance) . ' must implement NodeInterface', …
186 return $nodeInstance;
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDocumentTools.cpp511 FCDEntityInstance* nodeInstance = node->GetInstance(n); in StandardizeUpAxisAndLength() local
512 …if (nodeInstance->GetEntityType() == FCDEntity::CAMERA || nodeInstance->GetEntityType() == FCDEnti… in StandardizeUpAxisAndLength()
513 …|| nodeInstance->GetEntityType() == FCDEntity::FORCE_FIELD || nodeInstance->GetEntityType() == FCD… in StandardizeUpAxisAndLength()
517 …if (handleTargets && nodeInstance->GetEntity() != NULL && nodeInstance->GetEntity()->HasType(FCDTa… in StandardizeUpAxisAndLength()
519 FCDTargetedEntity* targetedEntity = (FCDTargetedEntity*) nodeInstance->GetEntity(); in StandardizeUpAxisAndLength()
537 FCDEntityInstance* clone = pivotedNode->AddInstance(nodeInstance->GetEntityType()); in StandardizeUpAxisAndLength()
538 nodeInstance->Clone(clone); in StandardizeUpAxisAndLength()
539 toRemove.push_back(nodeInstance); in StandardizeUpAxisAndLength()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/StackExchange/mof/
H A Dnode.go49 nodeInstance const
179 nodeType: nodeInstance,
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/include/
H A Dqmlobjectnode.h131 NodeInstance nodeInstance() const;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/formeditor/
H A Dmovemanipulator.cpp128 item->qmlItemNode().nodeInstance().setDirectUpdate(directUpdate); in setDirectUpdateInNodeInstances()