Anti-Plagiat Version 1.0

src/Headers/google.h

Aller à la documentation de ce fichier.
00001 /***********************************************************************
00002  * Module:  Google.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 Google
00010  ***********************************************************************/
00011 
00012 #ifndef GOOGLE_H
00013 #define GOOGLE_H
00014 
00027 #include "moteurRecherche.h"
00028 #include <QString>
00029 #include <QUrl>
00030 
00031 class MoteurRecherche;
00032 
00039 class Google : public MoteurRecherche
00040 {
00041     
00042 public:
00048    Google();
00054    ~Google();
00061    bool rechercheText();
00067    void sendRequest();
00073    void recupUrl();
00074 
00075 };
00076 
00077 #endif  /* GOOGLE_H */
00078 
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Définition de type Macros