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

Function ListFiles

Qt/Python/pqPythonEditorActions.cxx:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace
24{
25QStringList ListFiles(const QString& directory)
26{
27 const QDir dir(directory);
28 return dir.entryList(QStringList() << "*.py", QDir::Files);
29}
30}
31
32//-----------------------------------------------------------------------------

Callers 1

updateScriptsListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected