dialogwebcrawler.h
QStringList urlPatternsExcluded
Definition: dialogwebcrawler.h:78
void checkErrors()
Checks crawler form for user input errors.
Definition: dialogwebcrawler.cpp:118
DialogWebCrawler(QWidget *parent=Q_NULLPTR)
Definition: dialogwebcrawler.cpp:36
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:285
Definition: dialogwebcrawler.h:40
void webCrawlerDialogError(QString)
void getUserChoices()
gathers data from web crawler form
Definition: dialogwebcrawler.cpp:341
QStringList urlPatternsIncluded
Definition: dialogwebcrawler.h:77