Home
last modified time | relevance | path

Searched refs:getDagNodePos (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dfxdata.cpp95 pos = zerayFx->getAttributes()->getDagNodePos(); in setFxs()
97 pos = fx->getAttributes()->getDagNodePos(); in setFxs()
115 col->getFx()->getAttributes()->getDagNodePos()); in setFxs()
131 TPointD pos = m_fxs[i]->getAttributes()->getDagNodePos(); in getFxs()
150 col->getFx()->getAttributes()->getDagNodePos()); in getFxs()
H A Dfxschematicscene.cpp556 if (fx->getAttributes()->getDagNodePos() == TConst::nowhere) { in addFxSchematicNode()
560 updatePosition(node, fx->getAttributes()->getDagNodePos()); in addFxSchematicNode()
660 TPointD pos = xsheetFx->getAttributes()->getDagNodePos(); in placeNode()
673 TPointD pos = inputFx->getAttributes()->getDagNodePos(); in placeNode()
723 minX = fx->getAttributes()->getDagNodePos().x; in placeNode()
724 minY = maxY = fx->getAttributes()->getDagNodePos().y; in placeNode()
727 minX = std::min(fx->getAttributes()->getDagNodePos().x, minX); in placeNode()
1287 TPointD inFxPos = inFx->getAttributes()->getDagNodePos(); in removeRetroLinks()
1288 TPointD fxPos = fx->getAttributes()->getDagNodePos(); in removeRetroLinks()
1349 outputFx->getAttributes()->getDagNodePos().x < x) { in placeNodeAndParents()
[all …]
H A Dstageschematicscene.cpp219 if (pegbar->getDagNodePos() == TConst::nowhere) in updateScene()
378 if (pegbar->getDagNodePos() == TConst::nowhere) { in addStageSchematicNode()
387 updatePosition(node, pegbar->getDagNodePos()); in addStageSchematicNode()
407 if (root->getDagNodePos() == TConst::nowhere) { in addStageGroupNode()
410 updatePosition(node, root->getDagNodePos()); in addStageGroupNode()
595 TPointD oldPos = obj->getDagNodePos(); in updatePositionOnResize()
606 TPointD oldPos = spl->getDagNodePos(); in updateSplinePositionOnResize()
621 if (spline->getDagNodePos() == TConst::nowhere) { in addSchematicSplineNode()
625 node->setPos(QPointF(spline->getDagNodePos().x, spline->getDagNodePos().y)); in addSchematicSplineNode()
820 TPointD pos = parentObj->getDagNodePos(); in placeNode()
[all …]
H A Dstageobjectsdata.cpp196 m_dagPos = obj->getDagNodePos(); in storeObject()
314 if (fx) dagPos = fx->getAttributes()->getDagNodePos(); in storeColumn()
346 dagPos = column->getFx()->getAttributes()->getDagNodePos(); in restoreColumn()
436 m_dagPos = obj->getDagNodePos(); in storeCamera()
1095 oldLinkedFx->getAttributes()->getDagNodePos()); in restoreObjects()
1176 TPointD oldPos = obj->getDagNodePos(); in restoreObjects()
1190 TPointD oldPos = obj->getDagNodePos(); in restoreObjects()
H A Daddfxcontextmenu.cpp565 fx->getAttributes()->getDagNodePos() != TConst::nowhere) { in onAddFx()
572 fx->getAttributes()->getDagNodePos()); in onAddFx()
H A Dschematicgroupeditor.cpp419 TPointD oldPos = m_macro->getAttributes()->getDagNodePos(); in mouseMoveEvent()
H A Dfxschematicnode.cpp1892 TPointD oldFxPos = m_fx->getAttributes()->getDagNodePos(); in setSchematicNodePos()
1901 TPointD oldPos = fxs[i]->getAttributes()->getDagNodePos(); in setSchematicNodePos()
3544 TPointD groupPos = m_groupedFxs[i]->getAttributes()->getDagNodePos(); in updateFxsDagPosition()
3552 TPointD oldP = fxs[i]->getAttributes()->getDagNodePos(); in updateFxsDagPosition()
3589 TPointD fxPos = fx->getAttributes()->getDagNodePos(); in computePos()
H A Dstageschematicnode.cpp2326 TPointD oldPos = m_root->getDagNodePos(); in updateObjsDagPosition()
2332 if (m_groupedObj[i]->getDagNodePos() != TConst::nowhere) in updateObjsDagPosition()
2333 m_groupedObj[i]->setDagNodePos(m_groupedObj[i]->getDagNodePos() + delta); in updateObjsDagPosition()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dtstageobjectspline.h65 TPointD getDagNodePos() const { return m_dagNodePos; } in getDagNodePos() function
H A Dtstageobject.h248 TPointD getDagNodePos() const { return m_dagNodePos; } in getDagNodePos() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtfxattributes.h47 TPointD getDagNodePos() const { return m_dagNodePos; } in getDagNodePos() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dsubscenecommand.cpp435 attr->setDagNodePos(fx->getAttributes()->getDagNodePos()); in bringFxOut()
528 TPointD pos = root->getAttributes()->getDagNodePos(); in explodeFxSubTree()
585 outerObj->setDagNodePos((*it)->getDagNodePos()); in bringObjectOut()
652 obj->setDagNodePos(table->getDagNodePos()); in explodeStageObjects()
721 innerFx->getAttributes()->getDagNodePos()); in explodeStageObjects()
745 outerCol->setDagNodePos(innerCol->getDagNodePos()); in explodeStageObjects()
802 const TPointD &pos = innerObj->getDagNodePos(); in explodeStageObjects()
818 TPointD outerPos = outerObj->getDagNodePos(); in explodeStageObjects()
900 const TPointD &pos = innerFx->getAttributes()->getDagNodePos(); in explodeFxs()
2552 TPointD fxSubPos = attr->getDagNodePos(); in explode()
[all …]
H A Dcolumncommand.cpp147 fxDag->getOutputFx(i)->getAttributes()->getDagNodePos()); in cloneNotColumnLinkedFxsAndOutputsFx()
1093 childXsh->getFxDag()->getXsheetFx()->getAttributes()->getDagNodePos()); in cloneChild()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dfxcommand.cpp363 fromFx->getAttributes()->getDagNodePos()); in copyDagPosition()
1609 const TPointD &pos = currentOutputFx->getAttributes()->getDagNodePos(); in initialize()
2492 dagPos = fromFx->getAttributes()->getDagNodePos(); in initialize()
2550 fx->getAttributes()->getDagNodePos()); in initialize()
2643 const TPointD &fxPos = fx->getAttributes()->getDagNodePos(); in initialize()
2657 const TPointD &fxPos = fx->getAttributes()->getDagNodePos(); in initialize()
3153 v.emplace_back(e.first, e.first->getAttributes()->getDagNodePos()); in initialize()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tfx/
H A Dtfx.cpp891 TPointD p = m_imp->m_attributes.getDagNodePos(); in saveData()