Searched refs:ViewContextInterface (Results 1 – 12 of 12) sorted by relevance
33 class ViewContextInterface {35 virtual ~ViewContextInterface() {} in ~ViewContextInterface()63 std::shared_ptr<const ViewContextInterface> context( void ) const in context()79 virtual std::shared_ptr<const ViewContextInterface>
36 class ViewContextInterface; variable84 … std::tuple<const ViewInterface*, uint64_t, std::shared_ptr<const ViewContextInterface>>
87 std::shared_ptr<const ViewContextInterface>> in save()97 std::shared_ptr<const ViewContextInterface> view_context; in save()
100 virtual std::shared_ptr<const ViewContextInterface>
52 class CrawlerWidgetContext : public ViewContextInterface {261 std::shared_ptr<const ViewContextInterface>270 return static_cast<std::shared_ptr<const ViewContextInterface>>( context ); in doGetViewContext()
976 std::tuple<const ViewInterface*, uint64_t, std::shared_ptr<const ViewContextInterface>> in writeSettings()