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

Method urls

Gui/SequenceFileDialog.cpp:2141–2151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2139} // UrlModel::addUrls
2140
2141std::vector<QUrl>
2142UrlModel::urls() const
2143{
2144 std::vector<QUrl> list;
2145
2146 for (int i = 0; i < rowCount(); ++i) {
2147 list.push_back( data(index(i, 0), UrlRole).toUrl() );
2148 }
2149
2150 return list;
2151}
2152
2153void
2154UrlModel::setFileSystemModel(QFileSystemModel *model)

Callers 7

keyPressEventMethod · 0.45
dropEventMethod · 0.45
saveStateMethod · 0.45
dropEventMethod · 0.45
canDropMethod · 0.45
dropMimeDataMethod · 0.45
dropEventMethod · 0.45

Calls 2

dataFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected