Searched refs:CrawlerWidget (Results 1 – 10 of 10) sorted by relevance
49 const QPalette CrawlerWidget::errorPalette( QColor( "yellow" ) );86 CrawlerWidget::CrawlerWidget( QWidget *parent ) in CrawlerWidget() function in CrawlerWidget108 int CrawlerWidget::getTopLine() const in getTopLine()113 QString CrawlerWidget::getSelectedText() const in getSelectedText()121 void CrawlerWidget::selectAll() in selectAll()126 Encoding CrawlerWidget::encodingSetting() const in encodingSetting()131 bool CrawlerWidget::isFollowEnabled() const in isFollowEnabled()136 QString CrawlerWidget::encodingText() const in encodingText()142 SearchableWidgetInterface* CrawlerWidget::doGetActiveSearchable() const in doGetActiveSearchable()148 std::vector<QObject*> CrawlerWidget::doGetAllSearchables() const in doGetAllSearchables()[all …]
194 []() { return new CrawlerWidget(); }, in reloadSession()198 CrawlerWidget* crawler_widget = dynamic_cast<CrawlerWidget*>( in reloadSession()489 CrawlerWidget* current = currentCrawlerWidget(); in selectAll()499 CrawlerWidget* current = currentCrawlerWidget(); in copy()670 auto widget = dynamic_cast<CrawlerWidget*>( in closeTab()687 CrawlerWidget* crawler_widget = dynamic_cast<CrawlerWidget*>( in currentTabChanged()827 CrawlerWidget* existing_crawler = dynamic_cast<CrawlerWidget*>( in loadFile()840 CrawlerWidget* crawler_widget = dynamic_cast<CrawlerWidget*>( in loadFile()842 []() { return new CrawlerWidget(); } ) ); in loadFile()883 CrawlerWidget* MainWindow::currentCrawlerWidget() const in currentCrawlerWidget()[all …]
71 if ( auto crawler = dynamic_cast<CrawlerWidget*>( page ) ) { in addTab()76 connect( crawler, &CrawlerWidget::dataStatusChanged, in addTab()
153 CrawlerWidget* currentCrawlerWidget() const;155 void updateMenuBarFromDocument( const CrawlerWidget* crawler );
51 class CrawlerWidget : public QSplitter,58 CrawlerWidget( QWidget *parent=0 );