git-svn-id: svn://192.168.0.12/source@154 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -44,7 +44,11 @@ public:
|
||||
bool SendIpList(QString _str);
|
||||
void SearchChildFrame(QWebFrame *frame);
|
||||
QString getIpListFromAss(const QWebElement _FindElement);
|
||||
QString getIpListFromFreeProxy(const QWebElement _FindElement);
|
||||
QString getIpListFromNordVpn(const QWebElement _FindElement);
|
||||
QString getIpListFromCyberSyndrom(const QWebElement _FindElement);
|
||||
QString getIpListFromProxylists(const QWebElement _FindElement);
|
||||
|
||||
QString addSource(QString _strIpList, QString _strSource);
|
||||
QWebElement Find(const QWebElement _FindElement,const QString _strElement,const QString _strAttrib,const QString _strFind);
|
||||
QWebElement FindMid(const QWebElement _FindElement,const QString _strElement,const QString _strAttrib,const QString _strFind, const int _strStart, const int _strLength);
|
||||
QWebElement FindMid(const QWebElement _FindElement,const QString _strElement,const QString _strAttrib,const QString _strFind, const int _strStart);
|
||||
@@ -53,6 +57,7 @@ public:
|
||||
QList<QWebElement> FindAllMid(const QWebElement _FindElement,const QString _strElement,const QString _strAttrib,const QString _strFind, const int _strStart, const int _strLength);
|
||||
QWebElementCollection Finds(const QWebElement _FindElement,const QString _strElement,const QString _strAttrib,const QString _strFind);
|
||||
void UpdateError(QString _strError);
|
||||
|
||||
};
|
||||
|
||||
#endif // SCRAWLER_H
|
||||
|
||||
Reference in New Issue
Block a user