Salome HOME
Issue #6 advanced command enable/disable state processing
[modules/shaper.git] / src / XGUI / XGUI_Constants.h
index 643dbbae879e86d2ac9f9b218cb5f4600d58c50a..f228e092e9daf37a54bd9bcd4d213d970a74b155 100644 (file)
@@ -2,14 +2,19 @@
 #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
 
+//! Pointer on feature object
+typedef boost::shared_ptr<ModelAPI_Feature> FeaturePtr;
+typedef QList<FeaturePtr> QFeatureList; //!< List of features
+
 namespace XGUI
 {