00001 #ifndef SIGEL_MASTERGUI_SIG_INDIVIDUALVIEW_H
00002 #define SIGEL_MASTERGUI_SIG_INDIVIDUALVIEW_H
00003
00004 #include "SIGEL_MasterGUI/SIG_IndividualViewBase.h"
00005
00006 #include "SIGEL_GP/SIG_GPIndividual.h"
00007
00008 namespace SIGEL_MasterGUI
00009 {
00010
00019 class SIG_IndividualView : public SIG_IndividualViewBase
00020 {
00021 Q_OBJECT
00022
00023 public:
00024
00032 SIG_IndividualView( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00033
00045 SIG_IndividualView( QWidget* parent, const char* name, WFlags fl, SIGEL_GP::SIG_GPIndividual *theGPIndividual );
00046
00052 ~SIG_IndividualView();
00053
00057 void clear();
00058
00059 protected:
00060
00070
00071 };
00072
00073 }
00074
00075 #endif // SIGEL_MASTERGUI_SIG_INDIVIDUALVIEW_H