MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / setUrls

Method setUrls

Gui/SequenceFileDialog.cpp:2050–2057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2048}
2049
2050void
2051UrlModel::setUrls(const std::vector<QUrl> &urls)
2052{
2053 removeRows( 0, rowCount() );
2054 invalidUrls.clear();
2055 watching.clear();
2056 addUrls(urls, 0);
2057}
2058
2059void
2060UrlModel::addUrls(const std::vector<QUrl> &list,

Callers 5

mimeDataMethod · 0.45
setModelAndUrlsMethod · 0.45
mimeDataMethod · 0.45
showPopupMethod · 0.45
setHistoryMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected