|
Anti-Plagiat Version 1.0
|
00001 /*********************************************************************** 00002 * Module: Yahoo.h 00003 * Author: RONGIARD Fabien 00004 * DUREUIL Brice 00005 * CRESSON Thomas 00006 * NAJAR Soufiene 00007 * FATNI Elkhader 00008 * Modified: vendredi 26 mars 2011 16:46:28 00009 * Purpose: Declaration of the class Yahoo 00010 ***********************************************************************/ 00011 00012 #ifndef YAHOO_H 00013 #define YAHOO_H 00014 00027 #include "moteurRecherche.h" 00028 #include <QString> 00029 #include <QUrl> 00030 00031 class MoteurRecherche; 00032 00039 class Yahoo : public MoteurRecherche 00040 { 00041 00042 public: 00048 Yahoo(); 00054 ~Yahoo(); 00061 bool rechercheText(); 00067 void sendRequest(); 00073 void recupUrl(); 00074 00075 }; 00076 00077 #endif /* YAHOO_H */
1.7.3