Home
last modified time | relevance | path

Searched refs:m_activeNode (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/extensions/qmic/
H A Dkis_input_output_mapper.cpp24 …sInputOutputMapper(KisImageWSP image, KisNodeSP activeNode):m_image(image),m_activeNode(activeNode) in KisInputOutputMapper()
49 result->append(m_activeNode); in inputNodes()
54 result->append(m_activeNode); in inputNodes()
55 result->append(m_activeNode->prevSibling()); in inputNodes()
60 result->append(m_activeNode); in inputNodes()
61 result->append(m_activeNode->nextSibling()); in inputNodes()
H A Dkis_input_output_mapper.h37 KisNodeSP m_activeNode; variable
/dports/graphics/krita/krita-4.4.8/libs/image/commands/
H A DKisReselectActiveSelectionCommand.cpp30 m_activeNode(activeNode) in KisReselectActiveSelectionCommand()
38 if (m_activeNode) { in redo()
39 KisSelectionMaskSP mask = dynamic_cast<KisSelectionMask*>(m_activeNode.data()); in redo()
44 KisNodeSP node = m_activeNode; in redo()
H A DKisReselectActiveSelectionCommand.h34 KisNodeSP m_activeNode;
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A Dkis_node_juggler_compressed.cpp326 m_activeNode(activeNode), in LowerRaiseLayer()
428 m_activeNode, m_activeNode, in populateChildCommands()
444 m_activeNode, m_activeNode, in populateChildCommands()
452 KisNodeSP m_activeNode; member
475 m_activeNode(activeNode), in DuplicateLayers()
498 const int indexOfActiveNode = filteredNodes.indexOf(m_activeNode); in populateChildCommands()
513 m_activeNode, KisNodeSP(), in populateChildCommands()
619 KisNodeSP m_activeNode; member
631 m_activeNode(activeNode){} in RemoveLayers()
646 m_activeNode, KisNodeSP(), in populateChildCommands()
[all …]
/dports/devel/lokalize/lokalize-21.12.3/src/project/
H A Dprojectmodel.cpp44 , m_activeNode(nullptr) in ProjectModel()
990 if ((m_activeJob != nullptr) && (m_activeNode == node)) in enqueueNodeForMetadataUpdate()
1010 if ((m_activeJob != nullptr) && (m_activeNode == node)) in deleteSubtree()
1023 m_activeNode = nullptr; in startNewMetadataJob()
1031 m_activeNode = node; in startNewMetadataJob()
1056 if ((m_dirsWaitingForMetadata.contains(m_activeNode)) && (job->m_status == 0)) { in finishMetadataUpdate()
1057 m_dirsWaitingForMetadata.remove(m_activeNode); in finishMetadataUpdate()
1060 setMetadataForDir(m_activeNode, m_activeJob->m_info); in finishMetadataUpdate()
1062 QModelIndex item = indexForNode(m_activeNode); in finishMetadataUpdate()
1065 for (int row = 0; row < m_activeNode->rows.count(); row++) { in finishMetadataUpdate()
H A Dprojectmodel.h232 ProjectNode* m_activeNode; variable
/dports/graphics/krita/krita-4.4.8/plugins/dockers/layerdocker/
H A DLayerBox.h176 KisNodeSP m_activeNode; variable
H A DLayerBox.cpp509 if (activeNode != m_activeNode) { in updateUI()
511 m_activeNode = activeNode; in updateUI()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DDocument.cpp566 m_activeNode = 0; in removedLastRef()
1774 m_activeNode = 0; in detach()
3112 m_activeNode = newActiveNode; in setActiveNode()
3149 …if (!m_activeNode || (node != m_activeNode && (!m_activeNode->isTextNode() || node != m_activeNode in activeChainNodeDetached()
3152 m_activeNode = node->parentNode(); in activeChainNodeDetached()
3153 while (m_activeNode && !m_activeNode->renderer()) in activeChainNodeDetached()
3154 m_activeNode = m_activeNode->parentNode(); in activeChainNodeDetached()
H A DDocument.h687 Node* activeNode() const { return m_activeNode.get(); } in activeNode()
1212 RefPtr<Node> m_activeNode; variable
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_docimpl.cpp422 m_activeNode = nullptr; in Q_GLOBAL_STATIC()
492 if (m_activeNode) { in removedLastRef()
493 m_activeNode->deref(); in removedLastRef()
494 m_activeNode = nullptr; in removedLastRef()
557 if (m_activeNode) { in ~DocumentImpl()
558 m_activeNode->deref(); in ~DocumentImpl()
2553 NodeImpl *oldActiveNode = m_activeNode; in setActiveNode()
2557 m_activeNode = newActiveNode; in setActiveNode()
H A Ddom_docimpl.h603 return m_activeNode; in activeNode()
875 NodeImpl *m_activeNode; variable
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_layer_utils.h169 KisNodeSP m_activeNode; member