Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / XGUI / XGUI_Constants.h
index f228e092e9daf37a54bd9bcd4d213d970a74b155..6058ba3b44cc76a8e9be4f3c1afde0eeb7a38934 100644 (file)
@@ -1,20 +1,6 @@
 #ifndef XGUI_Constants_H
 #define XGUI_Constants_H
 
-#include <QList>
-#include <ModelAPI_Feature.h>
-
-//! 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
-
-//! Pointer on feature object
-typedef boost::shared_ptr<ModelAPI_Feature> FeaturePtr;
-typedef QList<FeaturePtr> QFeatureList; //!< List of features
-
 namespace XGUI
 {
 
@@ -84,7 +70,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";
 
 };