Code Documentation 3.1
Social Network Visualizer
|
#include <QNetworkReply>
#include <QQueue>
Go to the source code of this file.
Data Structures | |
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... | |