MCPcopy Create free account
hub / github.com/dillo-browser/dillo / iterator

Method iterator

dw/fltkui.cc:1360–1365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1358// ----------------------------------------------------------------------
1359
1360template <class I> dw::core::Iterator *
1361FltkSelectionResource<I>::iterator (dw::core::Content::Type mask, bool atEnd)
1362{
1363 /** \bug Implementation. */
1364 return new core::EmptyIterator (this->getEmbed (), mask, atEnd);
1365}
1366
1367// ----------------------------------------------------------------------
1368

Callers 1

buttonClickedMethod · 0.45

Calls 1

getEmbedMethod · 0.80

Tested by

no test coverage detected