Home
last modified time | relevance | path

Searched refs:CrawlerWidgetContext (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/src/
H A Dcrawlerwidget.cpp
/glogg/src/
H A Dcrawlerwidget.cpp52 class CrawlerWidgetContext : public ViewContextInterface { class
55 CrawlerWidgetContext( const char* string );
57 CrawlerWidgetContext( QList<int> sizes, in CrawlerWidgetContext() function in CrawlerWidgetContext
248 CrawlerWidgetContext context = { view_context }; in doSetViewContext()
264 auto context = std::make_shared<const CrawlerWidgetContext>( in doGetViewContext()
1125 CrawlerWidgetContext::CrawlerWidgetContext( const char* string ) in CrawlerWidgetContext() function in CrawlerWidgetContext
1168 std::string CrawlerWidgetContext::toString() const in toString()