Home
last modified time | relevance | path

Searched refs:calcRelativePath (Results 1 – 9 of 9) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/modeleditor/
H A Dpxnodeutilities.h53 QString calcRelativePath(const ProjectExplorer::Node *node, const QString &anchorFolder);
54 QString calcRelativePath(const QString &filePath, const QString &anchorFolder);
H A Dpxnodeutilities.cpp69 QString PxNodeUtilities::calcRelativePath(const ProjectExplorer::Node *node, in calcRelativePath() function in ModelEditor::Internal::PxNodeUtilities
76 return qmt::NameController::calcRelativePath(nodePath, anchorFolder); in calcRelativePath()
79 QString PxNodeUtilities::calcRelativePath(const QString &filePath, const QString &anchorFolder) in calcRelativePath() function in ModelEditor::Internal::PxNodeUtilities
88 return qmt::NameController::calcRelativePath(path, anchorFolder); in calcRelativePath()
H A Dpxnodecontroller.cpp214 d->pxnodeUtilities->calcRelativePath(node, d->anchorFolder), false); in findDiagramForExplorerNode()
323 d->pxnodeUtilities->calcRelativePath(filePath, d->anchorFolder), true); in onMenuActionTriggered()
345 d->pxnodeUtilities->calcRelativePath(filePath, d->anchorFolder), in onMenuActionTriggered()
H A Dcomponentviewcontroller.cpp361 d->pxnodeUtilities->calcRelativePath(file, anchorFolder), false); in doCreateComponentModel()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/controller/
H A Dnamecontroller.h48 static QString calcRelativePath(const QString &absoluteFileName, const QString &anchorPath);
H A Dnamecontroller.cpp90 QString NameController::calcRelativePath(const QString &absoluteFileName, const QString &anchorPath) in calcRelativePath() function in qmt::NameController
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/utils/fileutils/
H A Dtst_fileutils.cpp50 void calcRelativePath();
230 void tst_fileutils::calcRelativePath() in calcRelativePath() function in tst_fileutils
235 QString relativePath = Utils::FilePath::calcRelativePath(absolutePath, anchorPath); in calcRelativePath()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dfilepath.h179 static QString calcRelativePath(const QString &absolutePath, const QString &absoluteAnchorPath);
H A Dfilepath.cpp1049 QString relativeFilePath = calcRelativePath(absolutePath, absoluteAnchorPath); in relativePath()
1069 QString FilePath::calcRelativePath(const QString &absolutePath, const QString &absoluteAnchorPath) in calcRelativePath() function in Utils::FilePath