dataset_item.h

Go to the documentation of this file.
00001 //--------------------------------------------------
00011 //---------------------------------------------------
00012 #ifndef IMEDGINEDATASETITEM_H
00013 #define IMEDGINEDATASETITEM_H
00014 
00015 #include <QListWidgetItem>
00016 
00017 namespace imedgine 
00018 {
00019 
00020   //--------------------------------------------------
00031   //--------------------------------------------------
00032 
00033   class DatasetItem : public QListWidgetItem
00034   {
00035   public:
00036 
00037     //--------------------------------------------------
00040     
00041     DatasetItem(const QString& text, QListWidget* parent = 0);
00042   
00043     //--------------------------------------------------
00046     
00047     ~DatasetItem();
00048   };
00049 
00050 }
00051 
00052 #endif

Generated on Sun Aug 13 18:19:40 2006 for iMEDgine by  doxygen 1.4.6