Home
last modified time | relevance | path

Searched refs:scenePath (Results 1 – 25 of 50) sorted by relevance

12

/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DeditTarget.cpp151 UsdEditTarget::MapToSpecPath(const SdfPath &scenePath) const in MapToSpecPath()
153 SdfPath result = _mapping.MapTargetToSource(scenePath); in MapToSpecPath()
174 UsdEditTarget::GetPrimSpecForScenePath(const SdfPath &scenePath) const in GetPrimSpecForScenePath()
177 return layer->GetPrimAtPath(MapToSpecPath(scenePath)); in GetPrimSpecForScenePath()
182 UsdEditTarget::GetPropertySpecForScenePath(const SdfPath &scenePath) const in GetPropertySpecForScenePath()
185 return layer->GetPropertyAtPath(MapToSpecPath(scenePath)); in GetPropertySpecForScenePath()
190 UsdEditTarget::GetSpecForScenePath(const SdfPath &scenePath) const in GetSpecForScenePath()
193 return layer->GetObjectAtPath(MapToSpecPath(scenePath)); in GetSpecForScenePath()
H A DeditTarget.h147 SdfPath MapToSpecPath(const SdfPath &scenePath) const;
157 GetPrimSpecForScenePath(const SdfPath &scenePath) const;
161 GetPropertySpecForScenePath(const SdfPath &scenePath) const;
165 GetSpecForScenePath(const SdfPath &scenePath) const;
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A D__init__.py28 def Find(layerFileName, scenePath=None): argument
39 if (scenePath is None): return layer
40 return layer.GetObjectAtPath(scenePath)
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Diocommand.cpp1371 TFilePath scenePath = path; in saveScene() local
1372 if (scenePath.getType() == "") scenePath = scenePath.withType("tnz"); in saveScene()
1373 if (scenePath.getType() != "tnz") { in saveScene()
1465 scene->save(scenePath, xsheet); in saveScene()
1490 History::instance()->addItem(scenePath); in saveScene()
1758 scene.load(scenePath); in loadScene()
1788 TFilePath scenePath = path; in loadScene() local
1791 if (scenePath.getType() == "") scenePath = scenePath.withType("tnz"); in loadScene()
1883 scene->load(scenePath); in loadScene()
1912 project->setFolder("project", scenePath); in loadScene()
[all …]
H A Dfileselection.cpp439 static int collectAssets(TFilePath scenePath) { in collectAssets() argument
442 scene.load(scenePath); in collectAssets()
448 scene.save(scenePath); in collectAssets()
511 static int importScene(TFilePath scenePath) { in importScene() argument
515 IoCmd::loadScene(scene, scenePath, true); in importScene()
518 .arg(toQString(scenePath)) in importScene()
524 QObject::tr("Error loading scene %1").arg(toQString(scenePath))); in importScene()
532 .arg(toQString(scenePath))); in importScene()
H A Diocommand.h178 bool loadScene(ToonzScene &scene, const TFilePath &scenePath, bool import);
179 bool loadScene(const TFilePath &scenePath, bool updateRecentFile = true,
184 bool loadSubScene(const TFilePath &scenePath);
H A Dexportscenepopup.cpp38 TFilePath importScene(TFilePath scenePath) { in importScene() argument
42 ret = IoCmd::loadScene(scene, scenePath, true); in importScene()
45 .arg(toQString(scenePath)) in importScene()
51 QObject::tr("Error loading scene %1").arg(toQString(scenePath))); in importScene()
58 .arg(toQString(scenePath))); in importScene()
72 int collectAssets(TFilePath scenePath) { in collectAssets() argument
74 scene.load(scenePath); in collectAssets()
80 scene.save(scenePath); in collectAssets()
H A Dxdtsimportpopup.cpp18 TFilePath scenePath) in XDTSImportPopup() argument
23 .arg(QString::fromStdString(scenePath.getLevelName()))); in XDTSImportPopup()
70 updateSuggestions(scenePath.getQString()); in XDTSImportPopup()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/graphicsview/
H A Dqgraphicssceneindex.cpp186 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect()
200 keep = scenePath.contains(itemSceneBoundingRect); in intersect()
202 keep = scenePath.intersects(itemSceneBoundingRect); in intersect()
205 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect()
207 : itemd->sceneTransform.inverted().map(scenePath); in intersect()
214 QPainterPath scenePath; member in QGraphicsSceneIndexPathIntersector
492 d->pathIntersector->scenePath = path; in items()
526 d->pathIntersector->scenePath = path; in items()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtoonzscene.cpp598 TFilePath scenePath = decodeFilePath(fp); in save() local
599 TFilePath scenePathTemp(scenePath.getWideString() + in save()
604 saveBackup(scenePath); in save()
1278 TFilePath scenePath = getScenePath(); in decodeFilePath() local
1283 scenePathRoot = scenePath.getParentDir(); in decodeFilePath()
1292 if (scenePathRoot.isAncestorOf(scenePath)) in decodeFilePath()
1293 scenePath = scenePath - scenePathRoot; in decodeFilePath()
1540 return scenePath.getParentDir() + "sceneIcons" + in getIconPath()
1541 (scenePath.getWideName() + L" .png"); in getIconPath()
1554 TFilePath scenePath = getScenePath().withType(""); in getSavePath() local
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/
H A DtestUsdEditTarget.py65 def CheckPath(target, scenePath, specPath): argument
66 result = target.MapToSpecPath(scenePath)
69 scenePath, result, scenePath, specPath))
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicssceneindex.cpp163 const QPainterPath scenePath = *static_cast<const QPainterPath *>(intersectData); in intersect_path() local
176 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect_path()
190 keep = scenePath.contains(itemSceneBoundingRect); in intersect_path()
192 keep = scenePath.intersects(itemSceneBoundingRect); in intersect_path()
195 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect_path()
197 : itemd->sceneTransform.inverted().map(scenePath); in intersect_path()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicssceneindex.cpp163 const QPainterPath scenePath = *static_cast<const QPainterPath *>(intersectData); in intersect_path() local
176 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect_path()
190 keep = scenePath.contains(itemSceneBoundingRect); in intersect_path()
192 keep = scenePath.intersects(itemSceneBoundingRect); in intersect_path()
195 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect_path()
197 : itemd->sceneTransform.inverted().map(scenePath); in intersect_path()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicssceneindex.cpp163 const QPainterPath scenePath = *static_cast<const QPainterPath *>(intersectData); in intersect_path() local
176 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect_path()
190 keep = scenePath.contains(itemSceneBoundingRect); in intersect_path()
192 keep = scenePath.intersects(itemSceneBoundingRect); in intersect_path()
195 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect_path()
197 : itemd->sceneTransform.inverted().map(scenePath); in intersect_path()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicssceneindex.cpp163 const QPainterPath scenePath = *static_cast<const QPainterPath *>(intersectData); in intersect_path() local
176 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect_path()
190 keep = scenePath.contains(itemSceneBoundingRect); in intersect_path()
192 keep = scenePath.intersects(itemSceneBoundingRect); in intersect_path()
195 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect_path()
197 : itemd->sceneTransform.inverted().map(scenePath); in intersect_path()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicssceneindex.cpp163 const QPainterPath scenePath = *static_cast<const QPainterPath *>(intersectData); in intersect_path() local
176 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect_path()
190 keep = scenePath.contains(itemSceneBoundingRect); in intersect_path()
192 keep = scenePath.intersects(itemSceneBoundingRect); in intersect_path()
195 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect_path()
197 : itemd->sceneTransform.inverted().map(scenePath); in intersect_path()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicssceneindex.cpp163 const QPainterPath scenePath = *static_cast<const QPainterPath *>(intersectData); in intersect_path() local
176 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect_path()
190 keep = scenePath.contains(itemSceneBoundingRect); in intersect_path()
192 keep = scenePath.intersects(itemSceneBoundingRect); in intersect_path()
195 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect_path()
197 : itemd->sceneTransform.inverted().map(scenePath); in intersect_path()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicssceneindex.cpp163 const QPainterPath scenePath = *static_cast<const QPainterPath *>(intersectData); in intersect_path() local
176 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect_path()
190 keep = scenePath.contains(itemSceneBoundingRect); in intersect_path()
192 keep = scenePath.intersects(itemSceneBoundingRect); in intersect_path()
195 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect_path()
197 : itemd->sceneTransform.inverted().map(scenePath); in intersect_path()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicssceneindex.cpp163 const QPainterPath scenePath = *static_cast<const QPainterPath *>(intersectData); in intersect_path() local
176 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect_path()
190 keep = scenePath.contains(itemSceneBoundingRect); in intersect_path()
192 keep = scenePath.intersects(itemSceneBoundingRect); in intersect_path()
195 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect_path()
197 : itemd->sceneTransform.inverted().map(scenePath); in intersect_path()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicssceneindex.cpp163 const QPainterPath scenePath = *static_cast<const QPainterPath *>(intersectData); in intersect_path() local
176 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect_path()
190 keep = scenePath.contains(itemSceneBoundingRect); in intersect_path()
192 keep = scenePath.intersects(itemSceneBoundingRect); in intersect_path()
195 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect_path()
197 : itemd->sceneTransform.inverted().map(scenePath); in intersect_path()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicssceneindex.cpp163 const QPainterPath scenePath = *static_cast<const QPainterPath *>(intersectData); in intersect_path() local
176 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect_path()
190 keep = scenePath.contains(itemSceneBoundingRect); in intersect_path()
192 keep = scenePath.intersects(itemSceneBoundingRect); in intersect_path()
195 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect_path()
197 : itemd->sceneTransform.inverted().map(scenePath); in intersect_path()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicssceneindex.cpp163 const QPainterPath scenePath = *static_cast<const QPainterPath *>(intersectData); in intersect_path() local
176 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect_path()
190 keep = scenePath.contains(itemSceneBoundingRect); in intersect_path()
192 keep = scenePath.intersects(itemSceneBoundingRect); in intersect_path()
195 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect_path()
197 : itemd->sceneTransform.inverted().map(scenePath); in intersect_path()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicssceneindex.cpp163 const QPainterPath scenePath = *static_cast<const QPainterPath *>(intersectData); in intersect_path() local
176 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect_path()
190 keep = scenePath.contains(itemSceneBoundingRect); in intersect_path()
192 keep = scenePath.intersects(itemSceneBoundingRect); in intersect_path()
195 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect_path()
197 : itemd->sceneTransform.inverted().map(scenePath); in intersect_path()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicssceneindex.cpp163 const QPainterPath scenePath = *static_cast<const QPainterPath *>(intersectData); in intersect_path() local
176 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect_path()
190 keep = scenePath.contains(itemSceneBoundingRect); in intersect_path()
192 keep = scenePath.intersects(itemSceneBoundingRect); in intersect_path()
195 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect_path()
197 : itemd->sceneTransform.inverted().map(scenePath); in intersect_path()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicssceneindex.cpp163 const QPainterPath scenePath = *static_cast<const QPainterPath *>(intersectData); in intersect_path() local
176 QPainterPath itemPath = (deviceTransform * transform.inverted()).map(scenePath); in intersect_path()
190 keep = scenePath.contains(itemSceneBoundingRect); in intersect_path()
192 keep = scenePath.intersects(itemSceneBoundingRect); in intersect_path()
195 ? scenePath.translated(-itemd->sceneTransform.dx(), in intersect_path()
197 : itemd->sceneTransform.inverted().map(scenePath); in intersect_path()

12