X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Constants.h;h=6058ba3b44cc76a8e9be4f3c1afde0eeb7a38934;hb=12621bb509825d0eb1fb0847a7f9c8011021ca5a;hp=f228e092e9daf37a54bd9bcd4d213d970a74b155;hpb=9fb117423f35d7271d96badbe4b8ec320641bc6e;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Constants.h b/src/XGUI/XGUI_Constants.h index f228e092e..6058ba3b4 100644 --- a/src/XGUI/XGUI_Constants.h +++ b/src/XGUI/XGUI_Constants.h @@ -1,20 +1,6 @@ #ifndef XGUI_Constants_H #define XGUI_Constants_H -#include -#include - -//! 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 { @@ -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"; };