Anti-Plagiat Version 1.0

src/Headers/extension.h

Aller à la documentation de ce fichier.
00001 /***********************************************************************
00002  * Module:  Extension.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 Extension
00010  ***********************************************************************/
00011 
00012 #ifndef EXTENSION_H
00013 #define EXTENSION_H
00014 
00027 #include <QString>
00028 #include <QStringList>
00029 #include <QObject>
00030 
00037 class Extension : public QObject
00038 {
00039 
00040 Q_OBJECT
00041 
00042 public:
00048     Extension();
00054     ~Extension();
00061     virtual bool fileIsValid();
00068     virtual QString getText();
00078     virtual QStringList getCible(int max_word, bool tri_police, bool tri_size);
00079 
00080 signals:
00087     void error(bool error,QString errorString);
00088 
00089 };
00090 
00091 #endif // EXTENSION_H
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Définition de type Macros