카카오, 인스타, 네이버 카페 추가
git-svn-id: svn://192.168.0.12/source@234 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
29
CrawlerList/skakaousermanage.h
Normal file
29
CrawlerList/skakaousermanage.h
Normal file
@@ -0,0 +1,29 @@
|
||||
#ifndef SKAKAOUSERMANAGE
|
||||
#define SKAKAOUSERMANAGE
|
||||
#include "smanage.h"
|
||||
class SKakaoUserManage : public SManage
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum E_PROCESS_STATE
|
||||
{
|
||||
E_PROCESS_RUN = 0,
|
||||
E_PROCESS_FINISH_WAIT,
|
||||
};
|
||||
SKakaoUserManage(QObject *pObject);
|
||||
private:
|
||||
QString makeGetListQuery(QString _str,QDate _date,int _nPage);
|
||||
private:
|
||||
QString m_strListQuery;
|
||||
QVector <QString> m_strListURL;
|
||||
protected:
|
||||
bool Update();
|
||||
void Start();
|
||||
void processFinished(QProcess *pPro,QString _strOut);
|
||||
void ReLoadList();
|
||||
private slots:
|
||||
void readStandardOutput();
|
||||
void readStandardError();
|
||||
};
|
||||
#endif // SKAKAOUSERMANAGE
|
||||
|
||||
Reference in New Issue
Block a user