X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Constants.h;h=f228e092e9daf37a54bd9bcd4d213d970a74b155;hb=d80699ac131d75798c6c39deff2c5e820aface5f;hp=643dbbae879e86d2ac9f9b218cb5f4600d58c50a;hpb=78f3e64041d09a7611d77fe4df9d428a4d9410d2;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Constants.h b/src/XGUI/XGUI_Constants.h index 643dbbae8..f228e092e 100644 --- a/src/XGUI/XGUI_Constants.h +++ b/src/XGUI/XGUI_Constants.h @@ -2,14 +2,19 @@ #define XGUI_Constants_H #include +#include -//! This file contains varioous constants used in the application +//! This file contains various constants used in the application typedef QList QIntList; //!< list of int values typedef QList QShortList; //!< list of short int values typedef QList QDoubleList; //!< list of double values +//! Pointer on feature object +typedef boost::shared_ptr FeaturePtr; +typedef QList QFeatureList; //!< List of features + namespace XGUI {