MCPcopy Create free account
hub / github.com/commontk/CTK / fileSystemModel

Method fileSystemModel

Libs/Widgets/ctkPathLineEdit.cpp:231–235  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

229
230//-----------------------------------------------------------------------------
231QFileSystemModel* ctkFileCompleter::fileSystemModel() const
232{
233 QFileSystemModel* fileSystemModel = qobject_cast<QFileSystemModel*>(this->model());
234 return fileSystemModel;
235}
236
237//-----------------------------------------------------------------------------
238void ctkFileCompleter::addPathToIndex(const QString& path)

Callers 2

showFilesMethod · 0.95
addPathToIndexMethod · 0.95

Calls 1

modelMethod · 0.45

Tested by

no test coverage detected