|
Anti-Plagiat Version 1.0
|
00001 /*********************************************************************** 00002 * Module: ListTextCible.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 ListTextCible 00010 ***********************************************************************/ 00011 00012 #ifndef LISTTEXTCICBLE_H 00013 #define LISTTEXTCICBLE_H 00014 00027 #include <QList> 00028 #include "textCible.h" 00029 #include <QString> 00030 00031 00032 class TextCible; 00033 00040 class ListTextCicble : public QList<TextCible> 00041 { 00042 public: 00048 ListTextCicble(); 00054 ~ListTextCicble(); 00055 00056 }; 00057 00058 #endif /* LISTTEXTCICBLE_H */
1.7.3