AnimaL |
Tutorial |
Documentation |
00001 // 00002 // C++ Interface: X4DGUI 00003 // 00004 // Description: 00005 // 00006 // 00007 // Author: François Faure <>, (C) 2004 00008 // 00009 // Copyright: See COPYING file that comes with this distribution 00010 // 00011 // 00012 #ifndef X3DTK_QtX4DGUI_h 00013 #define X3DTK_QtX4DGUI_h 00014 00015 #include <animal/X3DTK/Qt/objectGUI/ObjectGUI.h> 00016 #include "X4DNode.h" 00017 #include <animal/X3DTK/Qt/mainControllerGUI/MainController.h> 00018 namespace X3DTK { 00019 00020 namespace Qt { 00021 00027 class X4DGUI : public ObjectGUI 00028 { 00029 Q_OBJECT 00030 public: 00031 X4DGUI(FieldList & fieldList, 00032 QWidget* parent); 00033 00034 ~X4DGUI(); 00035 00036 }; 00037 00039 QWidget * createX4DNodeQWidget(X3DTK::X3D::X4DNode * engine, QWidget * parent); 00040 00041 }; 00042 00043 }; 00044 00045 #endif