Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / XGUI / XGUI_Constants.h
index 643dbbae879e86d2ac9f9b218cb5f4600d58c50a..02f0001c1482f2e6c5509f4f2c4689ff92856018 100644 (file)
@@ -2,13 +2,15 @@
 #define XGUI_Constants_H
 
 #include <QList>
+#include <ModelAPI_Feature.h>
 
-//! This file contains varioous constants used in the application
+//! This file contains various constants used in the application
 
 
 typedef QList<int> QIntList;       //!< list of int values
 typedef QList<short> QShortList;     //!< list of short int values
 typedef QList<double> QDoubleList;    //!< list of double values
+typedef QList<FeaturePtr> QFeatureList; //!< List of features
 
 namespace XGUI
 {
@@ -79,7 +81,6 @@ enum TextureMode
 const static char* PROP_PANEL = "property_panel_dock";
 const static char* PROP_PANEL_OK = "property_panel_ok";
 const static char* PROP_PANEL_CANCEL = "property_panel_cancel";
-const static char* PROP_PANEL_WDG = "property_panel_widget";
 
 };