MCPcopy Create free account
hub / github.com/Kitware/ParaView / absoluteFilePath

Method absoluteFilePath

Qt/Core/pqFileDialogModel.cxx:650–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650QString pqFileDialogModel::absoluteFilePath(const QString& path)
651{
652 if (path.isEmpty())
653 {
654 return QString();
655 }
656
657 vtkPVFileInformation* info;
658 info = this->Implementation->GetData(false, path, false);
659 return this->Implementation->cleanPath(QString::fromUtf8(info->GetFullPath()));
660}
661
662QStringList pqFileDialogModel::getFilePaths(const QModelIndex& localIndex)
663{

Callers 15

mkdirMethod · 0.95
rmdirMethod · 0.95
renameMethod · 0.95
importIconToUserDirMethod · 0.80
removeIconFromUserDirMethod · 0.80
getIconResourcesMethod · 0.80
getIconUserDirectoryMethod · 0.80
onButtonPressedMethod · 0.80
openUrlMethod · 0.80

Calls 4

QStringClass · 0.70
isEmptyMethod · 0.45
GetDataMethod · 0.45
cleanPathMethod · 0.45

Tested by

no test coverage detected