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

Method filePath

Qt/Core/pqFileDialogFavoriteModel.cxx:168–171  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

166
167//-----------------------------------------------------------------------------
168QString pqFileDialogFavoriteModel::filePath(const QModelIndex& index) const
169{
170 return this->data(index, Qt::UserRole).toString();
171}
172
173//-----------------------------------------------------------------------------
174bool pqFileDialogFavoriteModel::isDirectory(const QModelIndex& index) const

Callers 14

getStatePathMethod · 0.45
saveStateMethod · 0.45
recoveryStateFunction · 0.45
saveImageFunction · 0.45
onActivateFavoriteMethod · 0.45
onActivateLocationMethod · 0.45
onActivateRecentMethod · 0.45
UpdateMethod · 0.45
getFilePathsMethod · 0.45
dataMethod · 0.45

Calls 2

dataMethod · 0.95
toStringMethod · 0.45

Tested by 1

saveImageFunction · 0.36