webcrawler.h File Reference
#include <QNetworkReply>
#include <QQueue>
+ Include dependency graph for webcrawler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WebCrawler
 The WebCrawler class Parses HTML code it receives, locates urls inside it and puts them into a url queue (passed from the parent) while emitting signals to the parent to create new nodes and edges between them. More...