|
Anti-Plagiat Version 1.0
|
00001 /*********************************************************************** 00002 * Module: Bing.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 Bing 00010 ***********************************************************************/ 00011 00012 #ifndef BING_H 00013 #define BING_H 00014 00027 #include "moteurRecherche.h" 00028 #include <QString> 00029 #include <QUrl> 00030 00031 class MoteurRecherche; 00032 00039 class Bing : public MoteurRecherche 00040 { 00041 00042 public: 00048 Bing(); 00054 ~Bing(); 00061 bool rechercheText(); 00067 void sendRequest(); 00073 void recupUrl(); 00074 }; 00075 00076 #endif /* BING_H */
1.7.3