00001 #ifndef _QIGUI_GRAPHICALCUT__H_ 00002 #define _QIGUI_GRAPHICALCUT__H_ 00003 #include <QObject> 00004 00005 #include "QIGUICut.hh" 00006 #include "TCutG.h" 00007 #include <set> 00008 00009 class QIGUIGraphicalCut: public QIGUICut, public TCutG 00010 { 00011 Q_OBJECT 00012 00013 public: 00014 QIGUIGraphicalCut (QObject * parent = 0); 00015 QIGUIGraphicalCut (QString name, QObject * parent= 0); 00016 virtual ~QIGUIGraphicalCut(); 00017 00018 void Init(); 00019 00020 00021 public slots: 00022 00023 private: 00024 00025 }; 00026 00027 #endif