17#ifndef WEBCRAWLERDIALOG_H
18#define WEBCRAWLERDIALOG_H
24#include "ui_dialogwebcrawler.h"
47 const bool &selfLinks,
49 const bool &extLinksCrawl,
51 const bool &delayedRequests
55 Ui::DialogWebCrawler
ui;
void getUserChoices()
gathers data from web crawler form
Definition dialogwebcrawler.cpp:330
bool childLinks
Definition dialogwebcrawler.h:61
void userChoices(const QUrl &startUrl, const QStringList &, const QStringList &, const QStringList &, const int &maxNodes, const int &maxLinks, const bool &intLinks, const bool &childLinks, const bool &parentLinks, const bool &selfLinks, const bool &extLinksAllowed, const bool &extLinksCrawl, const bool &socialLinks, const bool &delayedRequests)
QStringList parseTextEditInput(const QString &html)
Parses HTML-formatted input string and returns a list of all strings inside.
Definition dialogwebcrawler.cpp:274
int maxUrlsToCrawl
Definition dialogwebcrawler.h:58
bool parentLinks
Definition dialogwebcrawler.h:61
QStringList urlPatternsIncluded
Definition dialogwebcrawler.h:64
QUrl seedUrl
Definition dialogwebcrawler.h:57
bool intLinks
Definition dialogwebcrawler.h:59
int maxLinksPerPage
Definition dialogwebcrawler.h:58
QStringList linkClasses
Definition dialogwebcrawler.h:63
bool extLinksAllowed
Definition dialogwebcrawler.h:60
QStringList urlPatternsExcluded
Definition dialogwebcrawler.h:65
bool socialLinks
Definition dialogwebcrawler.h:62
Ui::DialogWebCrawler ui
Definition dialogwebcrawler.h:55
bool extLinks
Definition dialogwebcrawler.h:59
DialogWebCrawler(QWidget *parent=Q_NULLPTR)
Definition dialogwebcrawler.cpp:25
void webCrawlerDialogError(QString)
void checkErrors()
Checks crawler form for user input errors.
Definition dialogwebcrawler.cpp:107
QString seedUrlInputStr
Definition dialogwebcrawler.h:56