Home
last modified time | relevance | path

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

/dports/audio/rosegarden/rosegarden-21.06.1/src/document/io/
H A DLilyPondSegmentsContext.cpp911 if (!m_it2->segment->isLinkedTo(m_it0->segment)) return false; in isPossibleStartOfRepeatWithVolta()
945 if (m_it1->segment->isLinkedTo(m_it0->segment)) return false; in isPossibleStartOfRepeatWithVolta()
966 if (m_it3->segment->isLinkedTo(m_it0->segment)) return false; in isPossibleStartOfRepeatWithVolta()
1020 if (!m_it2->segment->isLinkedTo(m_it0->segment)) return false; in isNextSegmentsOfRepeatWithVolta()
1053 if (m_it3->segment->isLinkedTo(m_it0->segment)) return false; in isNextSegmentsOfRepeatWithVolta()
1114 if (!m_it1->segment->isLinkedTo(m_it0->segment)) return false; in isPossibleStartOfSimpleRepeat()
1179 if (!m_it1->segment->isLinkedTo(m_it0->segment)) return false; in isNextSegmentOfSimpleRepeat()
/dports/cad/qelectrotech/qet-0.7.0/sources/qetgraphicsitem/
H A Dterminal.h75 bool isLinkedTo(Terminal *);
H A Dterminal.cpp647 bool Terminal::isLinkedTo(Terminal *other_terminal) { in isLinkedTo() function in Terminal
668 if (other_terminal == this || isLinkedTo(other_terminal)) in canBeLinkedTo()
/dports/www/gallery2/gallery2/modules/core/
H A DItemEditRotateAndScalePhoto.inc181 $ItemEditRotateAndScalePhoto['editPhoto']['isLinkedTo'] = false;
188 $ItemEditRotateAndScalePhoto['editPhoto']['isLinkedTo'] = !empty($linkedIds);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dschematicnode.cpp776 if (!port->isLinkedTo(m_linkingTo) && port->linkTo(m_linkingTo, true)) { in mouseReleaseEvent()
823 if (isLinkedTo(port) || !port) return 0; in makeLink()
837 bool SchematicPort::isLinkedTo(SchematicPort *port) const { in isLinkedTo() function in SchematicPort
H A Dstageschematicscene.cpp340 if (!port1->isLinkedTo(port2) && groupeParentNode != groupeNode) in updateScene()
H A Dfxschematicscene.cpp898 if (p0 && p1 && !p0->isLinkedTo(p1)) p0->makeLink(p1); in updateLink()
H A Dfxschematicnode.cpp1326 if (isLinkedTo(port) || !port) return 0; in makeLink()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dschematicnode.h371 bool isLinkedTo(SchematicPort *port) const;
/dports/www/gallery2/gallery2/modules/core/templates/
H A DItemEditRotateAndScalePhoto.tpl88 {elseif $ItemEditRotateAndScalePhoto.editPhoto.isLinkedTo}
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DSegment.h836 bool isLinkedTo(Segment *) const;
H A DSegment.cpp298 Segment::isLinkedTo(Segment * seg) const {
311 return isLinkedTo(seg);
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources400111 [:m | (textMorph isLinkedTo: m)
403454 isLinkedTo: aMorph
H A DPharo-1.4.changes229077 [:m | (textMorph isLinkedTo: m)