Home
last modified time | relevance | path

Searched refs:CrawlerWidget (Results 1 – 10 of 10) sorted by relevance

/glogg/glogg/src/
H A Dcrawlerwidget.cpp
H A Dmainwindow.cpp
H A Dtabbedcrawlerwidget.cpp
H A Dmainwindow.h
H A Dcrawlerwidget.h
/glogg/src/
H A Dcrawlerwidget.cpp49 const QPalette CrawlerWidget::errorPalette( QColor( "yellow" ) );
86 CrawlerWidget::CrawlerWidget( QWidget *parent ) in CrawlerWidget() function in CrawlerWidget
108 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 …]
H A Dmainwindow.cpp194 []() { 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 …]
H A Dtabbedcrawlerwidget.cpp71 if ( auto crawler = dynamic_cast<CrawlerWidget*>( page ) ) { in addTab()
76 connect( crawler, &CrawlerWidget::dataStatusChanged, in addTab()
H A Dmainwindow.h153 CrawlerWidget* currentCrawlerWidget() const;
155 void updateMenuBarFromDocument( const CrawlerWidget* crawler );
H A Dcrawlerwidget.h51 class CrawlerWidget : public QSplitter,
58 CrawlerWidget( QWidget *parent=0 );