![]() |
Code Documentation 3.3
Social Network Visualizer
|
This is the complete list of members for WebCrawler, including all inherited members.
| constIterator | WebCrawler | private |
| finished(QString) | WebCrawler | signal |
| knownUrls | WebCrawler | private |
| m_childLinks | WebCrawler | private |
| m_delayBetween | WebCrawler | private |
| m_discoveredNodes | WebCrawler | private |
| m_extLinksCrawl | WebCrawler | private |
| m_extLinksIncluded | WebCrawler | private |
| m_initialUrl | WebCrawler | private |
| m_intLinks | WebCrawler | private |
| m_linkClassAllowed | WebCrawler | private |
| m_linkClasses | WebCrawler | private |
| m_maxLinksPerPage | WebCrawler | private |
| m_maxUrls | WebCrawler | private |
| m_parentLinks | WebCrawler | private |
| m_selfLinks | WebCrawler | private |
| m_socialLinks | WebCrawler | private |
| m_socialLinksExcluded | WebCrawler | private |
| m_urlIsSocial | WebCrawler | private |
| m_urlPatternAllowed | WebCrawler | private |
| m_urlPatternNotAllowed | WebCrawler | private |
| m_urlPatternsExcluded | WebCrawler | private |
| m_urlPatternsIncluded | WebCrawler | private |
| m_urlQueue | WebCrawler | private |
| newLink(int s, QUrl target, bool enqueue_to_frontier) | WebCrawler | slot |
| parse(QNetworkReply *reply) | WebCrawler | slot |
| signalCreateEdge(const int &source, const int &target) | WebCrawler | signal |
| signalCreateNode(const int &no, const QString &url, const bool &signalMW=false) | WebCrawler | signal |
| signalStartSpider() | WebCrawler | signal |
| urlPattern | WebCrawler | private |
| WebCrawler(QQueue< QUrl > *urlQueue, const QUrl &startUrl, const QStringList &urlPatternsIncluded, const QStringList &urlPatternsExcluded, const QStringList &linkClasses, const int &maxNodes, const int &maxLinksPerPage, const bool &intLinks=true, const bool &childLinks=true, const bool &parentLinks=false, const bool &selfLinks=false, const bool &extLinksIncluded=false, const bool &extLinksCrawl=false, const bool &socialLinks=false, const int &delayBetween=0) | WebCrawler | |
| ~WebCrawler() | WebCrawler |