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

Method getSelectedFiles

Qt/Core/pqFileDialog.cxx:912–920  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

910
911//-----------------------------------------------------------------------------
912QStringList pqFileDialog::getSelectedFiles(int index)
913{
914 auto& impl = *this->Implementations[this->SelectedLocation];
915 if (index < 0 || index >= impl.SelectedFiles.size())
916 {
917 return QStringList();
918 }
919 return impl.SelectedFiles[index];
920}
921
922//-----------------------------------------------------------------------------
923int pqFileDialog::getSelectedFilterIndex()

Callers 15

importTrajectoryMethod · 0.80
exportTrajectoryMethod · 0.80
getOpenIconPathMethod · 0.80
saveToFileMethod · 0.80
loadPluginMethod · 0.80
addPluginConfigFileMethod · 0.80
onLoadMethod · 0.80
importConfigurationsMethod · 0.80
exportConfigurationsMethod · 0.80
saveServersMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 3

recordTestMethod · 0.64
playTestMethod · 0.64
openFileDialogMethod · 0.64