Home
last modified time | relevance | path

Searched refs:doGetAllSearchables (Results 1 – 6 of 6) sorted by relevance

/glogg/glogg/src/
H A Dquickfindmux.h
H A Dcrawlerwidget.h
H A Dcrawlerwidget.cpp
/glogg/src/
H A Dquickfindmux.h54 { return doGetAllSearchables(); } in getAllSearchables()
57 virtual std::vector<QObject*> doGetAllSearchables() const = 0;
H A Dcrawlerwidget.h106 virtual std::vector<QObject*> doGetAllSearchables() const;
H A Dcrawlerwidget.cpp148 std::vector<QObject*> CrawlerWidget::doGetAllSearchables() const in doGetAllSearchables() function in CrawlerWidget